Skip to content

Commit 3bf533a

Browse files
committed
check on change detection, update todo items
1 parent b73f9dd commit 3bf533a

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/src/processing/app/ChangeDetector.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ private void setSketchCodeModified(SketchCode sc) {
195195

196196
//returns true if the files in the sketch have been reloaded
197197
private boolean reloadSketch(SketchCode changed) {
198+
//new Exception().printStackTrace(System.out);
198199
int response = showYesNoQuestionAsync(editor,
199200
"File Modified",
200201
"Your sketch has been modified externally.<br>Would you like to reload the sketch?",

core/todo.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ X is this a GL problem? (example in bug report wasn't GL)
3030
X https://github.com/processing/processing/issues/2876
3131
X since we don't have any magic number in there, just randomly breaks
3232
X add check to require .vlw extension with loadFont()
33+
X Memory usage insane increasing in 3.0a5
34+
X https://github.com/processing/processing/issues/3007
35+
X seems fixed due to the rewrite
3336
_ performance issues on OS X (might be threading due to Applet)
3437
_ https://github.com/processing/processing/issues/2423
3538
_ clean up requestFocus() stuff

todo.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ _ DebugEditor.createTextArea() is copy & pasted from JavaEditor
9090
_ this whole setup is really gross at the moment
9191
_ auto-insert after antlr @SuppressWarnings({ "unused", "unchecked", "cast" })
9292
_ crashed on startup w/ JavaScript mode as default b/c PdeKeyListener not found
93-
_ because it's in the other package, can no longer rely on it
93+
_ because it's in the other ClassLoader, can no longer rely on it
9494

95+
_ fix file change detection on OS X
96+
_ https://github.com/processing/processing/issues/2852
9597

9698
_ make examples pull/build automatic during dist
9799
_ merge experimental into the main Java mode

0 commit comments

Comments
 (0)