diff --git a/core/todo.txt b/core/todo.txt index 2c9ae55cf..215e37daa 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/todo.txt b/todo.txt index 6f7c1eec5..b0ec05a21 100755 --- a/todo.txt +++ b/todo.txt @@ -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