mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
Further work on highlighting issue
This commit is contained in:
@@ -1678,7 +1678,12 @@ public class ASTGenerator {
|
||||
ASTNode simpName2 = getNodeName(decl,nameOfNode);
|
||||
logE("FINAL String decl: " + getNodeAsString(decl));
|
||||
logE("FINAL String label: " + getNodeAsString(simpName2));
|
||||
errorCheckerService.highlightNode(simpName2);
|
||||
//errorCheckerService.highlightNode(simpName2);
|
||||
ASTNodeWrapper declWrap = new ASTNodeWrapper(simpName2,nodeLabel);
|
||||
errorCheckerService.highlightNode(declWrap);
|
||||
// if (!declWrap.highlightNode(this)) {
|
||||
// logE("Highlighting failed.");
|
||||
// }
|
||||
}
|
||||
|
||||
return new ASTNodeWrapper(decl,nodeLabel);
|
||||
|
||||
Reference in New Issue
Block a user