mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 17:19:19 +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
|
FoldLvlStart, FoldLvlEnd: Integer; // FoldLvl within each FoldGroup
|
||||||
NestLvlStart, NestLvlEnd: Integer; // include disabled nodes, e.g markup (within each FoldGroup)
|
NestLvlStart, NestLvlEnd: Integer; // include disabled nodes, e.g markup (within each FoldGroup)
|
||||||
FoldAction: TSynFoldActions;
|
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
|
FoldTypeCompatible: Pointer; // map outer and inner begin, and other exchangeable types
|
||||||
FoldGroup: Integer; // independend/overlapping folds, e.g begin/end; ifdef, region
|
FoldGroup: Integer; // independend/overlapping folds, e.g begin/end; ifdef, region
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user