We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9928e8f commit b90f311Copy full SHA for b90f311
1 file changed
assets/scripts/runlatex.js
@@ -175,6 +175,9 @@ function llexamples() {
175
editor.setOption("minLines",runlatex);
176
editor.setOption("maxLines",runlatex.editorlines);
177
editor.setShowPrintMargin(false);
178
+ // allow browser to handle tab use ctrl-] to tab indent in browser
179
+ editor.commands.bindKey("Tab", null)
180
+ editor.commands.bindKey("Shift-Tab", null)
181
if(runlatex.completionsURI != ""){
182
langTools=ace.require("ace/ext/language_tools");
183
langTools.setCompleters([customCompleter]);
0 commit comments