From 2bcee0ca656321ef5db7e737e2836651c024d044 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 27 Nov 2022 07:23:51 -0500 Subject: [PATCH] notes and additional documentation --- todo.txt | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/todo.txt b/todo.txt index d4c55bd1f..b5df8029e 100755 --- a/todo.txt +++ b/todo.txt @@ -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?