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.Background := 15789545;
|
||||||
fCurrLineAttribs.Foreground := clNone;
|
fCurrLineAttribs.Foreground := clNone;
|
||||||
//
|
//
|
||||||
fCloseCompletionCharsWithSpace := '*+-/^=~><';
|
fCloseCompletionCharsWithSpace := '*+-/^=~><%';
|
||||||
fCloseCompletionChars:= ',;)}]!';
|
fCloseCompletionChars:= '.,;)}]!';
|
||||||
//
|
//
|
||||||
options1 :=
|
options1 :=
|
||||||
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces, eoTrimTrailingSpaces,
|
[eoAutoIndent, eoBracketHighlight, eoGroupUndo, eoTabsToSpaces, eoTrimTrailingSpaces,
|
||||||
|
|
Loading…
Reference in New Issue