Replacing codemirror ver 0.93 by ver 3.13 and using it in PM.

This commit is contained in:
ralph
2013-04-02 09:39:03 -04:00
parent 44b4cd860c
commit c869edb305
23 changed files with 704 additions and 479 deletions

View File

@@ -205,9 +205,9 @@
forEach (phpPMFunctions, yesAdd);
} else {
for (index = 0; index < phpKeywords.length; index++) {
if ( phpKeywords[index].indexOf(functionName) == 0 ) {
found.push(phpKeywords[index]);
}
if ( phpKeywords[index].indexOf(functionName) == 0 ) {
found.push(phpKeywords[index]);
}
}
forEach(keywords, maybeAdd);
}