ecs highlightNode now defunct

This commit is contained in:
Manindra Moharana
2014-06-14 23:46:03 +05:30
parent be63b4333a
commit 32e3c6854f
3 changed files with 9 additions and 4 deletions

View File

@@ -1459,11 +1459,12 @@ public class ErrorCheckerService implements Runnable{
}
/**
* Now defunct.
* The super method that highlights any ASTNode in the pde editor =D
* @param node
* @return true - if highlighting happened correctly.
*/
public boolean highlightNode(ASTNodeWrapper awrap){
private boolean highlightNode(ASTNodeWrapper awrap){
log("Highlighting: " + awrap);
try {
int pdeoffsets[] = awrap.getPDECodeOffsets(this);