mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
PDE X prefs work
This commit is contained in:
@@ -476,19 +476,18 @@ public class ErrorCheckerService implements Runnable{
|
||||
}
|
||||
|
||||
astGenerator.buildAST(cu);
|
||||
if(ExperimentalMode.errorCheckEnabled){
|
||||
calcPDEOffsetsForProbList();
|
||||
updateErrorTable();
|
||||
editor.updateErrorBar(problemsList);
|
||||
updateEditorStatus();
|
||||
editor.getTextArea().repaint();
|
||||
updatePaintedThingys();
|
||||
editor.updateErrorToggle();
|
||||
}
|
||||
else
|
||||
{
|
||||
log("Error Check disabled, so not updating UI.");
|
||||
if(!ExperimentalMode.errorCheckEnabled){
|
||||
problemsList.clear();
|
||||
log("Error Check disabled, so not updating UI.");
|
||||
}
|
||||
calcPDEOffsetsForProbList();
|
||||
updateErrorTable();
|
||||
editor.updateErrorBar(problemsList);
|
||||
updateEditorStatus();
|
||||
editor.getTextArea().repaint();
|
||||
updatePaintedThingys();
|
||||
editor.updateErrorToggle();
|
||||
|
||||
int x = textModified.get();
|
||||
//log("TM " + x);
|
||||
if (x >= 2) {
|
||||
|
||||
Reference in New Issue
Block a user