activated all folding kinds by default

This commit is contained in:
Basile Burg 2014-08-10 05:28:02 +02:00
parent e506bf0dc5
commit 1d6322cb9e
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ begin
Gutter.CodeFoldPart.MarkupInfo.Foreground := clGray;
//
Highlighter := D2Syn;
D2Syn.FoldKinds := [fkBrackets, fkComments1, fkStrings];
//
fFilename := '<new document>';
fModified := false;