@@ -19,6 +19,9 @@ X https://github.com/processing/processing4/pull/574
19
19
X JSSC update for M1/M2
20
20
X https://github.com/processing/processing4/pull/577
21
21
X https://github.com/processing/processing4/issues/525
22
+ X Fix vertical placement of top elements in the Manager window
23
+ X https://github.com/processing/processing4/issues/520
24
+ X https://github.com/processing/processing4/pull/539
22
25
23
26
docs
24
27
X added a "Translations" page to the wiki
@@ -27,7 +30,6 @@ X https://github.com/processing/processing/wiki/Localization
27
30
X explanation of how to create a naming.json file
28
31
X https://github.com/processing/processing4/wiki/Naming-Sketches
29
32
30
-
31
33
before 4.0.2
32
34
X library version number parsing isn't ignoring comments properly
33
35
X https://github.com/processing/processing4/issues/586
@@ -36,14 +38,15 @@ X Can't Update Libraries due to "this.progressBar" is null error message
36
38
X https://github.com/processing/processing4/issues/567
37
39
X if naming scheme produces a sketch w/ the same name, what happens?
38
40
X probably a crash (or infinite loop?) need to check
39
- _ temp folders owned by one user can't be overwritten by another
40
- _ this was on Linux; curious if Windows has an issue too?
41
- _ overwrite with -Djava.io.tmpdir=/path/to/tmpdir
42
- _ maybe we should use java.io.tmpdir -> processing -> $USER
43
- _ https://github.com/processing/processing4/issues/549
44
- _ put in a note about the cleaning process
45
- _ too many temp folders prevent restart
46
- _ https://github.com/processing/processing4/issues/582
41
+ X temp folders owned by one user can't be overwritten by another
42
+ X this was on Linux; curious if Windows has an issue too?
43
+ X overwrite with -Djava.io.tmpdir=/path/to/tmpdir
44
+ X maybe we should use java.io.tmpdir -> processing -> $USER
45
+ X https://github.com/processing/processing4/issues/549
46
+ X put in a note about the cleaning process
47
+ X too many temp folders prevent restart
48
+ X https://github.com/processing/processing4/issues/582
49
+
47
50
48
51
_ "Show Sketch Folder" for libraries needs to treat the sketch as Untitled
49
52
_ and with that, switch to another directory
@@ -93,11 +96,6 @@ _ runSketch() probably needs to pass applet args and sketch args separately
93
96
_ though this can't be done w/o breaking Python
94
97
95
98
96
- contrib
97
- X Fix vertical placement of top elements in the Manager window
98
- X https://github.com/processing/processing4/issues/520
99
- X https://github.com/processing/processing4/pull/539
100
-
101
99
102
100
known issues
103
101
_ mixed mode warning now broken
0 commit comments