@@ -17,27 +17,37 @@ X more contribs manager concurrency problems
17
17
X https://github.com/processing/processing4/issues/640
18
18
X warn users about multiple libraries with the same name
19
19
X 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
20
36
_ if contrib (library only?) folder name changes on update, old lib not removed
21
37
_ Updates requiring a reboot give the false impression that they failed (in the updates tab)
22
38
_ https://github.com/processing/processing4/issues/647
23
39
_ lots of folders remaining in 'old' for Modes
24
40
_ 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...
27
43
28
44
design
29
- X tool tips for errors/warnings not picking up correct colors
30
- X also fix the margins and border
31
45
_ use down arrow for updates, circle arrow for restart?
32
46
_ completion mode pop-up not following dark and light mode conventions
33
47
_ update console.scrollbar.thumb.rollover.color and console.scrollbar.thumb.pressed.color
34
48
_ currently just using .enabled.color because they weren't in ColorSet
35
49
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
41
51
42
52
_ export to IntelliJ? how tricky?
43
53
_ just copy jars to /lib?
@@ -47,7 +57,6 @@ _ add a protocol handler for pdex and pdez
47
57
_ https://github.com/processing/processing4/issues/559
48
58
49
59
50
-
51
60
known issues
52
61
_ mixed mode warning now broken
53
62
_ https://github.com/processing/processing4/issues/519
0 commit comments