From 4c64e1d5ef31ed570f52c3b6bbfa7d509fe7b277 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 5 Mar 2018 15:55:36 -0500 Subject: [PATCH] add todo notes --- core/todo.txt | 3 +++ todo.txt | 75 ++++++++++++++++++++++++++++----------------------- 2 files changed, 44 insertions(+), 34 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 3fecc039f..d6c2f103e 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -33,6 +33,9 @@ X https://github.com/processing/processing/issues/5404 gohai X ARM tweaks for shaders on the RPi X https://github.com/processing/processing/pull/5297 +X Fix 3D on contemporary versions of Linux +X https://github.com/processing/processing/pull/5428 +X https://github.com/processing/processing/issues/5308 jakub X fix line joins on triangles diff --git a/todo.txt b/todo.txt index a4dcbd974..d145ea455 100755 --- a/todo.txt +++ b/todo.txt @@ -6,40 +6,6 @@ X NullPointerException in ContributionManager.deleteFlagged() X https://github.com/processing/processing/issues/5342 X move to Java 8u162 - -welcome -_ just remove the welcome dialog; but what should the default behavior be? -_ Welcome dialog rewritten in Swing -_ https://github.com/processing/processing/pull/5210 -_ Welcome screen doesn't size properly for HiDPI screens -_ https://github.com/processing/processing/issues/4896 -_ click "show this welcome" text to check/uncheck the box -_ https://github.com/processing/processing/issues/3912 -_ submit the form (as if 'get started' clicked) when closing the window -_ whether hitting ESC or the close box on the window -_ https://github.com/processing/processing/issues/3911 - -_ windows defender blocks processing 3.3.6 -_ https://github.com/processing/processing/issues/5329 -_ Rename dialog is unusable on high density screen -_ https://github.com/processing/processing/issues/5368 -_ change up the newline handling -_ https://github.com/processing/processing/issues/5327 -_ Contributions manager fails to complete install of PythonMode when no windows open -_ https://github.com/processing/processing/issues/5309 -_ update to launch4j 3.11? -_ http://launch4j.sourceforge.net/changelog.html -_ add a note about temp dir to the bug on windows temp dirs -_ move away from using a temp dir at all for sketches -_ -Djava.io.tmpdir=Z:\temp -_ add pyde as a supported extension? -_ https://github.com/jdf/processing.py/issues/284 -_ “could not move the contribution to the backup folder” message while updating libraries -_ problem is that any sketch that uses a library, the lib is stuck as "in use" -_ https://github.com/processing/processing/issues/4973 -_ an incompatible Mode prevents the PDE from quitting after last window is closed -_ https://github.com/processing/processing/issues/5112 - jakub X Fix scrub comments for empty block comment /**/ X https://github.com/processing/processing/pull/5265 @@ -64,6 +30,46 @@ X https://github.com/processing/processing/pull/5282 X typo in Italian translation X https://github.com/processing/processing/issues/5365 + +welcome +_ just remove the welcome dialog; but what should the default behavior be? +_ or should it only show up for people who have used <=2 but not 3? +_ Welcome dialog rewritten in Swing +_ https://github.com/processing/processing/pull/5210 +_ Welcome screen doesn't size properly for HiDPI screens +_ https://github.com/processing/processing/issues/4896 +_ click "show this welcome" text to check/uncheck the box +_ https://github.com/processing/processing/issues/3912 +_ submit the form (as if 'get started' clicked) when closing the window +_ whether hitting ESC or the close box on the window +_ https://github.com/processing/processing/issues/3911 + +_ windows defender blocks processing 3.3.6 +_ https://github.com/processing/processing/issues/5329 +_ Rename dialog is unusable on high density screen +_ https://github.com/processing/processing/issues/5368 +_ change up the newline handling +_ https://github.com/processing/processing/issues/5327 +_ Manager fails to complete install of PythonMode when no windows open +_ https://github.com/processing/processing/issues/5309 +_ update to launch4j 3.11? +_ http://launch4j.sourceforge.net/changelog.html +_ add a note about temp dir to the bug on windows temp dirs +_ move away from using a temp dir at all for sketches +_ -Djava.io.tmpdir=Z:\temp +_ add pyde as a supported extension? +_ https://github.com/jdf/processing.py/issues/284 +_ “could not move the contribution to the backup folder” message while updating libraries +_ problem is that any sketch that uses a library, the lib is stuck as "in use" +_ https://github.com/processing/processing/issues/4973 +_ an incompatible Mode prevents the PDE from quitting after last window is closed +_ https://github.com/processing/processing/issues/5112 +_ examples window not updating on install +_ open examples window +_ mode > add mode > libraries > install video +_ did not update the examples window, had to restart pde +_ was able to save over the video capture examples b/c they were a library + high _ menu bars broken in High Sierra _ https://github.com/processing/processing/issues/5272 @@ -833,6 +839,7 @@ _ when are prefs saved? could instead save whenever changes are made _ and then if the file gets modified, it'll put up an error message _ also, this may be part of why other sketches aren't reloading properly _ simple prefs implementation to set key/value pairs using a JTable +_ https://github.com/processing/processing/issues/5425 _ prefs window doesn't swap ok/cancel properly for mac vs. windows/linux _ don't bother having a "cancel" for the prefs window _ make prefs dialog modal?