recent notes

This commit is contained in:
Ben Fry
2023-01-09 21:44:05 -05:00
parent 417f62078c
commit 94b6261116
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
1290 (4.1.2?)
_ show an error when calling clear() on the main drawing surface
_ https://github.com/processing/processing4/issues/627
_ args passed to main() aren't working
+10
View File
@@ -1,5 +1,15 @@
1290 (4.1.2?)
contrib
X “Cannot find a class or type named PApplet’” error
X https://github.com/processing/processing4/issues/626
X https://github.com/processing/processing4/pull/635
X cannot use @Override and @Deprecated in static mode
X https://github.com/processing/processing4/issues/619
X https://github.com/processing/processing4/pull/622
_ make ctrl-g work inside the find window
_ export to IntelliJ? how tricky?
_ just copy jars to /lib?