var editor = CodeMirror(function(node){ce.parentNode.replaceChild(node, ce);}, { autorefresh: true, value: data, mode: "<%= language %>", lineSeparator: null, theme: "default", // theme directory indentUnit: <%= current_user.ocode_tab_width %>, smartIndent: true, tabSize: <%= current_user.ocode_tab_width %>, indentWithTabs: false, electricChars: true, // keyMap "default", // key map directory extraKeys: null, lineWrapping: <%= current_user.ocode_line_wrapping %>, lineNumbers: <%= current_user.ocode_line_numbers %>, firstLineNumber: 1, scrollbarStyle: "overlay", inputStyle: "contenteditable", readOnly: false, // also "nocursor" showCursorWhenSelecting: false, lineWiseCopyCut: true, undoDepth: 200, historyEventDelay: 1250, autofocus: true });