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;
|
||||
BlockIndent := 4;
|
||||
Options :=
|
||||
[ eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
||||
eoTrimTrailingSpaces, eoDragDropEditing, eoShowCtrlMouseLinks,
|
||||
eoEnhanceHomeKey, eoTabIndent];
|
||||
Options2 := [eoEnhanceEndKey, eoFoldedCopyPaste, eoOverwriteBlock];
|
||||
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces,
|
||||
eoDragDropEditing, eoShowCtrlMouseLinks, eoEnhanceHomeKey, eoTabIndent];
|
||||
Options2 :=
|
||||
[eoEnhanceEndKey, eoFoldedCopyPaste, eoOverwriteBlock];
|
||||
fStoredFontSize := Font.Size;
|
||||
|
||||
MouseOptions := MouseOptions +
|
||||
|
|
Loading…
Reference in New Issue