more more mixing of tab and spaces with codemirror

This commit is contained in:
mdipierro
2012-09-09 14:58:50 -05:00
parent 2d990499d2
commit 23c46f150f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.0.8 (2012-09-09 14:32:21) stable
Version 2.0.8 (2012-09-09 14:58:46) stable
+2 -1
View File
@@ -138,7 +138,8 @@ jQuery(document).ready(function(){
theme: "web2py",
tabMode: "shift",
lineWrapping: true,
extraKeys: { "Ctrl-S": function(instance) {doClickSave();} },
extraKeys: { "Ctrl-S": function(instance) {doClickSave();},
"Tab": "indentMore"},
{{if TEXT_EDITOR_KEYBINDING == 'emacs':}}keyMap: "emacs",{{pass}}
matchBrackets: true
});