more work on recent

This commit is contained in:
benfry
2012-07-24 00:05:45 +00:00
parent 5dd60c1343
commit d6b6535fe9
+15 -13
View File
@@ -17,15 +17,17 @@ X http://code.google.com/p/processing/issues/detail?id=176
X also move back to using non-custom for 2.0 when we can drop QT support
X lots of fighting with Windows registry and launch4j to figure out launcher
o grab tools.jar from reg keys?
_ don't mess with reg keys until the app is loaded
_ NPE causes trouble sometimes
o don't mess with reg keys until the app is loaded
o NPE causes trouble sometimes
o move initRequirements check for JVM to Runner
X remove the shift designation for new and open to open in same editor or not
X code is just getting too messy
X Opening sketch via editor window open-menu ignores mode
_ http://code.google.com/p/processing/issues/detail?id=1034
X add 64-bit Linux version to the next download
_ revisions.txt should have Windows line endings
_ change in SVN to be platform specific
_ add 64-bit Linux version to the next download
_ don't use tmp folder for sketches?
_ or restrict more things like "show sketch folder"
_ don't allow adding files w/o saving
@@ -39,29 +41,29 @@ X not necessary -- ant takes care of it
recent/open
X add EditorState class, device-aware placement
o not properly handling other odd cases
X don't pollute the recent menu with un-saved sketches
X toFront() not working from recent menu
X get rid of restore sketch feature
o remove pref for restoring sketches
_ oops, make sure this is still around, we want it
X implement recent sketches menu
_ Opening sketch via editor window open-menu ignores mode
_ http://code.google.com/p/processing/issues/detail?id=1034
_ don't pollute the recent menu with un-saved sketches
_ toFront() not working from recent menu
X add "recent files" list to open menu?
o http://dev.processing.org/bugs/show_bug.cgi?id=1335
_ don't re-open new window on top of another
_ not properly handling other odd cases
_ save window positions on quit, and restore them (w/ a preference?)
_ new windows use same mode and dimensions as topmost window
_ saved window position problematic with multiple monitors
_ http://code.google.com/p/processing/issues/detail?id=27
_ Closing the last window doesn't cause PDE to save it's position/contents/etc
_ http://code.google.com/p/processing/issues/detail?id=103
_ casey: recent sketches is a yes, window menu could go either way
window menu: http://code.google.com/p/processing/issues/detail?id=545
_ consider window menu
_ http://code.google.com/p/processing/issues/detail?id=545
recent sketches: http://code.google.com/p/processing/issues/detail?id=188
_ multiple sketch windows.. having a windows menu?
_ examples button on toolbar? open / recent / sketchbook?
_ add "recent files" list to open menu?
o http://dev.processing.org/bugs/show_bug.cgi?id=1335
_ Closing the last window doesn't cause PDE to save its position/contents/etc
_ (when the pref for close last window = quit is set)
_ http://dev.processing.org/bugs/show_bug.cgi?id=835