We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf48bb commit 6746fdbCopy full SHA for 6746fdb
2 files changed
editor.php
@@ -104,7 +104,7 @@
104
105
<script>
106
CodeMirror.keyMap.ICEcoder = {
107
- "Tab": function(cm) {CodeMirror.commands[top.ICEcoder.tabsIndent ? "defaultTab" : "insertTab"](cm);},
+ //"Tab": function(cm) {CodeMirror.commands[top.ICEcoder.tabsIndent ? "defaultTab" : "insertTab"](cm);},
108
"Shift-Tab": "indentLess",
109
"Ctrl-Space": "autocomplete",
110
fallthrough: ["default"]
0 commit comments