Skip to content

Commit e29f0fd

Browse files
committed
notes about other fixes
1 parent 27d0a51 commit e29f0fd

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

core/todo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ X https://github.com/processing/processing4/issues/544
1414

1515
data
1616
X use choice() instead of random() for list classes
17+
X remove random(PApplet) since unlikely to be used/seems overkill
1718
_ add choice() as a PApplet method for int values of random()?
1819

1920
contrib

todo.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ X https://github.com/processing/processing4/pull/574
1919
X JSSC update for M1/M2
2020
X https://github.com/processing/processing4/pull/577
2121
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
2225

2326
docs
2427
X added a "Translations" page to the wiki
@@ -27,7 +30,6 @@ X https://github.com/processing/processing/wiki/Localization
2730
X explanation of how to create a naming.json file
2831
X https://github.com/processing/processing4/wiki/Naming-Sketches
2932

30-
3133
before 4.0.2
3234
X library version number parsing isn't ignoring comments properly
3335
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
3638
X https://github.com/processing/processing4/issues/567
3739
X if naming scheme produces a sketch w/ the same name, what happens?
3840
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+
4750

4851
_ "Show Sketch Folder" for libraries needs to treat the sketch as Untitled
4952
_ and with that, switch to another directory
@@ -93,11 +96,6 @@ _ runSketch() probably needs to pass applet args and sketch args separately
9396
_ though this can't be done w/o breaking Python
9497

9598

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-
10199

102100
known issues
103101
_ mixed mode warning now broken

0 commit comments

Comments
 (0)