fix, editor does not remove trailing whites anymore: was incompatible with multi-line string literals.

This commit is contained in:
Basile Burg 2014-11-17 10:12:37 +01:00
parent 064d32e45a
commit 7dc4fbcc8b
1 changed files with 4 additions and 4 deletions

View File

@ -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 +