Skip to content

Commit 6746fdb

Browse files
committed
Upgrade to Emmet for CM 3.1
Needs the tab key removed from keyMap, will look into why this is
1 parent 4cf48bb commit 6746fdb

2 files changed

Lines changed: 301 additions & 292 deletions

File tree

editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
<script>
106106
CodeMirror.keyMap.ICEcoder = {
107-
"Tab": function(cm) {CodeMirror.commands[top.ICEcoder.tabsIndent ? "defaultTab" : "insertTab"](cm);},
107+
//"Tab": function(cm) {CodeMirror.commands[top.ICEcoder.tabsIndent ? "defaultTab" : "insertTab"](cm);},
108108
"Shift-Tab": "indentLess",
109109
"Ctrl-Space": "autocomplete",
110110
fallthrough: ["default"]

0 commit comments

Comments
 (0)