activated custom folded regions by default

This commit is contained in:
Basile Burg 2015-02-06 21:19:07 +01:00
parent efd84ef8a5
commit d93843e079
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ begin
end; end;
// //
Highlighter := D2Syn; Highlighter := D2Syn;
D2Syn.FoldKinds := [fkBrackets, fkComments1, fkComments2, fkStrings]; D2Syn.FoldKinds := [fkBrackets, fkComments1, fkComments2, fkStrings, fkRegion];
// //
fTempFileName := GetTempDir(false) + 'temp_' + uniqueObjStr(self) + '.d'; fTempFileName := GetTempDir(false) + 'temp_' + uniqueObjStr(self) + '.d';
fFilename := '<new document>'; fFilename := '<new document>';