зеркало из https://github.com/mozilla/gecko-dev.git
Bug 940713 - Enable autoclose brackets for source editor. r=anton
This commit is contained in:
Родитель
04091c215f
Коммит
554f969b82
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче