mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 12:39:18 +02:00
SynEdit: add 2 tab based indent modes to beautifier. Issue #0024557 / test
git-svn-id: trunk@43819 -
This commit is contained in:
parent
e621f1b5cd
commit
fa2f16e5f4
@ -1045,7 +1045,7 @@ begin
|
||||
PushBaseName('Curly - TSynCommentIndentFlag');
|
||||
|
||||
// sbitSpace, sbitCopySpaceTab, sbitPositionCaret
|
||||
for ParentIndentType := low(TSynBeautifierIndentType) to high(TSynBeautifierIndentType)
|
||||
for ParentIndentType := low(TSynBeautifierIndentType) to sbitPositionCaret // high(TSynBeautifierIndentType)
|
||||
do begin
|
||||
Beautifier.IndentType := ParentIndentType;
|
||||
WriteStr(PIName, ParentIndentType);
|
||||
|
Loading…
Reference in New Issue
Block a user