diff --git a/core/todo.txt b/core/todo.txt index 90f071f25..a671645e7 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -2,6 +2,11 @@ X fix exception due to version parsing in Java 9 X https://github.com/processing/processing/issues/5275 +data +X added setIndex() method to IntDict, FloatDict, StringDict +X added resize() to IntDict, FloatDict, StringDict +X fix entries() Iterator in IntDict, FloatDict, StringDict + _ make setting the window icon automatic, based on files in local dirs X https://github.com/processing/processing/issues/5123 X https://github.com/processing/processing/pull/5202 diff --git a/todo.txt b/todo.txt index b4ffe4cce..8b42493c5 100755 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,7 @@ 0264 (3.3.7 or 3.4) +X downloading the jre broken again +X https://github.com/processing/processing/issues/5284 +X the old 144 link must have been removed jakub X Fix scrub comments for empty block comment /**/ @@ -9,6 +12,8 @@ contrib X detect errors from curved quotation marks X https://github.com/processing/processing/issues/5133 X https://github.com/processing/processing/pull/5152 +_ Remove "Pipe Organ" from exec javadoc +_ https://github.com/processing/processing/pull/5282 high _ menu bars broken in High Sierra