recent todo items

This commit is contained in:
Ben Fry
2017-05-19 07:37:46 -04:00
parent dbc4e7b9e7
commit 92d1d39dbb
2 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
0261 (3.3.4 or 3.4)
X add exec() with StringList options
X start to add stub for shell() function
_ loadTable() should support a separator specification option
_ https://github.com/processing/processing/issues/5068
jakub
X Fix keyPressed for multiple keys

View File

@@ -24,6 +24,13 @@ X Consider $SUDO_USER on Linux for locating the sketchbook folder
X https://github.com/processing/processing/pull/5055
o https://github.com/processing/processing/pull/5054
contrib
X Make the change detector not reload the sketch
X https://github.com/processing/processing/issues/4713
X https://github.com/processing/processing/pull/5021
X https://github.com/processing/processing/pull/4849
_ sketch.properties not being written if initial mode is p5.js?
_ when creating a sketch within non-Java mode, should write the settings file
_ so that it re-loads in the proper environment
@@ -62,14 +69,6 @@ _ restrict more things like "show sketch folder"
_ don't allow adding files w/o saving
_ others?
contrib
_ Make the change detector not reload the sketch
_ https://github.com/processing/processing/pull/5021
_ https://github.com/processing/processing/issues/4713
X https://github.com/processing/processing/pull/4849
_ Could not initialize class com.sun.jna.Native on startup (Windows)
_ https://github.com/processing/processing/issues/4929