organizing the todo list

This commit is contained in:
Ben Fry
2015-04-25 13:17:30 -04:00
parent ffa1faca39
commit 5fcc083484

View File

@@ -29,24 +29,18 @@ X https://github.com/processing/processing/commit/0a14835e6f5f4766b022e73a8fe5
X the .macosx, .linux, etc prefs should be stripped
X only use them on first load, and merge into preferences.txt
X auto-insert after antlr @SuppressWarnings({ "unused", "unchecked", "cast" })
X fix file change detection on OS X
X Preferences window sizing problems
X window contents are cropped off
X "Your sketch has been modified externally" appear without reason
X fix file change detection on OS X
X https://github.com/processing/processing/issues/2852
_ Preferences window sizing problems
_ window contents are cropped off
_ Editor font size dropdown is enormous
_ https://github.com/processing/processing/issues/3212
_ Find/Replace regressions
_ https://github.com/processing/processing/issues/3213
_ editor window draws in stages (at least on OS X) on first view
_ the console/bottom area stays white until an additional repaint?
X is debug turned on? lots of "export.txt" complaints
_ remove export.txt complaints when loading libraries
_ install/remove buttons not working in the managers
_ https://github.com/processing/processing/issues/3172
_ search the source for 'applet' references (i.e. SVG docs)
_ Window size not passing into Tweak Mode
_ https://github.com/processing/processing/issues/3208
integration of pdex/debug
o make the tabs have a default minimum size
@@ -271,6 +265,16 @@ _ two new fonts have been added, other languages will need more
_ need a decent sans with with Unicode coverage
_ i.e. https://github.com/processing/processing/pull/3025
_ make examples pull/build automatic during dist
_ dist needs to do a git pull on processing-docs
_ make reference build process part of dist
_ https://github.com/processing/processing-docs/issues/85
_ separate ant target, but only require them for dist
_ as separate targets, folks can build explicitly if they'd like
_ processing-docs/java_generate/ReferenceGenerator/processingrefBuild.sh
_ remove reference.zip from main repo
_ move the language stuff to the settings folder
_ that way people can modify and test w/o recompiling
_ https://github.com/processing/processing/issues/2938
_ add span screens pref (near the display pref)
_ add checkbox for spans to export dialog
_ remove "save before running" message
@@ -287,43 +291,35 @@ _ right now it's generic, based on "a file exists"
_ don't allow users to create 'blah.java' when 'blah.pde' already in sketch
high
_ dist needs to do a git pull on processing-docs
_ "Your sketch has been modified externally" appear without reason
_ https://github.com/processing/processing/issues/2852
_ export application ubuntu -> windows not working (2.2.1)
_ https://github.com/processing/processing/issues/2698
_ might be something with libraries (native or otherwise)
_ move the language stuff to the settings folder
_ that way people can modify and test w/o recompiling
_ https://github.com/processing/processing/issues/2938
pending
3.0 beta/final
_ look at the sound library https://github.com/wirsing/ProcessingSound
_ sound is not yet supported on Windows
_ make reference build process part of dist
_ https://github.com/processing/processing-docs/issues/85
_ separate ant target, but only require them for dist
_ as separate targets, folks can build explicitly if they'd like
_ processing-docs/java_generate/ReferenceGenerator/processingrefBuild.sh
_ remove reference.zip from main repo
_ clean out the repo
_ https://github.com/processing/processing/issues/1898
_ search the source for 'applet' references (i.e. SVG docs)
sketchbook
_ need to handle the 2.x to 3.x sketchbook transition
_ "Save As" is reloading the whole sketchbook, argh
_ New/Rename/Save As is reloading the whole sketchbook, argh
_ sketchbook window is completely empty w/ no sketches
_ requires restart of p5 before it updates
_ https://github.com/processing/processing/issues/3214
_ sketchbook window doesn't update when sketches are added, renamed, etc
_ https://github.com/processing/processing/issues/2944
_ improve start time by populating sketchbook/libraries on threads
_ https://github.com/processing/processing/issues/2945
_ longer PR about sketchbook stuff, but closed
_ https://github.com/processing/processing/pull/3178
help me
_ Preferences window is ugly
_ Editor font size dropdown is enormous
_ probably need to break out Java options, since it's getting too long
_ https://github.com/processing/processing/issues/3212
_ Find/Replace regressions
_ https://github.com/processing/processing/issues/3213
_ "String index out of range" error
_ https://github.com/processing/processing/issues/1940
_ closing the color selector makes things freeze (only Linux and Windows?)
@@ -346,6 +342,11 @@ _ https://github.com/processing/processing/issues/2955
_ Add support for localizing contributions
_ https://github.com/processing/processing/pull/2833
_ https://github.com/processing/processing/issues/3154
_ export application ubuntu -> windows not working (2.2.1)
_ https://github.com/processing/processing/issues/2698
_ might be something with libraries (native or otherwise)
_ Window size not passing into Tweak Mode
_ https://github.com/processing/processing/issues/3208
medium