@@ -6,19 +6,26 @@ X https://github.com/processing/processing4/issues/565
6
6
X update languages to work with more specific locales
7
7
X expanded language codes to support traditional Chinese translation
8
8
X 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
12
12
X Offline reference has been removed for 4.x, build a new version
13
13
X implement offline reference download
14
14
X https://github.com/processing/processing-website/releases/download/2022-10-05-1459/reference.zip
15
15
X 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
18
25
X look into LSP code contribution
19
26
X 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
22
29
23
30
24
31
_ "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
30
37
_ not indenting the rest of the code at all
31
38
_ many blank lines at the beginning
32
39
_ 'exported at' text at the top is awkward
40
+ _ https://github.com/processing/processing4/issues/607
33
41
34
42
_ export to IntelliJ? how tricky?
35
43
_ just copy jars to /lib?
0 commit comments