line highlight and fullscreen in codemirror, thanks lightdot

This commit is contained in:
mdipierro
2012-09-09 16:57:09 -05:00
parent 4f3c364b79
commit 2e64465d6b
5 changed files with 65 additions and 10 deletions
+5 -4
View File
@@ -18,10 +18,11 @@ TEXT_EDITOR_THEME = (
"solarized_dark", "solarized_light", "textmate", "tomorrow",
"tomorrow_night", "tomorrow_night_blue", "tomorrow_night_bright",
"tomorrow_night_eighties", "twilight", "vibrant_ink")[0]
## Editor Keyboard bindings (only for ace)
TEXT_EDITOR_KEYBINDING = '' #'emacs' or 'vi'
### edit_area
## Editor Keyboard bindings (only for ace and codemirror)
TEXT_EDITOR_KEYBINDING = '' # 'emacs' or 'vi'
### edit_area only
# The default font size, measured in 'points'. The value must be an integer > 0
FONT_SIZE = 10