cleaning up a bit

This commit is contained in:
Ben Fry
2013-10-15 23:17:31 -04:00
parent 4e9e24bad3
commit 6bea584648

View File

@@ -31,12 +31,16 @@ o probably later: examples into categories based on difficulty
o add ratings/difficult level to examples online and in the pde
o go through examples, figure out how to do many on the site w/ js instead
X import p5 reference into the javadoc
o freeze after splash screen on OS X (looks like core.jar in the path)
X https://github.com/processing/processing/issues/1872
X can't really fix this
fonts/prefs
X update with bold version of Source Code Pro
X http://www.google.com/fonts#UsePlace:use/Collection:Source+Code+Pro
X instead of semibold, which wouldn't correctly connect to the other fonts
_ does editor line status work?
X does editor line status work?
X not sure what this one was, but added anti-aliasing to the status
X Editor.applyPreferences() -> painter.setFont() removed
X need to instead update defaults, then run from there
X then call repaint() on the text area? or invalidate()? or the painter?
@@ -51,15 +55,15 @@ o why aren't prefs from theme.txt showing up in preferences.txt? hrm
o or rather, why can't they be overridden?
X because theme.txt data is a different animal / that's part of the point
X should fonts at least be in prefs.txt?
_ http://code.google.com/p/processing/issues/detail?id=226
_ https://github.com/processing/processing/issues/265
X http://code.google.com/p/processing/issues/detail?id=226
X https://github.com/processing/processing/issues/265
X console font in EditorConsole
X Font font = Preferences.getFont("console.font");
o fix console font on Windows and Linux with 7u40
X couldn't reproduce, but shouldn't be a problem with the rewrite
X the message area text also looks ugly.. can we fix?
X add pref to select PDE font (so that CJKV languages work better)
_ https://github.com/processing/processing/issues/2078
X https://github.com/processing/processing/issues/2078
X should we embed the PDE font into the JRE?
X this would allow it to show up in the menus, etc
_ but might be a problem on Linux
@@ -200,16 +204,6 @@ _ change app stub in OS X exported application
_ change Windows export to use launch4j instead of the launcher.cpp file
_ actually call ant from inside p5?
high
_ move old Google Code SVN back to processing.org
_ then cull out the old branches/tags from the Github repo
_ "String index out of range" error
_ https://github.com/processing/processing/issues/1940
_ freeze after splash screen on OS X (looks like core.jar in the path)
_ https://github.com/processing/processing/issues/1872
_ look through all isPopupTrigger() code
_ make sure both press/release are implemented
medium
_ use platformDelete() to remove untitled sketches?
_ change to using platformDelete() instead of Base.removeDir() where possible
@@ -220,6 +214,12 @@ _ "new Library()" constructor needs to go back to private
_ add .bat file to lib on windows so that we can get better debugging info
_ changing modes brings the PDE back on the second screen
_ the Find window (also the save windows) also have the same problem
_ move old Google Code SVN back to processing.org
_ then cull out the old branches/tags from the Github repo
_ "String index out of range" error
_ https://github.com/processing/processing/issues/1940
_ look through all isPopupTrigger() code
_ make sure both press/release are implemented
post 2.1 cleaning
_ remove video for macosx32 from the repo permanently