mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
synedit: comment
git-svn-id: trunk@36246 -
This commit is contained in:
parent
60f51e4b06
commit
cbe4f9ea76
@ -122,7 +122,7 @@ type
|
||||
FoldLvlStart, FoldLvlEnd: Integer; // FoldLvl within each FoldGroup
|
||||
NestLvlStart, NestLvlEnd: Integer; // include disabled nodes, e.g markup (within each FoldGroup)
|
||||
FoldAction: TSynFoldActions;
|
||||
FoldType: Pointer; // e.g.cfbtBeginEnd, cfbtcfbtProcedure ...
|
||||
FoldType: Pointer; // e.g.cfbtBeginEnd, cfbtProcedure ...
|
||||
FoldTypeCompatible: Pointer; // map outer and inner begin, and other exchangeable types
|
||||
FoldGroup: Integer; // independend/overlapping folds, e.g begin/end; ifdef, region
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user