mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-02 16:43:40 +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;
|
||||
Indent: Integer; // Indent in spaces (Logical = Physical)
|
||||
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user