@@ -17,27 +17,37 @@ X more contribs manager concurrency problems
1717X https://github.com/processing/processing4/issues/640
1818X warn users about multiple libraries with the same name
1919X remove unused confirmReplace variable from install() functions for contribs
20+
21+ design
22+ X tool tips for errors/warnings not picking up correct colors
23+ X also fix the margins and border
24+
25+ contribs
26+ X Fix typos in French translation
27+ X https://github.com/processing/processing4/pull/661
28+ X Improved documentation for lerpColor() function
29+ X https://github.com/processing/processing4/pull/655
30+
31+
32+ _ remove temporary 'restart' menu before release
33+
34+
35+ manager
2036_ if contrib (library only?) folder name changes on update, old lib not removed
2137_ Updates requiring a reboot give the false impression that they failed (in the updates tab)
2238_ https://github.com/processing/processing4/issues/647
2339_ lots of folders remaining in 'old' for Modes
2440_ were these shut off during debug? need to be moving these to trash (maybe only on startup)
25-
26- _ opening p5jsMode sketch with no local.properties throws an NPE
41+ _ implement automatic updates?
42+ _ especially with fixes to updates on startup...
2743
2844design
29- X tool tips for errors/warnings not picking up correct colors
30- X also fix the margins and border
3145_ use down arrow for updates, circle arrow for restart?
3246_ completion mode pop-up not following dark and light mode conventions
3347_ update console.scrollbar.thumb.rollover.color and console.scrollbar.thumb.pressed.color
3448_ currently just using .enabled.color because they weren't in ColorSet
3549
36-
37- _ remove temporary 'restart' menu before release
38-
39- _ implement automatic updates?
40- _ especially with fixes to updates on startup...
50+ _ opening p5jsMode sketch with no local.properties throws an NPE
4151
4252_ export to IntelliJ? how tricky?
4353_ just copy jars to /lib?
@@ -47,7 +57,6 @@ _ add a protocol handler for pdex and pdez
4757_ https://github.com/processing/processing4/issues/559
4858
4959
50-
5160known issues
5261_ mixed mode warning now broken
5362_ https://github.com/processing/processing4/issues/519
0 commit comments