Skip to content

Commit 2bcee0c

Browse files
committed
notes and additional documentation
1 parent 91f9824 commit 2bcee0c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

todo.txt

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,26 @@ X https://github.com/processing/processing4/issues/565
66
X update languages to work with more specific locales
77
X expanded language codes to support traditional Chinese translation
88
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
1212
X Offline reference has been removed for 4.x, build a new version
1313
X implement offline reference download
1414
X https://github.com/processing/processing-website/releases/download/2022-10-05-1459/reference.zip
1515
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
1825
X look into LSP code contribution
1926
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
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

Comments
 (0)