mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 940713 - Enable autoclose brackets for source editor. r=anton
This commit is contained in:
parent
169b9b3dc4
commit
a32bb60a38
@ -122,16 +122,17 @@ function Editor(config) {
|
||||
|
||||
this.version = null;
|
||||
this.config = {
|
||||
value: "",
|
||||
mode: Editor.modes.text,
|
||||
indentUnit: tabSize,
|
||||
tabSize: tabSize,
|
||||
contextMenu: null,
|
||||
matchBrackets: true,
|
||||
extraKeys: {},
|
||||
indentWithTabs: useTabs,
|
||||
styleActiveLine: true,
|
||||
theme: "mozilla"
|
||||
value: "",
|
||||
mode: Editor.modes.text,
|
||||
indentUnit: tabSize,
|
||||
tabSize: tabSize,
|
||||
contextMenu: null,
|
||||
matchBrackets: true,
|
||||
extraKeys: {},
|
||||
indentWithTabs: useTabs,
|
||||
styleActiveLine: true,
|
||||
autoCloseBrackets: true,
|
||||
theme: "mozilla"
|
||||
};
|
||||
|
||||
// Additional shortcuts.
|
||||
|
Loading…
Reference in New Issue
Block a user