updating notes

This commit is contained in:
Ben Fry
2022-11-25 11:58:27 -05:00
parent 8cddc67816
commit 4f60e15b6c
2 changed files with 6 additions and 2 deletions
+5
View File
@@ -1,4 +1,9 @@
1288 (4.1?)
X updates and clarifications for the size() reference
contribs
X fix the JavaDoc for mousePressed variable
X https://github.com/processing/processing4/pull/605
_ args passed to main() aren't working
+1 -2
View File
@@ -5,7 +5,7 @@ X unable to reproduce so just hoping this works
X https://github.com/processing/processing4/issues/565
X update languages to work with more specific locales
X expanded language codes to support traditional Chinese translation
_ https://github.com/processing/processing4/issues/600
X https://github.com/processing/processing4/issues/600
_ update wiki
_ https://github.com/processing/processing4/wiki/Translations
_ https://www.oracle.com/java/technologies/javase/jdk17-suported-locales.html
@@ -15,7 +15,6 @@ _ "Show Sketch Folder" for libraries needs to treat the sketch as Untitled
_ and with that, switch to another directory
_ https://github.com/processing/processing4/issues/548
_ preproc inserting weird number of spaces
_ before 'public' in functions, it's an extra single space
_ not indenting the rest of the code at all