mirror of https://gitlab.com/basile.b/dexed.git
adjusted default editor settings
This commit is contained in:
parent
94ae22a38b
commit
5464b395b9
|
@ -60,6 +60,7 @@ begin
|
||||||
inherited;
|
inherited;
|
||||||
Font.Quality := fqProof;
|
Font.Quality := fqProof;
|
||||||
TabWidth := 4;
|
TabWidth := 4;
|
||||||
|
BlockIndent := 4;
|
||||||
Options :=
|
Options :=
|
||||||
[ eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
[ eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
||||||
eoTrimTrailingSpaces, eoDragDropEditing, eoShowCtrlMouseLinks,
|
eoTrimTrailingSpaces, eoDragDropEditing, eoShowCtrlMouseLinks,
|
||||||
|
@ -74,7 +75,7 @@ begin
|
||||||
Gutter.CodeFoldPart.MarkupInfo.Foreground := clGray;
|
Gutter.CodeFoldPart.MarkupInfo.Foreground := clGray;
|
||||||
//
|
//
|
||||||
Highlighter := D2Syn;
|
Highlighter := D2Syn;
|
||||||
D2Syn.FoldKinds := [fkBrackets, fkComments1, fkStrings];
|
D2Syn.FoldKinds := [fkBrackets, fkComments1, fkComments2, fkStrings];
|
||||||
//
|
//
|
||||||
fFilename := '<new document>';
|
fFilename := '<new document>';
|
||||||
fModified := false;
|
fModified := false;
|
||||||
|
|
Loading…
Reference in New Issue