Re: [Lazarus] Problem with syncompletion.pas / update SVN

2009-08-05 Thread Martin
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 := S

Re: [Lazarus] Problem with syncompletion.pas / update SVN

2009-08-05 Thread Zaher Dirkey
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; -- Zaher Dirkey -- ___ Lazarus mailing list Laz

Re: [Lazarus] Problem with syncompletion.pas / update SVN

2009-08-04 Thread Martin
Zaher Dirkey wrote: syncompletion.pas in synedit component 3 - The Auto Complete in TSynCompletion not worked fine with me, it is just 2 char and then stop search for the keyword, after that pressing Enter not close the AutoComplete Search should work better now. Keystrokes where handled twi

Re: [Lazarus] Problem with syncompletion.pas / update SVN

2009-08-04 Thread Martin
Zaher Dirkey wrote: syncompletion.pas in synedit component 1 - in TSynBaseCompletionForm class What for FAnsi: boolean; property ffAnsi: boolean read fansi write fansi; 2 -same for TSynBaseCompletion RFAnsi: boolean; SFAnsi: boolean; property AnsiStrings: boolean read SFAnsi wri

Re: [Lazarus] Problem with syncompletion.pas

2009-08-04 Thread Martin
Zaher Dirkey wrote: Thanks for the your replay If syncompletion.pas not a sensitive area i will try to play with code before reporting the bug. Ok, when I said: the IDE does it's own thing, I did not mean it doesn't use Syncompletion. It does. But it provides a lot of extra glue. There are

Re: [Lazarus] Problem with syncompletion.pas

2009-08-04 Thread Zaher Dirkey
Thanks for the your replay If syncompletion.pas not a sensitive area i will try to play with code before reporting the bug. -- Zaher Dirkey -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/li

Re: [Lazarus] Problem with syncompletion.pas

2009-08-03 Thread Martin
Zaher Dirkey wrote: syncompletion.pas in synedit component 1 - in TSynBaseCompletionForm class What for FAnsi: boolean; property ffAnsi: boolean read fansi write fansi; 2 -same for TSynBaseCompletion RFAnsi: boolean; SFAnsi: boolean; property AnsiStrings: boolean read SFAnsi wri

[Lazarus] Problem with syncompletion.pas

2009-08-03 Thread Zaher Dirkey
syncompletion.pas in synedit component 1 - in TSynBaseCompletionForm class What for FAnsi: boolean; property ffAnsi: boolean read fansi write fansi; 2 -same for TSynBaseCompletion RFAnsi: boolean; SFAnsi: boolean; property AnsiStrings: boolean read SFAnsi write RFAnsi; If not use