Lines Matching refs:CodePress
18 CodePress = { class
32 …window.attachEvent('onscroll', function() { if(!CodePress.scrolling) setTimeout(function(){CodePre…
43 …+fromChar+'|')!= -1 || completeChars.indexOf('|'+fromChar+'|')!=-1 )&& CodePress.autocomplete) { …
44 if(!CodePress.completeEnding(fromChar))
45 CodePress.complete(fromChar);
48 CodePress.syntaxHighlight('generic');
56 CodePress.snippets();
59 (keyCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo();
67 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML;
70 CodePress.shortcuts(keyCode);
75 top.setTimeout(function(){CodePress.syntaxHighlight('paste');},10);
167 …setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait for ch…
215 var rangeAndCaret = CodePress.getRangeAndCaret();
286 CodePress.findString();
293 CodePress.findString();
304 window.attachEvent('onload', function() { CodePress.initialize('new');});