mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:55:55 +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
|
||||
Editor: TObject; // the synedit
|
||||
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
|
||||
SetIndentProc: TSynBeautifierSetIndentProc
|
||||
): boolean of object;
|
||||
|
Loading…
Reference in New Issue
Block a user