mirror of https://gitlab.com/basile.b/dexed.git
completion chars forgot dot and modulo
This commit is contained in:
parent
8dbce64dd0
commit
32adaec370
|
@ -244,8 +244,8 @@ begin
|
|||
fCurrLineAttribs.Background := 15789545;
|
||||
fCurrLineAttribs.Foreground := clNone;
|
||||
//
|
||||
fCloseCompletionCharsWithSpace := '*+-/^=~><';
|
||||
fCloseCompletionChars:= ',;)}]!';
|
||||
fCloseCompletionCharsWithSpace := '*+-/^=~><%';
|
||||
fCloseCompletionChars:= '.,;)}]!';
|
||||
//
|
||||
options1 :=
|
||||
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces, eoTrimTrailingSpaces,
|
||||
|
|
Loading…
Reference in New Issue