@@ -6,19 +6,26 @@ X https://github.com/processing/processing4/issues/565
66X update languages to work with more specific locales
77X expanded language codes to support traditional Chinese translation
88X https://github.com/processing/processing4/issues/600
9- _ update wiki
10- _ https://github.com/processing/processing4/wiki/Translations
11- _ https://www.oracle.com/java/technologies/javase/jdk17-suported-locales.html
9+ X update wiki
10+ X https://github.com/processing/processing4/wiki/Translations
11+ X https://www.oracle.com/java/technologies/javase/jdk17-suported-locales.html
1212X Offline reference has been removed for 4.x, build a new version
1313X implement offline reference download
1414X https://github.com/processing/processing-website/releases/download/2022-10-05-1459/reference.zip
1515X add a note about the file size to the progress window
16- _ document on wiki
17- _ https://github.com/processing/processing4/issues/524
16+ X document on wiki
17+ X https://github.com/processing/processing4/wiki/Offline-Reference
18+ X https://github.com/processing/processing4/issues/524
19+ X https://github.com/processing/processing4/issues/589
20+ X offline documentation source?
21+ o https://github.com/processing/processing-website/releases
22+ o json: https://api.github.com/repos/processing/processing-website/releases
23+ o has an array of objects, and there's an object key for 'zipball_url' we can use:
24+ o https://api.github.com/repos/processing/processing-website/zipball/2022-11-14-1615
1825X look into LSP code contribution
1926X https://github.com/processing/processing4/pull/564
20- _ https://github.com/processing/processing4/issues/117
21- _ App was merged into processing.mode.java.lsp.PdeLanguageServer
27+ X https://github.com/processing/processing4/issues/117
28+ X App was merged into processing.mode.java.lsp.PdeLanguageServer
2229
2330
2431_ "Show Sketch Folder" for libraries needs to treat the sketch as Untitled
@@ -30,6 +37,7 @@ _ before 'public' in functions, it's an extra single space
3037_ not indenting the rest of the code at all
3138_ many blank lines at the beginning
3239_ 'exported at' text at the top is awkward
40+ _ https://github.com/processing/processing4/issues/607
3341
3442_ export to IntelliJ? how tricky?
3543_ just copy jars to /lib?
0 commit comments