mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 15:21:48 +02:00
SynEdit: changed signature of TSynBaseCompletionSearchPosition, to avoid name conflicts when using code-completion. issue #0024758
git-svn-id: trunk@42155 -
This commit is contained in:
parent
a500bfb2b6
commit
8816386294
@ -64,7 +64,7 @@ type
|
|||||||
TValidateEvent = procedure(Sender: TObject;
|
TValidateEvent = procedure(Sender: TObject;
|
||||||
KeyChar: TUTF8Char;
|
KeyChar: TUTF8Char;
|
||||||
Shift: TShiftState) of object;
|
Shift: TShiftState) of object;
|
||||||
TSynBaseCompletionSearchPosition = procedure(var Position :integer) of object;
|
TSynBaseCompletionSearchPosition = procedure(var APosition :integer) of object;
|
||||||
|
|
||||||
TSynBaseCompletionForm = class;
|
TSynBaseCompletionForm = class;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user