diff --git a/core/todo.txt b/core/todo.txt index 57a10a619..7b83c735c 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -744,6 +744,7 @@ LATER (post 2.0) _ handle repeat key events _ and/or holding keys down and discerning repeats +_ https://github.com/processing/processing/issues/1622 _ fillMode(NONZERO) and fillMode(ODD) to replace solid(boolean)? _ create PVec2D and PVec3D as separate classes _ gui priorities @@ -818,3 +819,4 @@ _ mostly just change the examples to not use loadPixels() anymore _ put a Hash class in there _ will this work to sort by the values? _ there was another concern as well.. +_ save() should probably come out of image, ja? diff --git a/todo.txt b/todo.txt index 66c73484e..394eb39d8 100644 --- a/todo.txt +++ b/todo.txt @@ -76,6 +76,8 @@ _ when creating a sketch within non-Java mode, should write the settings file _ so that it re-loads in the proper environment _ remove sketch.properties when moving back to the default? _ or can we not do this, because it's used to set the 'next' mode +_ add means to import .zip files from file/url into sketchbook, library, etc. +_ super easy given current code implementation, might help usability 2.0 FINAL / libraries & classpaths