Replacing codemirror ver 0.93 by ver 3.13 and using it in PM.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user