diff --git a/main.go b/main.go index 2726f37..c526665 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,8 @@ import ( ) const ( - Ver = "1.0.1" // 当前 Wide 版本 + Ver = "1.0.1" // Wide 版本 + CodeMirrorVer = "4.7" // 编辑器版本 ) // Wide 中唯一一个 init 函数. @@ -146,7 +147,7 @@ func indexHandler(w http.ResponseWriter, r *http.Request) { model := map[string]interface{}{"conf": conf.Wide, "i18n": i18n.GetAll(locale), "locale": locale, "session": wideSession, "latestSessionContent": userConf.LatestSessionContent, - "pathSeparator": conf.PathSeparator} + "pathSeparator": conf.PathSeparator, "codeMirrorVer": CodeMirrorVer} glog.V(3).Infof("User [%s] has [%d] sessions", username, len(wideSessions)) diff --git a/static/js/lib/codemirror-4.5/addon/comment/comment.js b/static/js/lib/codemirror-4.7/addon/comment/comment.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/comment/comment.js rename to static/js/lib/codemirror-4.7/addon/comment/comment.js diff --git a/static/js/lib/codemirror-4.5/addon/comment/continuecomment.js b/static/js/lib/codemirror-4.7/addon/comment/continuecomment.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/comment/continuecomment.js rename to static/js/lib/codemirror-4.7/addon/comment/continuecomment.js diff --git a/static/js/lib/codemirror-4.5/addon/dialog/dialog.css b/static/js/lib/codemirror-4.7/addon/dialog/dialog.css similarity index 100% rename from static/js/lib/codemirror-4.5/addon/dialog/dialog.css rename to static/js/lib/codemirror-4.7/addon/dialog/dialog.css diff --git a/static/js/lib/codemirror-4.5/addon/dialog/dialog.js b/static/js/lib/codemirror-4.7/addon/dialog/dialog.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/dialog/dialog.js rename to static/js/lib/codemirror-4.7/addon/dialog/dialog.js diff --git a/static/js/lib/codemirror-4.5/addon/display/fullscreen.css b/static/js/lib/codemirror-4.7/addon/display/fullscreen.css similarity index 100% rename from static/js/lib/codemirror-4.5/addon/display/fullscreen.css rename to static/js/lib/codemirror-4.7/addon/display/fullscreen.css diff --git a/static/js/lib/codemirror-4.5/addon/display/fullscreen.js b/static/js/lib/codemirror-4.7/addon/display/fullscreen.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/display/fullscreen.js rename to static/js/lib/codemirror-4.7/addon/display/fullscreen.js diff --git a/static/js/lib/codemirror-4.5/addon/display/placeholder.js b/static/js/lib/codemirror-4.7/addon/display/placeholder.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/display/placeholder.js rename to static/js/lib/codemirror-4.7/addon/display/placeholder.js diff --git a/static/js/lib/codemirror-4.5/addon/display/rulers.js b/static/js/lib/codemirror-4.7/addon/display/rulers.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/display/rulers.js rename to static/js/lib/codemirror-4.7/addon/display/rulers.js diff --git a/static/js/lib/codemirror-4.5/addon/edit/closebrackets.js b/static/js/lib/codemirror-4.7/addon/edit/closebrackets.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/edit/closebrackets.js rename to static/js/lib/codemirror-4.7/addon/edit/closebrackets.js diff --git a/static/js/lib/codemirror-4.5/addon/edit/closetag.js b/static/js/lib/codemirror-4.7/addon/edit/closetag.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/edit/closetag.js rename to static/js/lib/codemirror-4.7/addon/edit/closetag.js diff --git a/static/js/lib/codemirror-4.5/addon/edit/continuelist.js b/static/js/lib/codemirror-4.7/addon/edit/continuelist.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/edit/continuelist.js rename to static/js/lib/codemirror-4.7/addon/edit/continuelist.js diff --git a/static/js/lib/codemirror-4.5/addon/edit/matchbrackets.js b/static/js/lib/codemirror-4.7/addon/edit/matchbrackets.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/edit/matchbrackets.js rename to static/js/lib/codemirror-4.7/addon/edit/matchbrackets.js diff --git a/static/js/lib/codemirror-4.5/addon/edit/matchtags.js b/static/js/lib/codemirror-4.7/addon/edit/matchtags.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/edit/matchtags.js rename to static/js/lib/codemirror-4.7/addon/edit/matchtags.js diff --git a/static/js/lib/codemirror-4.5/addon/edit/trailingspace.js b/static/js/lib/codemirror-4.7/addon/edit/trailingspace.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/edit/trailingspace.js rename to static/js/lib/codemirror-4.7/addon/edit/trailingspace.js diff --git a/static/js/lib/codemirror-4.5/addon/fold/brace-fold.js b/static/js/lib/codemirror-4.7/addon/fold/brace-fold.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/fold/brace-fold.js rename to static/js/lib/codemirror-4.7/addon/fold/brace-fold.js diff --git a/static/js/lib/codemirror-4.5/addon/fold/comment-fold.js b/static/js/lib/codemirror-4.7/addon/fold/comment-fold.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/fold/comment-fold.js rename to static/js/lib/codemirror-4.7/addon/fold/comment-fold.js diff --git a/static/js/lib/codemirror-4.5/addon/fold/foldcode.js b/static/js/lib/codemirror-4.7/addon/fold/foldcode.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/fold/foldcode.js rename to static/js/lib/codemirror-4.7/addon/fold/foldcode.js diff --git a/static/js/lib/codemirror-4.5/addon/fold/foldgutter.css b/static/js/lib/codemirror-4.7/addon/fold/foldgutter.css similarity index 100% rename from static/js/lib/codemirror-4.5/addon/fold/foldgutter.css rename to static/js/lib/codemirror-4.7/addon/fold/foldgutter.css diff --git a/static/js/lib/codemirror-4.5/addon/fold/foldgutter.js b/static/js/lib/codemirror-4.7/addon/fold/foldgutter.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/fold/foldgutter.js rename to static/js/lib/codemirror-4.7/addon/fold/foldgutter.js diff --git a/static/js/lib/codemirror-4.5/addon/fold/indent-fold.js b/static/js/lib/codemirror-4.7/addon/fold/indent-fold.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/fold/indent-fold.js rename to static/js/lib/codemirror-4.7/addon/fold/indent-fold.js diff --git a/static/js/lib/codemirror-4.5/addon/fold/markdown-fold.js b/static/js/lib/codemirror-4.7/addon/fold/markdown-fold.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/fold/markdown-fold.js rename to static/js/lib/codemirror-4.7/addon/fold/markdown-fold.js diff --git a/static/js/lib/codemirror-4.5/addon/fold/xml-fold.js b/static/js/lib/codemirror-4.7/addon/fold/xml-fold.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/fold/xml-fold.js rename to static/js/lib/codemirror-4.7/addon/fold/xml-fold.js diff --git a/static/js/lib/codemirror-4.5/addon/hint/anyword-hint.js b/static/js/lib/codemirror-4.7/addon/hint/anyword-hint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/hint/anyword-hint.js rename to static/js/lib/codemirror-4.7/addon/hint/anyword-hint.js diff --git a/static/js/lib/codemirror-4.5/addon/hint/css-hint.js b/static/js/lib/codemirror-4.7/addon/hint/css-hint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/hint/css-hint.js rename to static/js/lib/codemirror-4.7/addon/hint/css-hint.js diff --git a/static/js/lib/codemirror-4.5/addon/hint/html-hint.js b/static/js/lib/codemirror-4.7/addon/hint/html-hint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/hint/html-hint.js rename to static/js/lib/codemirror-4.7/addon/hint/html-hint.js diff --git a/static/js/lib/codemirror-4.5/addon/hint/javascript-hint.js b/static/js/lib/codemirror-4.7/addon/hint/javascript-hint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/hint/javascript-hint.js rename to static/js/lib/codemirror-4.7/addon/hint/javascript-hint.js diff --git a/static/js/lib/codemirror-4.5/addon/hint/python-hint.js b/static/js/lib/codemirror-4.7/addon/hint/python-hint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/hint/python-hint.js rename to static/js/lib/codemirror-4.7/addon/hint/python-hint.js diff --git a/static/js/lib/codemirror-4.5/addon/hint/show-hint.css b/static/js/lib/codemirror-4.7/addon/hint/show-hint.css similarity index 100% rename from static/js/lib/codemirror-4.5/addon/hint/show-hint.css rename to static/js/lib/codemirror-4.7/addon/hint/show-hint.css diff --git a/static/js/lib/codemirror-4.5/addon/hint/show-hint.js b/static/js/lib/codemirror-4.7/addon/hint/show-hint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/hint/show-hint.js rename to static/js/lib/codemirror-4.7/addon/hint/show-hint.js diff --git a/static/js/lib/codemirror-4.5/addon/hint/sql-hint.js b/static/js/lib/codemirror-4.7/addon/hint/sql-hint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/hint/sql-hint.js rename to static/js/lib/codemirror-4.7/addon/hint/sql-hint.js diff --git a/static/js/lib/codemirror-4.5/addon/hint/xml-hint.js b/static/js/lib/codemirror-4.7/addon/hint/xml-hint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/hint/xml-hint.js rename to static/js/lib/codemirror-4.7/addon/hint/xml-hint.js diff --git a/static/js/lib/codemirror-4.5/addon/lint/coffeescript-lint.js b/static/js/lib/codemirror-4.7/addon/lint/coffeescript-lint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/lint/coffeescript-lint.js rename to static/js/lib/codemirror-4.7/addon/lint/coffeescript-lint.js diff --git a/static/js/lib/codemirror-4.5/addon/lint/css-lint.js b/static/js/lib/codemirror-4.7/addon/lint/css-lint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/lint/css-lint.js rename to static/js/lib/codemirror-4.7/addon/lint/css-lint.js diff --git a/static/js/lib/codemirror-4.5/addon/lint/javascript-lint.js b/static/js/lib/codemirror-4.7/addon/lint/javascript-lint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/lint/javascript-lint.js rename to static/js/lib/codemirror-4.7/addon/lint/javascript-lint.js diff --git a/static/js/lib/codemirror-4.5/addon/lint/json-lint.js b/static/js/lib/codemirror-4.7/addon/lint/json-lint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/lint/json-lint.js rename to static/js/lib/codemirror-4.7/addon/lint/json-lint.js diff --git a/static/js/lib/codemirror-4.5/addon/lint/lint.css b/static/js/lib/codemirror-4.7/addon/lint/lint.css similarity index 100% rename from static/js/lib/codemirror-4.5/addon/lint/lint.css rename to static/js/lib/codemirror-4.7/addon/lint/lint.css diff --git a/static/js/lib/codemirror-4.5/addon/lint/lint.js b/static/js/lib/codemirror-4.7/addon/lint/lint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/lint/lint.js rename to static/js/lib/codemirror-4.7/addon/lint/lint.js diff --git a/static/js/lib/codemirror-4.5/addon/lint/yaml-lint.js b/static/js/lib/codemirror-4.7/addon/lint/yaml-lint.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/lint/yaml-lint.js rename to static/js/lib/codemirror-4.7/addon/lint/yaml-lint.js diff --git a/static/js/lib/codemirror-4.5/addon/merge/merge.css b/static/js/lib/codemirror-4.7/addon/merge/merge.css similarity index 100% rename from static/js/lib/codemirror-4.5/addon/merge/merge.css rename to static/js/lib/codemirror-4.7/addon/merge/merge.css diff --git a/static/js/lib/codemirror-4.5/addon/merge/merge.js b/static/js/lib/codemirror-4.7/addon/merge/merge.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/merge/merge.js rename to static/js/lib/codemirror-4.7/addon/merge/merge.js diff --git a/static/js/lib/codemirror-4.5/addon/mode/loadmode.js b/static/js/lib/codemirror-4.7/addon/mode/loadmode.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/mode/loadmode.js rename to static/js/lib/codemirror-4.7/addon/mode/loadmode.js diff --git a/static/js/lib/codemirror-4.5/addon/mode/multiplex.js b/static/js/lib/codemirror-4.7/addon/mode/multiplex.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/mode/multiplex.js rename to static/js/lib/codemirror-4.7/addon/mode/multiplex.js diff --git a/static/js/lib/codemirror-4.5/addon/mode/multiplex_test.js b/static/js/lib/codemirror-4.7/addon/mode/multiplex_test.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/mode/multiplex_test.js rename to static/js/lib/codemirror-4.7/addon/mode/multiplex_test.js diff --git a/static/js/lib/codemirror-4.5/addon/mode/overlay.js b/static/js/lib/codemirror-4.7/addon/mode/overlay.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/mode/overlay.js rename to static/js/lib/codemirror-4.7/addon/mode/overlay.js diff --git a/static/js/lib/codemirror-4.5/addon/mode/simple.js b/static/js/lib/codemirror-4.7/addon/mode/simple.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/mode/simple.js rename to static/js/lib/codemirror-4.7/addon/mode/simple.js diff --git a/static/js/lib/codemirror-4.5/addon/runmode/colorize.js b/static/js/lib/codemirror-4.7/addon/runmode/colorize.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/runmode/colorize.js rename to static/js/lib/codemirror-4.7/addon/runmode/colorize.js diff --git a/static/js/lib/codemirror-4.5/addon/runmode/runmode-standalone.js b/static/js/lib/codemirror-4.7/addon/runmode/runmode-standalone.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/runmode/runmode-standalone.js rename to static/js/lib/codemirror-4.7/addon/runmode/runmode-standalone.js diff --git a/static/js/lib/codemirror-4.5/addon/runmode/runmode.js b/static/js/lib/codemirror-4.7/addon/runmode/runmode.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/runmode/runmode.js rename to static/js/lib/codemirror-4.7/addon/runmode/runmode.js diff --git a/static/js/lib/codemirror-4.5/addon/runmode/runmode.node.js b/static/js/lib/codemirror-4.7/addon/runmode/runmode.node.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/runmode/runmode.node.js rename to static/js/lib/codemirror-4.7/addon/runmode/runmode.node.js diff --git a/static/js/lib/codemirror-4.5/addon/scroll/scrollpastend.js b/static/js/lib/codemirror-4.7/addon/scroll/scrollpastend.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/scroll/scrollpastend.js rename to static/js/lib/codemirror-4.7/addon/scroll/scrollpastend.js diff --git a/static/js/lib/codemirror-4.5/addon/search/match-highlighter.js b/static/js/lib/codemirror-4.7/addon/search/match-highlighter.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/search/match-highlighter.js rename to static/js/lib/codemirror-4.7/addon/search/match-highlighter.js diff --git a/static/js/lib/codemirror-4.5/addon/search/search.js b/static/js/lib/codemirror-4.7/addon/search/search.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/search/search.js rename to static/js/lib/codemirror-4.7/addon/search/search.js diff --git a/static/js/lib/codemirror-4.5/addon/search/searchcursor.js b/static/js/lib/codemirror-4.7/addon/search/searchcursor.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/search/searchcursor.js rename to static/js/lib/codemirror-4.7/addon/search/searchcursor.js diff --git a/static/js/lib/codemirror-4.5/addon/selection/active-line.js b/static/js/lib/codemirror-4.7/addon/selection/active-line.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/selection/active-line.js rename to static/js/lib/codemirror-4.7/addon/selection/active-line.js diff --git a/static/js/lib/codemirror-4.5/addon/selection/mark-selection.js b/static/js/lib/codemirror-4.7/addon/selection/mark-selection.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/selection/mark-selection.js rename to static/js/lib/codemirror-4.7/addon/selection/mark-selection.js diff --git a/static/js/lib/codemirror-4.5/addon/tern/tern.css b/static/js/lib/codemirror-4.7/addon/tern/tern.css similarity index 100% rename from static/js/lib/codemirror-4.5/addon/tern/tern.css rename to static/js/lib/codemirror-4.7/addon/tern/tern.css diff --git a/static/js/lib/codemirror-4.5/addon/tern/tern.js b/static/js/lib/codemirror-4.7/addon/tern/tern.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/tern/tern.js rename to static/js/lib/codemirror-4.7/addon/tern/tern.js diff --git a/static/js/lib/codemirror-4.5/addon/tern/worker.js b/static/js/lib/codemirror-4.7/addon/tern/worker.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/tern/worker.js rename to static/js/lib/codemirror-4.7/addon/tern/worker.js diff --git a/static/js/lib/codemirror-4.5/addon/wrap/hardwrap.js b/static/js/lib/codemirror-4.7/addon/wrap/hardwrap.js similarity index 100% rename from static/js/lib/codemirror-4.5/addon/wrap/hardwrap.js rename to static/js/lib/codemirror-4.7/addon/wrap/hardwrap.js diff --git a/static/js/lib/codemirror-4.5/codemirror.css b/static/js/lib/codemirror-4.7/codemirror.css similarity index 100% rename from static/js/lib/codemirror-4.5/codemirror.css rename to static/js/lib/codemirror-4.7/codemirror.css diff --git a/static/js/lib/codemirror-4.5/codemirror.js b/static/js/lib/codemirror-4.7/codemirror.js similarity index 100% rename from static/js/lib/codemirror-4.5/codemirror.js rename to static/js/lib/codemirror-4.7/codemirror.js diff --git a/static/js/lib/codemirror-4.5/keymap/emacs.js b/static/js/lib/codemirror-4.7/keymap/emacs.js similarity index 100% rename from static/js/lib/codemirror-4.5/keymap/emacs.js rename to static/js/lib/codemirror-4.7/keymap/emacs.js diff --git a/static/js/lib/codemirror-4.5/keymap/sublime.js b/static/js/lib/codemirror-4.7/keymap/sublime.js similarity index 100% rename from static/js/lib/codemirror-4.5/keymap/sublime.js rename to static/js/lib/codemirror-4.7/keymap/sublime.js diff --git a/static/js/lib/codemirror-4.5/keymap/vim.js b/static/js/lib/codemirror-4.7/keymap/vim.js similarity index 100% rename from static/js/lib/codemirror-4.5/keymap/vim.js rename to static/js/lib/codemirror-4.7/keymap/vim.js diff --git a/static/js/lib/codemirror-4.5/mode/apl/apl.js b/static/js/lib/codemirror-4.7/mode/apl/apl.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/apl/apl.js rename to static/js/lib/codemirror-4.7/mode/apl/apl.js diff --git a/static/js/lib/codemirror-4.5/mode/apl/index.html b/static/js/lib/codemirror-4.7/mode/apl/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/apl/index.html rename to static/js/lib/codemirror-4.7/mode/apl/index.html diff --git a/static/js/lib/codemirror-4.5/mode/asterisk/asterisk.js b/static/js/lib/codemirror-4.7/mode/asterisk/asterisk.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/asterisk/asterisk.js rename to static/js/lib/codemirror-4.7/mode/asterisk/asterisk.js diff --git a/static/js/lib/codemirror-4.5/mode/asterisk/index.html b/static/js/lib/codemirror-4.7/mode/asterisk/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/asterisk/index.html rename to static/js/lib/codemirror-4.7/mode/asterisk/index.html diff --git a/static/js/lib/codemirror-4.5/mode/clike/clike.js b/static/js/lib/codemirror-4.7/mode/clike/clike.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/clike/clike.js rename to static/js/lib/codemirror-4.7/mode/clike/clike.js diff --git a/static/js/lib/codemirror-4.5/mode/clike/index.html b/static/js/lib/codemirror-4.7/mode/clike/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/clike/index.html rename to static/js/lib/codemirror-4.7/mode/clike/index.html diff --git a/static/js/lib/codemirror-4.5/mode/clike/scala.html b/static/js/lib/codemirror-4.7/mode/clike/scala.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/clike/scala.html rename to static/js/lib/codemirror-4.7/mode/clike/scala.html diff --git a/static/js/lib/codemirror-4.5/mode/clojure/clojure.js b/static/js/lib/codemirror-4.7/mode/clojure/clojure.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/clojure/clojure.js rename to static/js/lib/codemirror-4.7/mode/clojure/clojure.js diff --git a/static/js/lib/codemirror-4.5/mode/clojure/index.html b/static/js/lib/codemirror-4.7/mode/clojure/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/clojure/index.html rename to static/js/lib/codemirror-4.7/mode/clojure/index.html diff --git a/static/js/lib/codemirror-4.5/mode/cobol/cobol.js b/static/js/lib/codemirror-4.7/mode/cobol/cobol.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/cobol/cobol.js rename to static/js/lib/codemirror-4.7/mode/cobol/cobol.js diff --git a/static/js/lib/codemirror-4.5/mode/cobol/index.html b/static/js/lib/codemirror-4.7/mode/cobol/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/cobol/index.html rename to static/js/lib/codemirror-4.7/mode/cobol/index.html diff --git a/static/js/lib/codemirror-4.5/mode/coffeescript/coffeescript.js b/static/js/lib/codemirror-4.7/mode/coffeescript/coffeescript.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/coffeescript/coffeescript.js rename to static/js/lib/codemirror-4.7/mode/coffeescript/coffeescript.js diff --git a/static/js/lib/codemirror-4.5/mode/coffeescript/index.html b/static/js/lib/codemirror-4.7/mode/coffeescript/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/coffeescript/index.html rename to static/js/lib/codemirror-4.7/mode/coffeescript/index.html diff --git a/static/js/lib/codemirror-4.5/mode/commonlisp/commonlisp.js b/static/js/lib/codemirror-4.7/mode/commonlisp/commonlisp.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/commonlisp/commonlisp.js rename to static/js/lib/codemirror-4.7/mode/commonlisp/commonlisp.js diff --git a/static/js/lib/codemirror-4.5/mode/commonlisp/index.html b/static/js/lib/codemirror-4.7/mode/commonlisp/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/commonlisp/index.html rename to static/js/lib/codemirror-4.7/mode/commonlisp/index.html diff --git a/static/js/lib/codemirror-4.5/mode/css/css.js b/static/js/lib/codemirror-4.7/mode/css/css.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/css/css.js rename to static/js/lib/codemirror-4.7/mode/css/css.js diff --git a/static/js/lib/codemirror-4.5/mode/css/index.html b/static/js/lib/codemirror-4.7/mode/css/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/css/index.html rename to static/js/lib/codemirror-4.7/mode/css/index.html diff --git a/static/js/lib/codemirror-4.5/mode/css/less.html b/static/js/lib/codemirror-4.7/mode/css/less.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/css/less.html rename to static/js/lib/codemirror-4.7/mode/css/less.html diff --git a/static/js/lib/codemirror-4.5/mode/css/less_test.js b/static/js/lib/codemirror-4.7/mode/css/less_test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/css/less_test.js rename to static/js/lib/codemirror-4.7/mode/css/less_test.js diff --git a/static/js/lib/codemirror-4.5/mode/css/scss.html b/static/js/lib/codemirror-4.7/mode/css/scss.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/css/scss.html rename to static/js/lib/codemirror-4.7/mode/css/scss.html diff --git a/static/js/lib/codemirror-4.5/mode/css/scss_test.js b/static/js/lib/codemirror-4.7/mode/css/scss_test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/css/scss_test.js rename to static/js/lib/codemirror-4.7/mode/css/scss_test.js diff --git a/static/js/lib/codemirror-4.5/mode/css/test.js b/static/js/lib/codemirror-4.7/mode/css/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/css/test.js rename to static/js/lib/codemirror-4.7/mode/css/test.js diff --git a/static/js/lib/codemirror-4.5/mode/cypher/cypher.js b/static/js/lib/codemirror-4.7/mode/cypher/cypher.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/cypher/cypher.js rename to static/js/lib/codemirror-4.7/mode/cypher/cypher.js diff --git a/static/js/lib/codemirror-4.5/mode/cypher/index.html b/static/js/lib/codemirror-4.7/mode/cypher/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/cypher/index.html rename to static/js/lib/codemirror-4.7/mode/cypher/index.html diff --git a/static/js/lib/codemirror-4.5/mode/d/d.js b/static/js/lib/codemirror-4.7/mode/d/d.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/d/d.js rename to static/js/lib/codemirror-4.7/mode/d/d.js diff --git a/static/js/lib/codemirror-4.5/mode/d/index.html b/static/js/lib/codemirror-4.7/mode/d/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/d/index.html rename to static/js/lib/codemirror-4.7/mode/d/index.html diff --git a/static/js/lib/codemirror-4.5/mode/diff/diff.js b/static/js/lib/codemirror-4.7/mode/diff/diff.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/diff/diff.js rename to static/js/lib/codemirror-4.7/mode/diff/diff.js diff --git a/static/js/lib/codemirror-4.5/mode/diff/index.html b/static/js/lib/codemirror-4.7/mode/diff/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/diff/index.html rename to static/js/lib/codemirror-4.7/mode/diff/index.html diff --git a/static/js/lib/codemirror-4.5/mode/django/django.js b/static/js/lib/codemirror-4.7/mode/django/django.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/django/django.js rename to static/js/lib/codemirror-4.7/mode/django/django.js diff --git a/static/js/lib/codemirror-4.5/mode/django/index.html b/static/js/lib/codemirror-4.7/mode/django/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/django/index.html rename to static/js/lib/codemirror-4.7/mode/django/index.html diff --git a/static/js/lib/codemirror-4.5/mode/dtd/dtd.js b/static/js/lib/codemirror-4.7/mode/dtd/dtd.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/dtd/dtd.js rename to static/js/lib/codemirror-4.7/mode/dtd/dtd.js diff --git a/static/js/lib/codemirror-4.5/mode/dtd/index.html b/static/js/lib/codemirror-4.7/mode/dtd/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/dtd/index.html rename to static/js/lib/codemirror-4.7/mode/dtd/index.html diff --git a/static/js/lib/codemirror-4.5/mode/dylan/dylan.js b/static/js/lib/codemirror-4.7/mode/dylan/dylan.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/dylan/dylan.js rename to static/js/lib/codemirror-4.7/mode/dylan/dylan.js diff --git a/static/js/lib/codemirror-4.5/mode/dylan/index.html b/static/js/lib/codemirror-4.7/mode/dylan/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/dylan/index.html rename to static/js/lib/codemirror-4.7/mode/dylan/index.html diff --git a/static/js/lib/codemirror-4.5/mode/ecl/ecl.js b/static/js/lib/codemirror-4.7/mode/ecl/ecl.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/ecl/ecl.js rename to static/js/lib/codemirror-4.7/mode/ecl/ecl.js diff --git a/static/js/lib/codemirror-4.5/mode/ecl/index.html b/static/js/lib/codemirror-4.7/mode/ecl/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/ecl/index.html rename to static/js/lib/codemirror-4.7/mode/ecl/index.html diff --git a/static/js/lib/codemirror-4.5/mode/eiffel/eiffel.js b/static/js/lib/codemirror-4.7/mode/eiffel/eiffel.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/eiffel/eiffel.js rename to static/js/lib/codemirror-4.7/mode/eiffel/eiffel.js diff --git a/static/js/lib/codemirror-4.5/mode/eiffel/index.html b/static/js/lib/codemirror-4.7/mode/eiffel/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/eiffel/index.html rename to static/js/lib/codemirror-4.7/mode/eiffel/index.html diff --git a/static/js/lib/codemirror-4.5/mode/erlang/erlang.js b/static/js/lib/codemirror-4.7/mode/erlang/erlang.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/erlang/erlang.js rename to static/js/lib/codemirror-4.7/mode/erlang/erlang.js diff --git a/static/js/lib/codemirror-4.5/mode/erlang/index.html b/static/js/lib/codemirror-4.7/mode/erlang/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/erlang/index.html rename to static/js/lib/codemirror-4.7/mode/erlang/index.html diff --git a/static/js/lib/codemirror-4.5/mode/fortran/fortran.js b/static/js/lib/codemirror-4.7/mode/fortran/fortran.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/fortran/fortran.js rename to static/js/lib/codemirror-4.7/mode/fortran/fortran.js diff --git a/static/js/lib/codemirror-4.5/mode/fortran/index.html b/static/js/lib/codemirror-4.7/mode/fortran/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/fortran/index.html rename to static/js/lib/codemirror-4.7/mode/fortran/index.html diff --git a/static/js/lib/codemirror-4.5/mode/gas/gas.js b/static/js/lib/codemirror-4.7/mode/gas/gas.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/gas/gas.js rename to static/js/lib/codemirror-4.7/mode/gas/gas.js diff --git a/static/js/lib/codemirror-4.5/mode/gas/index.html b/static/js/lib/codemirror-4.7/mode/gas/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/gas/index.html rename to static/js/lib/codemirror-4.7/mode/gas/index.html diff --git a/static/js/lib/codemirror-4.5/mode/gfm/gfm.js b/static/js/lib/codemirror-4.7/mode/gfm/gfm.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/gfm/gfm.js rename to static/js/lib/codemirror-4.7/mode/gfm/gfm.js diff --git a/static/js/lib/codemirror-4.5/mode/gfm/index.html b/static/js/lib/codemirror-4.7/mode/gfm/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/gfm/index.html rename to static/js/lib/codemirror-4.7/mode/gfm/index.html diff --git a/static/js/lib/codemirror-4.5/mode/gfm/test.js b/static/js/lib/codemirror-4.7/mode/gfm/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/gfm/test.js rename to static/js/lib/codemirror-4.7/mode/gfm/test.js diff --git a/static/js/lib/codemirror-4.5/mode/gherkin/gherkin.js b/static/js/lib/codemirror-4.7/mode/gherkin/gherkin.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/gherkin/gherkin.js rename to static/js/lib/codemirror-4.7/mode/gherkin/gherkin.js diff --git a/static/js/lib/codemirror-4.5/mode/gherkin/index.html b/static/js/lib/codemirror-4.7/mode/gherkin/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/gherkin/index.html rename to static/js/lib/codemirror-4.7/mode/gherkin/index.html diff --git a/static/js/lib/codemirror-4.5/mode/go/go.js b/static/js/lib/codemirror-4.7/mode/go/go.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/go/go.js rename to static/js/lib/codemirror-4.7/mode/go/go.js diff --git a/static/js/lib/codemirror-4.5/mode/go/index.html b/static/js/lib/codemirror-4.7/mode/go/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/go/index.html rename to static/js/lib/codemirror-4.7/mode/go/index.html diff --git a/static/js/lib/codemirror-4.5/mode/groovy/groovy.js b/static/js/lib/codemirror-4.7/mode/groovy/groovy.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/groovy/groovy.js rename to static/js/lib/codemirror-4.7/mode/groovy/groovy.js diff --git a/static/js/lib/codemirror-4.5/mode/groovy/index.html b/static/js/lib/codemirror-4.7/mode/groovy/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/groovy/index.html rename to static/js/lib/codemirror-4.7/mode/groovy/index.html diff --git a/static/js/lib/codemirror-4.5/mode/haml/haml.js b/static/js/lib/codemirror-4.7/mode/haml/haml.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/haml/haml.js rename to static/js/lib/codemirror-4.7/mode/haml/haml.js diff --git a/static/js/lib/codemirror-4.5/mode/haml/index.html b/static/js/lib/codemirror-4.7/mode/haml/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/haml/index.html rename to static/js/lib/codemirror-4.7/mode/haml/index.html diff --git a/static/js/lib/codemirror-4.5/mode/haml/test.js b/static/js/lib/codemirror-4.7/mode/haml/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/haml/test.js rename to static/js/lib/codemirror-4.7/mode/haml/test.js diff --git a/static/js/lib/codemirror-4.5/mode/haskell/haskell.js b/static/js/lib/codemirror-4.7/mode/haskell/haskell.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/haskell/haskell.js rename to static/js/lib/codemirror-4.7/mode/haskell/haskell.js diff --git a/static/js/lib/codemirror-4.5/mode/haskell/index.html b/static/js/lib/codemirror-4.7/mode/haskell/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/haskell/index.html rename to static/js/lib/codemirror-4.7/mode/haskell/index.html diff --git a/static/js/lib/codemirror-4.5/mode/haxe/haxe.js b/static/js/lib/codemirror-4.7/mode/haxe/haxe.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/haxe/haxe.js rename to static/js/lib/codemirror-4.7/mode/haxe/haxe.js diff --git a/static/js/lib/codemirror-4.5/mode/haxe/index.html b/static/js/lib/codemirror-4.7/mode/haxe/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/haxe/index.html rename to static/js/lib/codemirror-4.7/mode/haxe/index.html diff --git a/static/js/lib/codemirror-4.5/mode/htmlembedded/htmlembedded.js b/static/js/lib/codemirror-4.7/mode/htmlembedded/htmlembedded.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/htmlembedded/htmlembedded.js rename to static/js/lib/codemirror-4.7/mode/htmlembedded/htmlembedded.js diff --git a/static/js/lib/codemirror-4.5/mode/htmlembedded/index.html b/static/js/lib/codemirror-4.7/mode/htmlembedded/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/htmlembedded/index.html rename to static/js/lib/codemirror-4.7/mode/htmlembedded/index.html diff --git a/static/js/lib/codemirror-4.5/mode/htmlmixed/htmlmixed.js b/static/js/lib/codemirror-4.7/mode/htmlmixed/htmlmixed.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/htmlmixed/htmlmixed.js rename to static/js/lib/codemirror-4.7/mode/htmlmixed/htmlmixed.js diff --git a/static/js/lib/codemirror-4.5/mode/htmlmixed/index.html b/static/js/lib/codemirror-4.7/mode/htmlmixed/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/htmlmixed/index.html rename to static/js/lib/codemirror-4.7/mode/htmlmixed/index.html diff --git a/static/js/lib/codemirror-4.5/mode/http/http.js b/static/js/lib/codemirror-4.7/mode/http/http.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/http/http.js rename to static/js/lib/codemirror-4.7/mode/http/http.js diff --git a/static/js/lib/codemirror-4.5/mode/http/index.html b/static/js/lib/codemirror-4.7/mode/http/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/http/index.html rename to static/js/lib/codemirror-4.7/mode/http/index.html diff --git a/static/js/lib/codemirror-4.5/mode/index.html b/static/js/lib/codemirror-4.7/mode/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/index.html rename to static/js/lib/codemirror-4.7/mode/index.html diff --git a/static/js/lib/codemirror-4.5/mode/jade/index.html b/static/js/lib/codemirror-4.7/mode/jade/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/jade/index.html rename to static/js/lib/codemirror-4.7/mode/jade/index.html diff --git a/static/js/lib/codemirror-4.5/mode/jade/jade.js b/static/js/lib/codemirror-4.7/mode/jade/jade.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/jade/jade.js rename to static/js/lib/codemirror-4.7/mode/jade/jade.js diff --git a/static/js/lib/codemirror-4.5/mode/javascript/index.html b/static/js/lib/codemirror-4.7/mode/javascript/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/javascript/index.html rename to static/js/lib/codemirror-4.7/mode/javascript/index.html diff --git a/static/js/lib/codemirror-4.5/mode/javascript/javascript.js b/static/js/lib/codemirror-4.7/mode/javascript/javascript.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/javascript/javascript.js rename to static/js/lib/codemirror-4.7/mode/javascript/javascript.js diff --git a/static/js/lib/codemirror-4.5/mode/javascript/json-ld.html b/static/js/lib/codemirror-4.7/mode/javascript/json-ld.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/javascript/json-ld.html rename to static/js/lib/codemirror-4.7/mode/javascript/json-ld.html diff --git a/static/js/lib/codemirror-4.5/mode/javascript/test.js b/static/js/lib/codemirror-4.7/mode/javascript/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/javascript/test.js rename to static/js/lib/codemirror-4.7/mode/javascript/test.js diff --git a/static/js/lib/codemirror-4.5/mode/javascript/typescript.html b/static/js/lib/codemirror-4.7/mode/javascript/typescript.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/javascript/typescript.html rename to static/js/lib/codemirror-4.7/mode/javascript/typescript.html diff --git a/static/js/lib/codemirror-4.5/mode/jinja2/index.html b/static/js/lib/codemirror-4.7/mode/jinja2/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/jinja2/index.html rename to static/js/lib/codemirror-4.7/mode/jinja2/index.html diff --git a/static/js/lib/codemirror-4.5/mode/jinja2/jinja2.js b/static/js/lib/codemirror-4.7/mode/jinja2/jinja2.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/jinja2/jinja2.js rename to static/js/lib/codemirror-4.7/mode/jinja2/jinja2.js diff --git a/static/js/lib/codemirror-4.5/mode/julia/index.html b/static/js/lib/codemirror-4.7/mode/julia/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/julia/index.html rename to static/js/lib/codemirror-4.7/mode/julia/index.html diff --git a/static/js/lib/codemirror-4.5/mode/julia/julia.js b/static/js/lib/codemirror-4.7/mode/julia/julia.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/julia/julia.js rename to static/js/lib/codemirror-4.7/mode/julia/julia.js diff --git a/static/js/lib/codemirror-4.5/mode/kotlin/index.html b/static/js/lib/codemirror-4.7/mode/kotlin/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/kotlin/index.html rename to static/js/lib/codemirror-4.7/mode/kotlin/index.html diff --git a/static/js/lib/codemirror-4.5/mode/kotlin/kotlin.js b/static/js/lib/codemirror-4.7/mode/kotlin/kotlin.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/kotlin/kotlin.js rename to static/js/lib/codemirror-4.7/mode/kotlin/kotlin.js diff --git a/static/js/lib/codemirror-4.5/mode/livescript/index.html b/static/js/lib/codemirror-4.7/mode/livescript/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/livescript/index.html rename to static/js/lib/codemirror-4.7/mode/livescript/index.html diff --git a/static/js/lib/codemirror-4.5/mode/livescript/livescript.js b/static/js/lib/codemirror-4.7/mode/livescript/livescript.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/livescript/livescript.js rename to static/js/lib/codemirror-4.7/mode/livescript/livescript.js diff --git a/static/js/lib/codemirror-4.5/mode/lua/index.html b/static/js/lib/codemirror-4.7/mode/lua/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/lua/index.html rename to static/js/lib/codemirror-4.7/mode/lua/index.html diff --git a/static/js/lib/codemirror-4.5/mode/lua/lua.js b/static/js/lib/codemirror-4.7/mode/lua/lua.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/lua/lua.js rename to static/js/lib/codemirror-4.7/mode/lua/lua.js diff --git a/static/js/lib/codemirror-4.5/mode/markdown/index.html b/static/js/lib/codemirror-4.7/mode/markdown/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/markdown/index.html rename to static/js/lib/codemirror-4.7/mode/markdown/index.html diff --git a/static/js/lib/codemirror-4.5/mode/markdown/markdown.js b/static/js/lib/codemirror-4.7/mode/markdown/markdown.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/markdown/markdown.js rename to static/js/lib/codemirror-4.7/mode/markdown/markdown.js diff --git a/static/js/lib/codemirror-4.5/mode/markdown/test.js b/static/js/lib/codemirror-4.7/mode/markdown/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/markdown/test.js rename to static/js/lib/codemirror-4.7/mode/markdown/test.js diff --git a/static/js/lib/codemirror-4.5/mode/meta.js b/static/js/lib/codemirror-4.7/mode/meta.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/meta.js rename to static/js/lib/codemirror-4.7/mode/meta.js diff --git a/static/js/lib/codemirror-4.5/mode/mirc/index.html b/static/js/lib/codemirror-4.7/mode/mirc/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/mirc/index.html rename to static/js/lib/codemirror-4.7/mode/mirc/index.html diff --git a/static/js/lib/codemirror-4.5/mode/mirc/mirc.js b/static/js/lib/codemirror-4.7/mode/mirc/mirc.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/mirc/mirc.js rename to static/js/lib/codemirror-4.7/mode/mirc/mirc.js diff --git a/static/js/lib/codemirror-4.5/mode/mllike/index.html b/static/js/lib/codemirror-4.7/mode/mllike/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/mllike/index.html rename to static/js/lib/codemirror-4.7/mode/mllike/index.html diff --git a/static/js/lib/codemirror-4.5/mode/mllike/mllike.js b/static/js/lib/codemirror-4.7/mode/mllike/mllike.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/mllike/mllike.js rename to static/js/lib/codemirror-4.7/mode/mllike/mllike.js diff --git a/static/js/lib/codemirror-4.5/mode/modelica/index.html b/static/js/lib/codemirror-4.7/mode/modelica/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/modelica/index.html rename to static/js/lib/codemirror-4.7/mode/modelica/index.html diff --git a/static/js/lib/codemirror-4.5/mode/modelica/modelica.js b/static/js/lib/codemirror-4.7/mode/modelica/modelica.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/modelica/modelica.js rename to static/js/lib/codemirror-4.7/mode/modelica/modelica.js diff --git a/static/js/lib/codemirror-4.5/mode/nginx/index.html b/static/js/lib/codemirror-4.7/mode/nginx/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/nginx/index.html rename to static/js/lib/codemirror-4.7/mode/nginx/index.html diff --git a/static/js/lib/codemirror-4.5/mode/nginx/nginx.js b/static/js/lib/codemirror-4.7/mode/nginx/nginx.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/nginx/nginx.js rename to static/js/lib/codemirror-4.7/mode/nginx/nginx.js diff --git a/static/js/lib/codemirror-4.5/mode/ntriples/index.html b/static/js/lib/codemirror-4.7/mode/ntriples/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/ntriples/index.html rename to static/js/lib/codemirror-4.7/mode/ntriples/index.html diff --git a/static/js/lib/codemirror-4.5/mode/ntriples/ntriples.js b/static/js/lib/codemirror-4.7/mode/ntriples/ntriples.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/ntriples/ntriples.js rename to static/js/lib/codemirror-4.7/mode/ntriples/ntriples.js diff --git a/static/js/lib/codemirror-4.5/mode/octave/index.html b/static/js/lib/codemirror-4.7/mode/octave/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/octave/index.html rename to static/js/lib/codemirror-4.7/mode/octave/index.html diff --git a/static/js/lib/codemirror-4.5/mode/octave/octave.js b/static/js/lib/codemirror-4.7/mode/octave/octave.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/octave/octave.js rename to static/js/lib/codemirror-4.7/mode/octave/octave.js diff --git a/static/js/lib/codemirror-4.5/mode/pascal/index.html b/static/js/lib/codemirror-4.7/mode/pascal/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/pascal/index.html rename to static/js/lib/codemirror-4.7/mode/pascal/index.html diff --git a/static/js/lib/codemirror-4.5/mode/pascal/pascal.js b/static/js/lib/codemirror-4.7/mode/pascal/pascal.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/pascal/pascal.js rename to static/js/lib/codemirror-4.7/mode/pascal/pascal.js diff --git a/static/js/lib/codemirror-4.5/mode/pegjs/index.html b/static/js/lib/codemirror-4.7/mode/pegjs/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/pegjs/index.html rename to static/js/lib/codemirror-4.7/mode/pegjs/index.html diff --git a/static/js/lib/codemirror-4.5/mode/pegjs/pegjs.js b/static/js/lib/codemirror-4.7/mode/pegjs/pegjs.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/pegjs/pegjs.js rename to static/js/lib/codemirror-4.7/mode/pegjs/pegjs.js diff --git a/static/js/lib/codemirror-4.5/mode/perl/index.html b/static/js/lib/codemirror-4.7/mode/perl/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/perl/index.html rename to static/js/lib/codemirror-4.7/mode/perl/index.html diff --git a/static/js/lib/codemirror-4.5/mode/perl/perl.js b/static/js/lib/codemirror-4.7/mode/perl/perl.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/perl/perl.js rename to static/js/lib/codemirror-4.7/mode/perl/perl.js diff --git a/static/js/lib/codemirror-4.5/mode/php/index.html b/static/js/lib/codemirror-4.7/mode/php/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/php/index.html rename to static/js/lib/codemirror-4.7/mode/php/index.html diff --git a/static/js/lib/codemirror-4.5/mode/php/php.js b/static/js/lib/codemirror-4.7/mode/php/php.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/php/php.js rename to static/js/lib/codemirror-4.7/mode/php/php.js diff --git a/static/js/lib/codemirror-4.5/mode/php/test.js b/static/js/lib/codemirror-4.7/mode/php/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/php/test.js rename to static/js/lib/codemirror-4.7/mode/php/test.js diff --git a/static/js/lib/codemirror-4.5/mode/pig/index.html b/static/js/lib/codemirror-4.7/mode/pig/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/pig/index.html rename to static/js/lib/codemirror-4.7/mode/pig/index.html diff --git a/static/js/lib/codemirror-4.5/mode/pig/pig.js b/static/js/lib/codemirror-4.7/mode/pig/pig.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/pig/pig.js rename to static/js/lib/codemirror-4.7/mode/pig/pig.js diff --git a/static/js/lib/codemirror-4.5/mode/properties/index.html b/static/js/lib/codemirror-4.7/mode/properties/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/properties/index.html rename to static/js/lib/codemirror-4.7/mode/properties/index.html diff --git a/static/js/lib/codemirror-4.5/mode/properties/properties.js b/static/js/lib/codemirror-4.7/mode/properties/properties.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/properties/properties.js rename to static/js/lib/codemirror-4.7/mode/properties/properties.js diff --git a/static/js/lib/codemirror-4.5/mode/puppet/index.html b/static/js/lib/codemirror-4.7/mode/puppet/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/puppet/index.html rename to static/js/lib/codemirror-4.7/mode/puppet/index.html diff --git a/static/js/lib/codemirror-4.5/mode/puppet/puppet.js b/static/js/lib/codemirror-4.7/mode/puppet/puppet.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/puppet/puppet.js rename to static/js/lib/codemirror-4.7/mode/puppet/puppet.js diff --git a/static/js/lib/codemirror-4.5/mode/python/index.html b/static/js/lib/codemirror-4.7/mode/python/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/python/index.html rename to static/js/lib/codemirror-4.7/mode/python/index.html diff --git a/static/js/lib/codemirror-4.5/mode/python/python.js b/static/js/lib/codemirror-4.7/mode/python/python.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/python/python.js rename to static/js/lib/codemirror-4.7/mode/python/python.js diff --git a/static/js/lib/codemirror-4.5/mode/q/index.html b/static/js/lib/codemirror-4.7/mode/q/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/q/index.html rename to static/js/lib/codemirror-4.7/mode/q/index.html diff --git a/static/js/lib/codemirror-4.5/mode/q/q.js b/static/js/lib/codemirror-4.7/mode/q/q.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/q/q.js rename to static/js/lib/codemirror-4.7/mode/q/q.js diff --git a/static/js/lib/codemirror-4.5/mode/r/index.html b/static/js/lib/codemirror-4.7/mode/r/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/r/index.html rename to static/js/lib/codemirror-4.7/mode/r/index.html diff --git a/static/js/lib/codemirror-4.5/mode/r/r.js b/static/js/lib/codemirror-4.7/mode/r/r.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/r/r.js rename to static/js/lib/codemirror-4.7/mode/r/r.js diff --git a/static/js/lib/codemirror-4.5/mode/rpm/changes/index.html b/static/js/lib/codemirror-4.7/mode/rpm/changes/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/rpm/changes/index.html rename to static/js/lib/codemirror-4.7/mode/rpm/changes/index.html diff --git a/static/js/lib/codemirror-4.5/mode/rpm/index.html b/static/js/lib/codemirror-4.7/mode/rpm/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/rpm/index.html rename to static/js/lib/codemirror-4.7/mode/rpm/index.html diff --git a/static/js/lib/codemirror-4.5/mode/rpm/rpm.js b/static/js/lib/codemirror-4.7/mode/rpm/rpm.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/rpm/rpm.js rename to static/js/lib/codemirror-4.7/mode/rpm/rpm.js diff --git a/static/js/lib/codemirror-4.5/mode/rst/index.html b/static/js/lib/codemirror-4.7/mode/rst/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/rst/index.html rename to static/js/lib/codemirror-4.7/mode/rst/index.html diff --git a/static/js/lib/codemirror-4.5/mode/rst/rst.js b/static/js/lib/codemirror-4.7/mode/rst/rst.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/rst/rst.js rename to static/js/lib/codemirror-4.7/mode/rst/rst.js diff --git a/static/js/lib/codemirror-4.5/mode/ruby/index.html b/static/js/lib/codemirror-4.7/mode/ruby/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/ruby/index.html rename to static/js/lib/codemirror-4.7/mode/ruby/index.html diff --git a/static/js/lib/codemirror-4.5/mode/ruby/ruby.js b/static/js/lib/codemirror-4.7/mode/ruby/ruby.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/ruby/ruby.js rename to static/js/lib/codemirror-4.7/mode/ruby/ruby.js diff --git a/static/js/lib/codemirror-4.5/mode/ruby/test.js b/static/js/lib/codemirror-4.7/mode/ruby/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/ruby/test.js rename to static/js/lib/codemirror-4.7/mode/ruby/test.js diff --git a/static/js/lib/codemirror-4.5/mode/rust/index.html b/static/js/lib/codemirror-4.7/mode/rust/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/rust/index.html rename to static/js/lib/codemirror-4.7/mode/rust/index.html diff --git a/static/js/lib/codemirror-4.5/mode/rust/rust.js b/static/js/lib/codemirror-4.7/mode/rust/rust.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/rust/rust.js rename to static/js/lib/codemirror-4.7/mode/rust/rust.js diff --git a/static/js/lib/codemirror-4.5/mode/sass/index.html b/static/js/lib/codemirror-4.7/mode/sass/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/sass/index.html rename to static/js/lib/codemirror-4.7/mode/sass/index.html diff --git a/static/js/lib/codemirror-4.5/mode/sass/sass.js b/static/js/lib/codemirror-4.7/mode/sass/sass.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/sass/sass.js rename to static/js/lib/codemirror-4.7/mode/sass/sass.js diff --git a/static/js/lib/codemirror-4.5/mode/scheme/index.html b/static/js/lib/codemirror-4.7/mode/scheme/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/scheme/index.html rename to static/js/lib/codemirror-4.7/mode/scheme/index.html diff --git a/static/js/lib/codemirror-4.5/mode/scheme/scheme.js b/static/js/lib/codemirror-4.7/mode/scheme/scheme.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/scheme/scheme.js rename to static/js/lib/codemirror-4.7/mode/scheme/scheme.js diff --git a/static/js/lib/codemirror-4.5/mode/shell/index.html b/static/js/lib/codemirror-4.7/mode/shell/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/shell/index.html rename to static/js/lib/codemirror-4.7/mode/shell/index.html diff --git a/static/js/lib/codemirror-4.5/mode/shell/shell.js b/static/js/lib/codemirror-4.7/mode/shell/shell.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/shell/shell.js rename to static/js/lib/codemirror-4.7/mode/shell/shell.js diff --git a/static/js/lib/codemirror-4.5/mode/shell/test.js b/static/js/lib/codemirror-4.7/mode/shell/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/shell/test.js rename to static/js/lib/codemirror-4.7/mode/shell/test.js diff --git a/static/js/lib/codemirror-4.5/mode/sieve/index.html b/static/js/lib/codemirror-4.7/mode/sieve/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/sieve/index.html rename to static/js/lib/codemirror-4.7/mode/sieve/index.html diff --git a/static/js/lib/codemirror-4.5/mode/sieve/sieve.js b/static/js/lib/codemirror-4.7/mode/sieve/sieve.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/sieve/sieve.js rename to static/js/lib/codemirror-4.7/mode/sieve/sieve.js diff --git a/static/js/lib/codemirror-4.5/mode/slim/index.html b/static/js/lib/codemirror-4.7/mode/slim/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/slim/index.html rename to static/js/lib/codemirror-4.7/mode/slim/index.html diff --git a/static/js/lib/codemirror-4.5/mode/slim/slim.js b/static/js/lib/codemirror-4.7/mode/slim/slim.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/slim/slim.js rename to static/js/lib/codemirror-4.7/mode/slim/slim.js diff --git a/static/js/lib/codemirror-4.5/mode/slim/test.js b/static/js/lib/codemirror-4.7/mode/slim/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/slim/test.js rename to static/js/lib/codemirror-4.7/mode/slim/test.js diff --git a/static/js/lib/codemirror-4.5/mode/smalltalk/index.html b/static/js/lib/codemirror-4.7/mode/smalltalk/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/smalltalk/index.html rename to static/js/lib/codemirror-4.7/mode/smalltalk/index.html diff --git a/static/js/lib/codemirror-4.5/mode/smalltalk/smalltalk.js b/static/js/lib/codemirror-4.7/mode/smalltalk/smalltalk.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/smalltalk/smalltalk.js rename to static/js/lib/codemirror-4.7/mode/smalltalk/smalltalk.js diff --git a/static/js/lib/codemirror-4.5/mode/smarty/index.html b/static/js/lib/codemirror-4.7/mode/smarty/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/smarty/index.html rename to static/js/lib/codemirror-4.7/mode/smarty/index.html diff --git a/static/js/lib/codemirror-4.5/mode/smarty/smarty.js b/static/js/lib/codemirror-4.7/mode/smarty/smarty.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/smarty/smarty.js rename to static/js/lib/codemirror-4.7/mode/smarty/smarty.js diff --git a/static/js/lib/codemirror-4.5/mode/smartymixed/index.html b/static/js/lib/codemirror-4.7/mode/smartymixed/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/smartymixed/index.html rename to static/js/lib/codemirror-4.7/mode/smartymixed/index.html diff --git a/static/js/lib/codemirror-4.5/mode/smartymixed/smartymixed.js b/static/js/lib/codemirror-4.7/mode/smartymixed/smartymixed.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/smartymixed/smartymixed.js rename to static/js/lib/codemirror-4.7/mode/smartymixed/smartymixed.js diff --git a/static/js/lib/codemirror-4.5/mode/solr/index.html b/static/js/lib/codemirror-4.7/mode/solr/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/solr/index.html rename to static/js/lib/codemirror-4.7/mode/solr/index.html diff --git a/static/js/lib/codemirror-4.5/mode/solr/solr.js b/static/js/lib/codemirror-4.7/mode/solr/solr.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/solr/solr.js rename to static/js/lib/codemirror-4.7/mode/solr/solr.js diff --git a/static/js/lib/codemirror-4.5/mode/sparql/index.html b/static/js/lib/codemirror-4.7/mode/sparql/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/sparql/index.html rename to static/js/lib/codemirror-4.7/mode/sparql/index.html diff --git a/static/js/lib/codemirror-4.5/mode/sparql/sparql.js b/static/js/lib/codemirror-4.7/mode/sparql/sparql.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/sparql/sparql.js rename to static/js/lib/codemirror-4.7/mode/sparql/sparql.js diff --git a/static/js/lib/codemirror-4.5/mode/sql/index.html b/static/js/lib/codemirror-4.7/mode/sql/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/sql/index.html rename to static/js/lib/codemirror-4.7/mode/sql/index.html diff --git a/static/js/lib/codemirror-4.5/mode/sql/sql.js b/static/js/lib/codemirror-4.7/mode/sql/sql.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/sql/sql.js rename to static/js/lib/codemirror-4.7/mode/sql/sql.js diff --git a/static/js/lib/codemirror-4.5/mode/stex/index.html b/static/js/lib/codemirror-4.7/mode/stex/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/stex/index.html rename to static/js/lib/codemirror-4.7/mode/stex/index.html diff --git a/static/js/lib/codemirror-4.5/mode/stex/stex.js b/static/js/lib/codemirror-4.7/mode/stex/stex.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/stex/stex.js rename to static/js/lib/codemirror-4.7/mode/stex/stex.js diff --git a/static/js/lib/codemirror-4.5/mode/stex/test.js b/static/js/lib/codemirror-4.7/mode/stex/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/stex/test.js rename to static/js/lib/codemirror-4.7/mode/stex/test.js diff --git a/static/js/lib/codemirror-4.5/mode/tcl/index.html b/static/js/lib/codemirror-4.7/mode/tcl/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tcl/index.html rename to static/js/lib/codemirror-4.7/mode/tcl/index.html diff --git a/static/js/lib/codemirror-4.5/mode/tcl/tcl.js b/static/js/lib/codemirror-4.7/mode/tcl/tcl.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tcl/tcl.js rename to static/js/lib/codemirror-4.7/mode/tcl/tcl.js diff --git a/static/js/lib/codemirror-4.5/mode/textile/index.html b/static/js/lib/codemirror-4.7/mode/textile/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/textile/index.html rename to static/js/lib/codemirror-4.7/mode/textile/index.html diff --git a/static/js/lib/codemirror-4.5/mode/textile/test.js b/static/js/lib/codemirror-4.7/mode/textile/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/textile/test.js rename to static/js/lib/codemirror-4.7/mode/textile/test.js diff --git a/static/js/lib/codemirror-4.5/mode/textile/textile.js b/static/js/lib/codemirror-4.7/mode/textile/textile.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/textile/textile.js rename to static/js/lib/codemirror-4.7/mode/textile/textile.js diff --git a/static/js/lib/codemirror-4.5/mode/tiddlywiki/index.html b/static/js/lib/codemirror-4.7/mode/tiddlywiki/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tiddlywiki/index.html rename to static/js/lib/codemirror-4.7/mode/tiddlywiki/index.html diff --git a/static/js/lib/codemirror-4.5/mode/tiddlywiki/tiddlywiki.css b/static/js/lib/codemirror-4.7/mode/tiddlywiki/tiddlywiki.css similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tiddlywiki/tiddlywiki.css rename to static/js/lib/codemirror-4.7/mode/tiddlywiki/tiddlywiki.css diff --git a/static/js/lib/codemirror-4.5/mode/tiddlywiki/tiddlywiki.js b/static/js/lib/codemirror-4.7/mode/tiddlywiki/tiddlywiki.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tiddlywiki/tiddlywiki.js rename to static/js/lib/codemirror-4.7/mode/tiddlywiki/tiddlywiki.js diff --git a/static/js/lib/codemirror-4.5/mode/tiki/index.html b/static/js/lib/codemirror-4.7/mode/tiki/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tiki/index.html rename to static/js/lib/codemirror-4.7/mode/tiki/index.html diff --git a/static/js/lib/codemirror-4.5/mode/tiki/tiki.css b/static/js/lib/codemirror-4.7/mode/tiki/tiki.css similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tiki/tiki.css rename to static/js/lib/codemirror-4.7/mode/tiki/tiki.css diff --git a/static/js/lib/codemirror-4.5/mode/tiki/tiki.js b/static/js/lib/codemirror-4.7/mode/tiki/tiki.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tiki/tiki.js rename to static/js/lib/codemirror-4.7/mode/tiki/tiki.js diff --git a/static/js/lib/codemirror-4.5/mode/toml/index.html b/static/js/lib/codemirror-4.7/mode/toml/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/toml/index.html rename to static/js/lib/codemirror-4.7/mode/toml/index.html diff --git a/static/js/lib/codemirror-4.5/mode/toml/toml.js b/static/js/lib/codemirror-4.7/mode/toml/toml.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/toml/toml.js rename to static/js/lib/codemirror-4.7/mode/toml/toml.js diff --git a/static/js/lib/codemirror-4.5/mode/tornado/index.html b/static/js/lib/codemirror-4.7/mode/tornado/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tornado/index.html rename to static/js/lib/codemirror-4.7/mode/tornado/index.html diff --git a/static/js/lib/codemirror-4.5/mode/tornado/tornado.js b/static/js/lib/codemirror-4.7/mode/tornado/tornado.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/tornado/tornado.js rename to static/js/lib/codemirror-4.7/mode/tornado/tornado.js diff --git a/static/js/lib/codemirror-4.5/mode/turtle/index.html b/static/js/lib/codemirror-4.7/mode/turtle/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/turtle/index.html rename to static/js/lib/codemirror-4.7/mode/turtle/index.html diff --git a/static/js/lib/codemirror-4.5/mode/turtle/turtle.js b/static/js/lib/codemirror-4.7/mode/turtle/turtle.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/turtle/turtle.js rename to static/js/lib/codemirror-4.7/mode/turtle/turtle.js diff --git a/static/js/lib/codemirror-4.5/mode/vb/index.html b/static/js/lib/codemirror-4.7/mode/vb/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/vb/index.html rename to static/js/lib/codemirror-4.7/mode/vb/index.html diff --git a/static/js/lib/codemirror-4.5/mode/vb/vb.js b/static/js/lib/codemirror-4.7/mode/vb/vb.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/vb/vb.js rename to static/js/lib/codemirror-4.7/mode/vb/vb.js diff --git a/static/js/lib/codemirror-4.5/mode/vbscript/index.html b/static/js/lib/codemirror-4.7/mode/vbscript/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/vbscript/index.html rename to static/js/lib/codemirror-4.7/mode/vbscript/index.html diff --git a/static/js/lib/codemirror-4.5/mode/vbscript/vbscript.js b/static/js/lib/codemirror-4.7/mode/vbscript/vbscript.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/vbscript/vbscript.js rename to static/js/lib/codemirror-4.7/mode/vbscript/vbscript.js diff --git a/static/js/lib/codemirror-4.5/mode/velocity/index.html b/static/js/lib/codemirror-4.7/mode/velocity/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/velocity/index.html rename to static/js/lib/codemirror-4.7/mode/velocity/index.html diff --git a/static/js/lib/codemirror-4.5/mode/velocity/velocity.js b/static/js/lib/codemirror-4.7/mode/velocity/velocity.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/velocity/velocity.js rename to static/js/lib/codemirror-4.7/mode/velocity/velocity.js diff --git a/static/js/lib/codemirror-4.5/mode/verilog/index.html b/static/js/lib/codemirror-4.7/mode/verilog/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/verilog/index.html rename to static/js/lib/codemirror-4.7/mode/verilog/index.html diff --git a/static/js/lib/codemirror-4.5/mode/verilog/test.js b/static/js/lib/codemirror-4.7/mode/verilog/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/verilog/test.js rename to static/js/lib/codemirror-4.7/mode/verilog/test.js diff --git a/static/js/lib/codemirror-4.5/mode/verilog/verilog.js b/static/js/lib/codemirror-4.7/mode/verilog/verilog.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/verilog/verilog.js rename to static/js/lib/codemirror-4.7/mode/verilog/verilog.js diff --git a/static/js/lib/codemirror-4.5/mode/xml/index.html b/static/js/lib/codemirror-4.7/mode/xml/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/xml/index.html rename to static/js/lib/codemirror-4.7/mode/xml/index.html diff --git a/static/js/lib/codemirror-4.5/mode/xml/test.js b/static/js/lib/codemirror-4.7/mode/xml/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/xml/test.js rename to static/js/lib/codemirror-4.7/mode/xml/test.js diff --git a/static/js/lib/codemirror-4.5/mode/xml/xml.js b/static/js/lib/codemirror-4.7/mode/xml/xml.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/xml/xml.js rename to static/js/lib/codemirror-4.7/mode/xml/xml.js diff --git a/static/js/lib/codemirror-4.5/mode/xquery/index.html b/static/js/lib/codemirror-4.7/mode/xquery/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/xquery/index.html rename to static/js/lib/codemirror-4.7/mode/xquery/index.html diff --git a/static/js/lib/codemirror-4.5/mode/xquery/test.js b/static/js/lib/codemirror-4.7/mode/xquery/test.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/xquery/test.js rename to static/js/lib/codemirror-4.7/mode/xquery/test.js diff --git a/static/js/lib/codemirror-4.5/mode/xquery/xquery.js b/static/js/lib/codemirror-4.7/mode/xquery/xquery.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/xquery/xquery.js rename to static/js/lib/codemirror-4.7/mode/xquery/xquery.js diff --git a/static/js/lib/codemirror-4.5/mode/yaml/index.html b/static/js/lib/codemirror-4.7/mode/yaml/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/yaml/index.html rename to static/js/lib/codemirror-4.7/mode/yaml/index.html diff --git a/static/js/lib/codemirror-4.5/mode/yaml/yaml.js b/static/js/lib/codemirror-4.7/mode/yaml/yaml.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/yaml/yaml.js rename to static/js/lib/codemirror-4.7/mode/yaml/yaml.js diff --git a/static/js/lib/codemirror-4.5/mode/z80/index.html b/static/js/lib/codemirror-4.7/mode/z80/index.html similarity index 100% rename from static/js/lib/codemirror-4.5/mode/z80/index.html rename to static/js/lib/codemirror-4.7/mode/z80/index.html diff --git a/static/js/lib/codemirror-4.5/mode/z80/z80.js b/static/js/lib/codemirror-4.7/mode/z80/z80.js similarity index 100% rename from static/js/lib/codemirror-4.5/mode/z80/z80.js rename to static/js/lib/codemirror-4.7/mode/z80/z80.js diff --git a/static/js/lib/codemirror-4.5/theme/3024-day.css b/static/js/lib/codemirror-4.7/theme/3024-day.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/3024-day.css rename to static/js/lib/codemirror-4.7/theme/3024-day.css diff --git a/static/js/lib/codemirror-4.5/theme/3024-night.css b/static/js/lib/codemirror-4.7/theme/3024-night.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/3024-night.css rename to static/js/lib/codemirror-4.7/theme/3024-night.css diff --git a/static/js/lib/codemirror-4.5/theme/ambiance-mobile.css b/static/js/lib/codemirror-4.7/theme/ambiance-mobile.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/ambiance-mobile.css rename to static/js/lib/codemirror-4.7/theme/ambiance-mobile.css diff --git a/static/js/lib/codemirror-4.5/theme/ambiance.css b/static/js/lib/codemirror-4.7/theme/ambiance.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/ambiance.css rename to static/js/lib/codemirror-4.7/theme/ambiance.css diff --git a/static/js/lib/codemirror-4.5/theme/base16-dark.css b/static/js/lib/codemirror-4.7/theme/base16-dark.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/base16-dark.css rename to static/js/lib/codemirror-4.7/theme/base16-dark.css diff --git a/static/js/lib/codemirror-4.5/theme/base16-light.css b/static/js/lib/codemirror-4.7/theme/base16-light.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/base16-light.css rename to static/js/lib/codemirror-4.7/theme/base16-light.css diff --git a/static/js/lib/codemirror-4.5/theme/blackboard.css b/static/js/lib/codemirror-4.7/theme/blackboard.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/blackboard.css rename to static/js/lib/codemirror-4.7/theme/blackboard.css diff --git a/static/js/lib/codemirror-4.5/theme/cobalt.css b/static/js/lib/codemirror-4.7/theme/cobalt.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/cobalt.css rename to static/js/lib/codemirror-4.7/theme/cobalt.css diff --git a/static/js/lib/codemirror-4.5/theme/eclipse.css b/static/js/lib/codemirror-4.7/theme/eclipse.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/eclipse.css rename to static/js/lib/codemirror-4.7/theme/eclipse.css diff --git a/static/js/lib/codemirror-4.5/theme/elegant.css b/static/js/lib/codemirror-4.7/theme/elegant.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/elegant.css rename to static/js/lib/codemirror-4.7/theme/elegant.css diff --git a/static/js/lib/codemirror-4.5/theme/erlang-dark.css b/static/js/lib/codemirror-4.7/theme/erlang-dark.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/erlang-dark.css rename to static/js/lib/codemirror-4.7/theme/erlang-dark.css diff --git a/static/js/lib/codemirror-4.5/theme/lesser-dark.css b/static/js/lib/codemirror-4.7/theme/lesser-dark.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/lesser-dark.css rename to static/js/lib/codemirror-4.7/theme/lesser-dark.css diff --git a/static/js/lib/codemirror-4.5/theme/mbo.css b/static/js/lib/codemirror-4.7/theme/mbo.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/mbo.css rename to static/js/lib/codemirror-4.7/theme/mbo.css diff --git a/static/js/lib/codemirror-4.5/theme/mdn-like.css b/static/js/lib/codemirror-4.7/theme/mdn-like.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/mdn-like.css rename to static/js/lib/codemirror-4.7/theme/mdn-like.css diff --git a/static/js/lib/codemirror-4.5/theme/midnight.css b/static/js/lib/codemirror-4.7/theme/midnight.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/midnight.css rename to static/js/lib/codemirror-4.7/theme/midnight.css diff --git a/static/js/lib/codemirror-4.5/theme/monokai.css b/static/js/lib/codemirror-4.7/theme/monokai.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/monokai.css rename to static/js/lib/codemirror-4.7/theme/monokai.css diff --git a/static/js/lib/codemirror-4.5/theme/neat.css b/static/js/lib/codemirror-4.7/theme/neat.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/neat.css rename to static/js/lib/codemirror-4.7/theme/neat.css diff --git a/static/js/lib/codemirror-4.5/theme/neo.css b/static/js/lib/codemirror-4.7/theme/neo.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/neo.css rename to static/js/lib/codemirror-4.7/theme/neo.css diff --git a/static/js/lib/codemirror-4.5/theme/night.css b/static/js/lib/codemirror-4.7/theme/night.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/night.css rename to static/js/lib/codemirror-4.7/theme/night.css diff --git a/static/js/lib/codemirror-4.5/theme/paraiso-dark.css b/static/js/lib/codemirror-4.7/theme/paraiso-dark.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/paraiso-dark.css rename to static/js/lib/codemirror-4.7/theme/paraiso-dark.css diff --git a/static/js/lib/codemirror-4.5/theme/paraiso-light.css b/static/js/lib/codemirror-4.7/theme/paraiso-light.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/paraiso-light.css rename to static/js/lib/codemirror-4.7/theme/paraiso-light.css diff --git a/static/js/lib/codemirror-4.5/theme/pastel-on-dark.css b/static/js/lib/codemirror-4.7/theme/pastel-on-dark.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/pastel-on-dark.css rename to static/js/lib/codemirror-4.7/theme/pastel-on-dark.css diff --git a/static/js/lib/codemirror-4.5/theme/rubyblue.css b/static/js/lib/codemirror-4.7/theme/rubyblue.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/rubyblue.css rename to static/js/lib/codemirror-4.7/theme/rubyblue.css diff --git a/static/js/lib/codemirror-4.5/theme/solarized.css b/static/js/lib/codemirror-4.7/theme/solarized.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/solarized.css rename to static/js/lib/codemirror-4.7/theme/solarized.css diff --git a/static/js/lib/codemirror-4.5/theme/the-matrix.css b/static/js/lib/codemirror-4.7/theme/the-matrix.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/the-matrix.css rename to static/js/lib/codemirror-4.7/theme/the-matrix.css diff --git a/static/js/lib/codemirror-4.5/theme/tomorrow-night-eighties.css b/static/js/lib/codemirror-4.7/theme/tomorrow-night-eighties.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/tomorrow-night-eighties.css rename to static/js/lib/codemirror-4.7/theme/tomorrow-night-eighties.css diff --git a/static/js/lib/codemirror-4.5/theme/twilight.css b/static/js/lib/codemirror-4.7/theme/twilight.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/twilight.css rename to static/js/lib/codemirror-4.7/theme/twilight.css diff --git a/static/js/lib/codemirror-4.5/theme/vibrant-ink.css b/static/js/lib/codemirror-4.7/theme/vibrant-ink.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/vibrant-ink.css rename to static/js/lib/codemirror-4.7/theme/vibrant-ink.css diff --git a/static/js/lib/codemirror-4.5/theme/xq-dark.css b/static/js/lib/codemirror-4.7/theme/xq-dark.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/xq-dark.css rename to static/js/lib/codemirror-4.7/theme/xq-dark.css diff --git a/static/js/lib/codemirror-4.5/theme/xq-light.css b/static/js/lib/codemirror-4.7/theme/xq-light.css similarity index 100% rename from static/js/lib/codemirror-4.5/theme/xq-light.css rename to static/js/lib/codemirror-4.7/theme/xq-light.css diff --git a/static/js/overwrite/codemirror-4.5/addon/hint/show-hint.js b/static/js/overwrite/codemirror/addon/hint/show-hint.js similarity index 100% rename from static/js/overwrite/codemirror-4.5/addon/hint/show-hint.js rename to static/js/overwrite/codemirror/addon/hint/show-hint.js diff --git a/static/js/overwrite/codemirror-4.5/theme/wide.css b/static/js/overwrite/codemirror/theme/wide.css similarity index 100% rename from static/js/overwrite/codemirror-4.5/theme/wide.css rename to static/js/overwrite/codemirror/theme/wide.css diff --git a/views/index.html b/views/index.html index d709dfc..b49e5f1 100644 --- a/views/index.html +++ b/views/index.html @@ -3,12 +3,12 @@ {{.i18n.wide}} - - - - - - + + + + + + @@ -257,34 +257,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +