Upgrade to Emmet for CM 3.1

Needs the tab key removed from keyMap, will look into why this is
This commit is contained in:
Matt Pass
2013-03-01 09:02:59 +00:00
parent 4cf48bb50f
commit 6746fdb98e
2 changed files with 301 additions and 292 deletions

View File

@@ -104,7 +104,7 @@ $activeLineBG = array_search($ICEcoder["theme"],array("eclipse","elegant","neat"
<script>
CodeMirror.keyMap.ICEcoder = {
"Tab": function(cm) {CodeMirror.commands[top.ICEcoder.tabsIndent ? "defaultTab" : "insertTab"](cm);},
//"Tab": function(cm) {CodeMirror.commands[top.ICEcoder.tabsIndent ? "defaultTab" : "insertTab"](cm);},
"Shift-Tab": "indentLess",
"Ctrl-Space": "autocomplete",
fallthrough: ["default"]