Searched refs:autoIndent (Results 1 – 11 of 11) sorted by relevance
/plugin/autotabber/ |
H A D | taboverride.js | 48 autoIndent = true, // whether each line should be automatically indented 220 (key !== tabKey && key !== untabKey && (key !== 13 || !autoIndent))) { 405 } else if (autoIndent) { // Enter key 476 (key === 13 && autoIndent && !inWhitespace)) { 759 tabOverride.autoIndent = function (enable) { 761 autoIndent = enable ? true : false; 765 return autoIndent;
|
H A D | script.js | 12 tabOverride.set(textareas).tabSize(0).autoIndent(true).escape(true);
|
/plugin/behave/ |
H A D | script.js | 19 autoIndent: false,
|
H A D | behave.js | 94 autoIndent: true, property in defaults 577 … if(defaults.autoIndent){ utils.addEvent(defaults.textarea, 'keydown', intercept.enterKey); }
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js | 1 …"autoClosingOvertype",e[e.autoClosingQuotes=7]="autoClosingQuotes",e[e.autoIndent=8]="autoIndent",…
|
H A D | bundle.js.map | 1 …autoIndent, model, new Range(lineNumber - 1, model.getLineMaxColumn(lineNumber - 1), lineNumber - …
|
H A D | editor.worker.js.map | 1 …] = \"autoClosingQuotes\";\n EditorOption[EditorOption[\"autoIndent\"] = 8] = \"autoIndent\";\n…
|
H A D | json.worker.js.map | 1 …] = \"autoClosingQuotes\";\n EditorOption[EditorOption[\"autoIndent\"] = 8] = \"autoIndent\";\n…
|
H A D | bundle.js | 1 …(7),this.autoClosingOvertype=i.get(6),this.autoSurround=i.get(10),this.autoIndent=i.get(8),this.au… 426 …autoIndent=8]="autoIndent",e[e.automaticLayout=9]="automaticLayout",e[e.autoSurround=10]="autoSurr…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | editor.worker.js | 1 …"autoClosingOvertype",e[e.autoClosingQuotes=7]="autoClosingQuotes",e[e.autoIndent=8]="autoIndent",…
|
H A D | bundle.js | 1 …(7),this.autoClosingOvertype=i.get(6),this.autoSurround=i.get(10),this.autoIndent=i.get(8),this.au… 426 …autoIndent=8]="autoIndent",e[e.automaticLayout=9]="automaticLayout",e[e.autoSurround=10]="autoSurr…
|