CodeMirror editor

Demo with theme selection

CodeMirror examples

Active Line Demo Styling the current cursor line.
Any Word Completion Demo Press ctrl-space to activate autocompletion. The completion uses the anyword-hint.js module, which simply looks at nearby words in the buffer and completes to those.
Closebrackets Demo Auto creates close bracket when open bracket is entered.
Close-Tag Demo Auto close tags when a new tag is opened.
Autocomplete Demo Press ctrl-space to activate autocompletion. Built on top of the show-hint and javascript-hint addons.
Search/Replace Demo Searching is enabled by including addon/search/search.js and addon/search/searchcursor.js. Jump to line - including addon/search/jumpToLine.js.