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
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
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
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
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
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
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
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