@@ -14,15 +14,9 @@ X https://github.com/processing/processing/issues/3777
1414X copying just fine
1515X remove old versions of processing-java when installing on OS X
1616X https://github.com/processing/processing/issues/3786
17-
18- _ add jar files from 'code' folder to the library path
19- _ Code editor wrongly detects errors for libraries in code folder
20- _ https://github.com/processing/processing/issues/3732
21- _ "color type detected! this shouldn't be happening! please report"
22- _ happens when user does 'new color' instead of 'color'
23- _ https://github.com/processing/processing/issues/3739
24- _ confusion when // tweak is used
25- _ https://github.com/processing/processing/issues/3742
17+ X confusion when // tweak is used
18+ X https://github.com/processing/processing/issues/3742
19+ X change to /// tweak instead
2620
2721jakub
2822X Error/warning location visualisation not updating when editor resizes
@@ -77,6 +71,12 @@ _ mouse events (i.e. toggle breakpoint) seem to be firing twice
7771
78723.0 final
7973_ https://github.com/processing/processing/milestones/3.0%20final
74+ _ add jar files from 'code' folder to the library path
75+ _ Code editor wrongly detects errors for libraries in code folder
76+ _ https://github.com/processing/processing/issues/3732
77+ _ "color type detected! this shouldn't be happening! please report"
78+ _ happens when user does 'new color' instead of 'color'
79+ _ https://github.com/processing/processing/issues/3739
8080_ change Tool API because it's not one Editor per Tool anymore?
8181_ or just change the documentation?
8282_ Contributions Manager UI design
0 commit comments