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

@ -69,9 +69,9 @@ begin
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 +