@@ -61,6 +61,13 @@ X fix "Bounds out of range" when outdenting a block of text
6161X Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Bounds out of range: 5374,5376 [5375]
6262X at processing.app.syntax.JEditTextArea.select(JEditTextArea.java:1214)
6363X at processing.app.Editor.handleIndentOutdent(Editor.java:1819)
64+ X play button (and others) no longer highlighting
65+ X http://code.google.com/p/processing/issues/detail?id=688
66+ X run button not properly unhighlighting
67+ X patch from John Li (jli@circularly.org)
68+ X readlink error when running processing-java
69+ X patch from richard@crash.net.nz
70+ X http://code.google.com/p/processing/issues/detail?id=1578
6471
6572manindra
6673M bug that was causing the Debugger to point to wrong break point line numbers
@@ -96,6 +103,7 @@ _ "To use this library, you must use the 32-bit version of Processing."
96103
97104
981052.0 FINAL / library/tool/mode manager cleanup
106+ _ boogers still being left around
99107_ make already installed libraries distinguishable in the list
100108_ http://code.google.com/p/processing/issues/detail?id=1212
101109_ excessive CPU usage of PDE after using library manager
@@ -606,9 +614,7 @@ _ http://code.google.com/p/processing/issues/detail?id=174
606614
607615PDE / Editor Toolbar (Buttons)
608616
609- _ play button (and others) no longer highlighting
610- _ http://code.google.com/p/processing/issues/detail?id=688
611- _ run button not properly unhighlighting
617+ _ run button issues (unconfirmed)
612618_ does it unhighlight after compile or runtime errors?
613619_ also when using draw() instead of loop()
614620_ applet needs to notify runner that it has terminated
0 commit comments