Lines Matching refs:CodePress
18 CodePress = { class
32 …window.addEventListener('scroll', function() { if(!CodePress.scrolling) CodePress.syntaxHighlight(…
44 CodePress.shortcuts(charCode?charCode:keyCode);
46 …'+fromChar+'|')!= -1 || completeChars.indexOf('|'+fromChar+'|')!=-1) && CodePress.autocomplete) { …
47 if(!CodePress.completeEnding(fromChar))
48 CodePress.complete(fromChar);
51 top.setTimeout(function(){CodePress.syntaxHighlight('generic');},100);
54 CodePress.snippets(evt);
57 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML;
60 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
64 top.setTimeout(function(){CodePress.syntaxHighlight('generic');},100);
109 editor = CodePress.getEditor();
126 var rangeAndCaret = CodePress.getRangeAndCaret();
160 …parent.setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait…
235 editor = CodePress.getEditor();
264 editor = CodePress.getEditor();
274 CodePress.findString();
282 CodePress.findString();
293 window.addEventListener('load', function() { CodePress.initialize('new'); }, true);