From 2394a54e186f1027ab1a68da308ff7c66f39fad7 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 9 Feb 2023 21:25:18 -0500 Subject: [PATCH] wrapping up the release, merge in a few edits --- todo.txt | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/todo.txt b/todo.txt index 4460cc53d..987f0e818 100755 --- a/todo.txt +++ b/todo.txt @@ -17,27 +17,37 @@ X more contribs manager concurrency problems X https://github.com/processing/processing4/issues/640 X warn users about multiple libraries with the same name X remove unused confirmReplace variable from install() functions for contribs + +design +X tool tips for errors/warnings not picking up correct colors +X also fix the margins and border + +contribs +X Fix typos in French translation +X https://github.com/processing/processing4/pull/661 +X Improved documentation for lerpColor() function +X https://github.com/processing/processing4/pull/655 + + +_ remove temporary 'restart' menu before release + + +manager _ if contrib (library only?) folder name changes on update, old lib not removed _ Updates requiring a reboot give the false impression that they failed (in the updates tab) _ https://github.com/processing/processing4/issues/647 _ lots of folders remaining in 'old' for Modes _ were these shut off during debug? need to be moving these to trash (maybe only on startup) - -_ opening p5jsMode sketch with no local.properties throws an NPE +_ implement automatic updates? +_ especially with fixes to updates on startup... design -X tool tips for errors/warnings not picking up correct colors -X also fix the margins and border _ use down arrow for updates, circle arrow for restart? _ completion mode pop-up not following dark and light mode conventions _ update console.scrollbar.thumb.rollover.color and console.scrollbar.thumb.pressed.color _ currently just using .enabled.color because they weren't in ColorSet - -_ remove temporary 'restart' menu before release - -_ implement automatic updates? -_ especially with fixes to updates on startup... +_ opening p5jsMode sketch with no local.properties throws an NPE _ export to IntelliJ? how tricky? _ just copy jars to /lib? @@ -47,7 +57,6 @@ _ add a protocol handler for pdex and pdez _ https://github.com/processing/processing4/issues/559 - known issues _ mixed mode warning now broken _ https://github.com/processing/processing4/issues/519