diff --git a/core/todo.txt b/core/todo.txt index e1eed27d2..021a64cdf 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -14,6 +14,7 @@ X https://github.com/processing/processing4/issues/544 data X use choice() instead of random() for list classes +X remove random(PApplet) since unlikely to be used/seems overkill _ add choice() as a PApplet method for int values of random()? contrib diff --git a/todo.txt b/todo.txt index 99c236f26..9126ae578 100755 --- a/todo.txt +++ b/todo.txt @@ -19,6 +19,9 @@ X https://github.com/processing/processing4/pull/574 X JSSC update for M1/M2 X https://github.com/processing/processing4/pull/577 X https://github.com/processing/processing4/issues/525 +X Fix vertical placement of top elements in the Manager window +X https://github.com/processing/processing4/issues/520 +X https://github.com/processing/processing4/pull/539 docs X added a "Translations" page to the wiki @@ -27,7 +30,6 @@ X https://github.com/processing/processing/wiki/Localization X explanation of how to create a naming.json file X https://github.com/processing/processing4/wiki/Naming-Sketches - before 4.0.2 X library version number parsing isn't ignoring comments properly 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 X https://github.com/processing/processing4/issues/567 X if naming scheme produces a sketch w/ the same name, what happens? X probably a crash (or infinite loop?) need to check -_ temp folders owned by one user can't be overwritten by another -_ this was on Linux; curious if Windows has an issue too? -_ overwrite with -Djava.io.tmpdir=/path/to/tmpdir -_ maybe we should use java.io.tmpdir -> processing -> $USER -_ https://github.com/processing/processing4/issues/549 -_ put in a note about the cleaning process -_ too many temp folders prevent restart -_ https://github.com/processing/processing4/issues/582 +X temp folders owned by one user can't be overwritten by another +X this was on Linux; curious if Windows has an issue too? +X overwrite with -Djava.io.tmpdir=/path/to/tmpdir +X maybe we should use java.io.tmpdir -> processing -> $USER +X https://github.com/processing/processing4/issues/549 +X put in a note about the cleaning process +X too many temp folders prevent restart +X https://github.com/processing/processing4/issues/582 + _ "Show Sketch Folder" for libraries needs to treat the sketch as Untitled _ and with that, switch to another directory @@ -93,11 +96,6 @@ _ runSketch() probably needs to pass applet args and sketch args separately _ though this can't be done w/o breaking Python -contrib -X Fix vertical placement of top elements in the Manager window -X https://github.com/processing/processing4/issues/520 -X https://github.com/processing/processing4/pull/539 - known issues _ mixed mode warning now broken