mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
Notify Editor from Change Detector to run error check
This commit is contained in:
@@ -1274,6 +1274,12 @@ public class JavaEditor extends Editor {
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void sketchChanged() {
|
||||
preprocessingService.notifySketchChanged();
|
||||
}
|
||||
|
||||
|
||||
public void statusError(String what) {
|
||||
super.statusError(what);
|
||||
// new Exception("deactivating RUN").printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user