[Lazarus] Problem with syncompletion.pas / update SVN
Martin
lazarus at mfriebe.de
Wed Aug 5 21:16:21 CEST 2009
Zaher Dirkey wrote:
> Thanks ,update and worked :) , and it is add small experience to me,
> (because it worked on it this morning).
>
> Can i ask again
> what is best
> Completion.AddEditor(SQLEdit);
> or
> Completion.Editor := SQLEdit;
>
As it currently stands, makes no difference
Completion.Editor := SQLEdit; // calls AddEditor
If you want to add more than editor, you can repeat the above command, but it would be more logical to use AddEditor in that case
More information about the Lazarus
mailing list