notes and additional documentation

This commit is contained in:
Ben Fry
2022-11-27 07:23:51 -05:00
parent 91f9824cba
commit 2bcee0ca65

View File

@@ -6,19 +6,26 @@ 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
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
X update wiki
X https://github.com/processing/processing4/wiki/Translations
X https://www.oracle.com/java/technologies/javase/jdk17-suported-locales.html
X Offline reference has been removed for 4.x, build a new version
X implement offline reference download
X https://github.com/processing/processing-website/releases/download/2022-10-05-1459/reference.zip
X add a note about the file size to the progress window
_ document on wiki
_ https://github.com/processing/processing4/issues/524
X document on wiki
X https://github.com/processing/processing4/wiki/Offline-Reference
X https://github.com/processing/processing4/issues/524
X https://github.com/processing/processing4/issues/589
X offline documentation source?
o https://github.com/processing/processing-website/releases
o json: https://api.github.com/repos/processing/processing-website/releases
o has an array of objects, and there's an object key for 'zipball_url' we can use:
o https://api.github.com/repos/processing/processing-website/zipball/2022-11-14-1615
X look into LSP code contribution
X https://github.com/processing/processing4/pull/564
_ https://github.com/processing/processing4/issues/117
_ App was merged into processing.mode.java.lsp.PdeLanguageServer
X https://github.com/processing/processing4/issues/117
X App was merged into processing.mode.java.lsp.PdeLanguageServer
_ "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
_ not indenting the rest of the code at all
_ many blank lines at the beginning
_ 'exported at' text at the top is awkward
_ https://github.com/processing/processing4/issues/607
_ export to IntelliJ? how tricky?
_ just copy jars to /lib?