synedit: comment

git-svn-id: trunk@36246 -
This commit is contained in:
mattias 2012-03-23 08:37:33 +00:00
parent 60f51e4b06
commit cbe4f9ea76

View File

@ -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;