From cd14262f3588539cb97bb43d63cf6fd7744b1d67 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 12 Mar 2022 16:40:50 -0500 Subject: [PATCH] notes about libs with other modes --- todo.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 307a731b0..48ea2ac1e 100755 --- a/todo.txt +++ b/todo.txt @@ -54,7 +54,10 @@ _ if doing an update (not just delete), close sketches and re-open _ if doing a delete, require sketches to be closed _ lots of rewriting to use SwingWorker _ https://docs.oracle.com/javase/tutorial/uiswing/concurrency/worker.html - +_ when starting in p5jsMode, going to the contrib manager shows no green checks for libs +_ tricky because those aren't gonna show up in 'Add Library' +_ which is another case for a separate 'contrib manager' thing +_ maybe that's the update button? when no updates, it's still a button? _ CJKV fonts are hosed b/c they're not actually monospace _ https://github.com/processing/processing4/issues/447