From a6035a98e880f091178391369578a3956dcaa20e Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 9 Sep 2012 13:54:37 -0500 Subject: [PATCH] added codemirror ot gitbub, made default for testing --- VERSION | 2 +- applications/admin/models/0.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 276bbdf6..f279b13c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.8 (2012-09-09 09:49:53) stable +Version 2.0.8 (2012-09-09 13:54:31) stable diff --git a/applications/admin/models/0.py b/applications/admin/models/0.py index 4ac46f71..df0e2a29 100644 --- a/applications/admin/models/0.py +++ b/applications/admin/models/0.py @@ -9,7 +9,7 @@ WEB2PY_VERSION_URL = WEB2PY_URL+'/examples/default/version' # browser. ## Default editor -TEXT_EDITOR = 'ace' or 'edit_area' or 'amy' or 'codemirror' +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",