mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 04:39:24 +02:00
synedit: fixed typo
git-svn-id: trunk@22355 -
This commit is contained in:
parent
75d877a8fb
commit
f35f9bc932
@ -66,7 +66,7 @@ type
|
|||||||
Sender: TSynCustomBeautifier; // the beautifier
|
Sender: TSynCustomBeautifier; // the beautifier
|
||||||
Editor: TObject; // the synedit
|
Editor: TObject; // the synedit
|
||||||
LogCaret: TPoint;
|
LogCaret: TPoint;
|
||||||
var FirstLinePos, LinesCount: Integer; // IF the function returns false, the beautifier shall calculate the indent
|
var FirstLinePos, LastLinePos: Integer;// IF the function returns false, the beautifier shall calculate the indent
|
||||||
Reason: TSynEditorCommand; // what caused the evnt
|
Reason: TSynEditorCommand; // what caused the evnt
|
||||||
SetIndentProc: TSynBeautifierSetIndentProc
|
SetIndentProc: TSynBeautifierSetIndentProc
|
||||||
): boolean of object;
|
): boolean of object;
|
||||||
|
Loading…
Reference in New Issue
Block a user