Searched refs:CodePress (Results 1 – 19 of 19) sorted by relevance
18 CodePress = { class47 if(!CodePress.completeEnding(fromChar))48 CodePress.complete(fromChar);54 CodePress.snippets(evt);57 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML;60 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo(); 109 editor = CodePress.getEditor();235 editor = CodePress.getEditor();264 editor = CodePress.getEditor();274 CodePress.findString();[all …]
17 CodePress = { class29 …window.addEventListener('scroll', function() { if(!CodePress.scrolling) CodePress.syntaxHighlight(…40 CodePress.shortcuts(charCode?charCode:keyCode);43 CodePress.complete(String.fromCharCode(charCode));46 CodePress.syntaxHighlight('generic');49 CodePress.snippets(evt);52 CodePress.actions.history[CodePress.actions.next()] = editor.innerHTML;55 (charCode==121||evt.shiftKey) ? CodePress.actions.redo() : CodePress.actions.undo(); 126 var rangeAndCaret = CodePress.getRangeAndCaret();242 CodePress.findString();[all …]
18 CodePress = { class32 …window.attachEvent('onscroll', function() { if(!CodePress.scrolling) setTimeout(function(){CodePre…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);286 CodePress.findString();[all …]
12 CodePress = function(obj) { function27 self.editor = self.contentWindow.CodePress;43 self.src = CodePress.path+'codepress.html?language='+self.language+'&ts='+(new Date).getTime();49 for (language in CodePress.languages) 51 return CodePress.languages[language] ? language : 'generic';103 CodePress.languages = { 119 CodePress.run = function() {123 CodePress.path = s[i].src.replace('codepress.js','');
2 * CodePress color styles for Text syntax highlighting
2 * CodePress color styles for Java syntax highlighting
2 * CodePress color styles for CSS syntax highlighting
2 * CodePress color styles for JavaScript syntax highlighting
2 * CodePress color styles for generic syntax highlighting
2 * CodePress color styles for HTML syntax highlighting
2 * CodePress color styles for AutoIt syntax highlighting
2 * CodePress color styles for Ruby syntax highlighting
2 * CodePress color styles for SQL syntax highlighting
2 * CodePress color styles for Perl syntax highlighting
2 * CodePress color styles for PHP syntax highlighting
2 * CodePress color styles for ASP-VB syntax highlighting