mirror of https://gitlab.com/basile.b/dexed.git
fix, editor does not remove trailing whites anymore: was incompatible with multi-line string literals.
This commit is contained in:
parent
064d32e45a
commit
7dc4fbcc8b
|
@ -68,10 +68,10 @@ begin
|
||||||
TabWidth := 4;
|
TabWidth := 4;
|
||||||
BlockIndent := 4;
|
BlockIndent := 4;
|
||||||
Options :=
|
Options :=
|
||||||
[ eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
||||||
eoTrimTrailingSpaces, eoDragDropEditing, eoShowCtrlMouseLinks,
|
eoDragDropEditing, eoShowCtrlMouseLinks, eoEnhanceHomeKey, eoTabIndent];
|
||||||
eoEnhanceHomeKey, eoTabIndent];
|
Options2 :=
|
||||||
Options2 := [eoEnhanceEndKey, eoFoldedCopyPaste, eoOverwriteBlock];
|
[eoEnhanceEndKey, eoFoldedCopyPaste, eoOverwriteBlock];
|
||||||
fStoredFontSize := Font.Size;
|
fStoredFontSize := Font.Size;
|
||||||
|
|
||||||
MouseOptions := MouseOptions +
|
MouseOptions := MouseOptions +
|
||||||
|
|
Loading…
Reference in New Issue