mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 10:33:03 +02:00
synedit: fixed typo
git-svn-id: trunk@22105 -
This commit is contained in:
parent
0f7808d593
commit
482026e4c2
@ -53,7 +53,7 @@ type
|
|||||||
LinePos: Integer;
|
LinePos: Integer;
|
||||||
Indent: Integer; // Indent in spaces (Logical = Physical)
|
Indent: Integer; // Indent in spaces (Logical = Physical)
|
||||||
RelativeToLinePos: Integer = 0; // Intend specifies +/- offset from intend on RTLine
|
RelativeToLinePos: Integer = 0; // Intend specifies +/- offset from intend on RTLine
|
||||||
// 0: for absolute intend
|
// 0: for absolute indent
|
||||||
IndentChars: String = ''; // use the following string to indent; maybe empty, single char, or string
|
IndentChars: String = ''; // use the following string to indent; maybe empty, single char, or string
|
||||||
IndentCharsFromLinePos: Integer = -1; // Line for tab/space mix; set to -1 if unknown
|
IndentCharsFromLinePos: Integer = -1; // Line for tab/space mix; set to -1 if unknown
|
||||||
KeepOldIndent: Boolean = False // True: Keep existing indent, and add (or subtract) new indent
|
KeepOldIndent: Boolean = False // True: Keep existing indent, and add (or subtract) new indent
|
||||||
|
Loading…
Reference in New Issue
Block a user