removed editarea, amy, ace; included zencoding support for codemirror

This commit is contained in:
mdipierro
2012-09-10 10:59:28 -05:00
parent 87d2b22446
commit addb7dfd3a
185 changed files with 343 additions and 20399 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ WEB2PY_VERSION_URL = WEB2PY_URL+'/examples/default/version'
# the user-interface feature that allows you to edit files in your web
# browser.
## Default editor
## Default editor (to change editor you need web2py.admin.editors.zip)
TEXT_EDITOR = 'codemirror' or 'ace' or 'edit_area' or 'amy'
## Editor Color scheme (only for ace)
TEXT_EDITOR_THEME = (
"chrome", "clouds", "clouds_midnight", "cobalt", "crimson_editor", "dawn",