File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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?" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ X is this a GL problem? (example in bug report wasn't GL)
3030X https://github.com/processing/processing/issues/2876
3131X since we don't have any magic number in there, just randomly breaks
3232X 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments