codemirror line wrapping

This commit is contained in:
mdipierro
2012-09-09 14:32:25 -05:00
parent a15bed17d8
commit 2d990499d2
3 changed files with 3 additions and 1 deletions
@@ -137,6 +137,7 @@ jQuery(document).ready(function(){
indentUnit: 4,
theme: "web2py",
tabMode: "shift",
lineWrapping: true,
extraKeys: { "Ctrl-S": function(instance) {doClickSave();} },
{{if TEXT_EDITOR_KEYBINDING == 'emacs':}}keyMap: "emacs",{{pass}}
matchBrackets: true