mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
ecs highlightNode now defunct
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user