Home
last modified time | relevance | path

Searched refs:CodePress (Results 1 – 19 of 19) sorted by relevance

/plugin/codehighlight/cp/engines/
Dgecko.js18 CodePress = { variable
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();
[all …]
Dopera.js17 CodePress = { variable
29 …window.addEventListener('scroll', function() { if(!CodePress.scrolling) CodePress.syntaxHighlight(…
40 CodePress.shortcuts(charCode?charCode:keyCode);
42 …else if(completeChars.indexOf('|'+String.fromCharCode(charCode)+'|')!=-1 && CodePress.autocomplete…
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();
[all …]
Dmsie.js18 CodePress = { variable
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);
[all …]
/plugin/codehighlight/cp/
Dcodepress.js12 CodePress = function(obj) { class
27 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','');
/plugin/codehighlight/cp/languages/
Dtext.css2 * CodePress color styles for Text syntax highlighting
Djava.css2 * CodePress color styles for Java syntax highlighting
Dcss.css2 * CodePress color styles for CSS syntax highlighting
Djavascript.css2 * CodePress color styles for JavaScript syntax highlighting
Dcsharp.css2 * CodePress color styles for Java syntax highlighting
Dgeneric.css2 * CodePress color styles for generic syntax highlighting
Dhtml.css2 * CodePress color styles for HTML syntax highlighting
Dautoit.css2 * CodePress color styles for AutoIt syntax highlighting
Dxsl.css2 * CodePress color styles for HTML syntax highlighting
Druby.css2 * CodePress color styles for Ruby syntax highlighting
Dsql.css2 * CodePress color styles for SQL syntax highlighting
Dperl.css2 * CodePress color styles for Perl syntax highlighting
Dphp.css2 * CodePress color styles for PHP syntax highlighting
Dasp.css2 * CodePress color styles for ASP-VB syntax highlighting
Dvbscript.css2 * CodePress color styles for ASP-VB syntax highlighting