completion chars forgot dot and modulo

This commit is contained in:
Basile Burg 2017-05-03 02:25:22 +02:00
parent 8dbce64dd0
commit 32adaec370
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 2 additions and 2 deletions

View File

@ -244,8 +244,8 @@ begin
fCurrLineAttribs.Background := 15789545;
fCurrLineAttribs.Foreground := clNone;
//
fCloseCompletionCharsWithSpace := '*+-/^=~><';
fCloseCompletionChars:= ',;)}]!';
fCloseCompletionCharsWithSpace := '*+-/^=~><%';
fCloseCompletionChars:= '.,;)}]!';
//
options1 :=
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces, eoTrimTrailingSpaces,