mirror of https://gitlab.com/basile.b/dexed.git
fix #319 - Changes to 'options::editor::autoCloseSquareBrackets' are not preserved
This commit is contained in:
parent
a1d0f3d1e2
commit
b907031d1e
|
@ -240,7 +240,7 @@ begin
|
||||||
fIdentiMatchOpts := [caseSensitive];
|
fIdentiMatchOpts := [caseSensitive];
|
||||||
//
|
//
|
||||||
fAutoCloseCurlyBrace:= autoCloseOnNewLineLexically;
|
fAutoCloseCurlyBrace:= autoCloseOnNewLineLexically;
|
||||||
fAutoClosedPairs:= [autoCloseSquareBracket];
|
fAutoClosedPairs:= [];
|
||||||
//
|
//
|
||||||
fCompletionMenuWidth:= 320;
|
fCompletionMenuWidth:= 320;
|
||||||
fCompletionMenuLines:= 15;
|
fCompletionMenuLines:= 15;
|
||||||
|
|
Loading…
Reference in New Issue