Notify Editor from Change Detector to run error check

This commit is contained in:
Jakub Valtar
2017-05-19 17:33:40 +02:00
parent 382d23f97e
commit 9c2352fa03
3 changed files with 10 additions and 0 deletions

View File

@@ -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();