codemirror line wrapping
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.0.8 (2012-09-09 14:24:22) stable
|
||||
Version 2.0.8 (2012-09-09 14:32:21) stable
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
'(something like "it-it")': '(something like "it-it")',
|
||||
'About': 'About',
|
||||
'Additional code for your application': 'Additional code for your application',
|
||||
'admin disabled because unable to access password file': 'admin disabled because unable to access password file',
|
||||
'Admin language': 'Admin language',
|
||||
'administrative interface': 'administrative interface',
|
||||
'Administrator Password:': 'Administrator Password:',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user