wrapping up 0186

This commit is contained in:
benfry
2010-06-25 15:40:36 +00:00
parent b1a6e9b62e
commit d8b1bf7636
2 changed files with 12 additions and 4 deletions
+2
View File
@@ -1,4 +1,6 @@
0186 android
X move to sdk 7 because 6 has been deprecated
X merged svg changes with those in desktop core
_ text leading is broken, text("blah\nblah") doesn't work properly
+10 -4
View File
@@ -1,5 +1,14 @@
0186 pde
X update the URLs opened by the software
X http://code.google.com/p/processing/issues/detail?id=278
'public class' inside first tab (or 'final int a = 10') throws off mode detect
_ Ctrl-Z will undo, but not scroll to where the undo happens.
_ is this now somehow fixed? (or only on os x?)
_ so user thinks nothing is happening and overundo.
_ http://dev.processing.org/bugs/show_bug.cgi?id=35
_ http://code.google.com/p/processing/issues/detail?id=15
_ don't require an editor window to be open at all times
_ The com.apple.eawt.Application now has a setDefaultMenuBar(JMenuBar) method
@@ -67,7 +76,7 @@ _ processing.app.Commander headless still requiring X11
_ problem is static calls to PApplet
_ http://dev.processing.org/bugs/show_bug.cgi?id=1426
svn copy https://processing.googlecode.com/svn/trunk/ https://processing.googlecode.com/svn/tags/processing-01XX
svn copy https://processing.googlecode.com/svn/trunk/processing https://processing.googlecode.com/svn/tags/processing-01XX
svn copy svn://processing.org/trunk/processing svn://processing.org/tags/processing-01XX
svn copy svn+ssh://dev.processing.org/var/svn/trunk/processing svn+ssh://dev.processing.org/var/svn/tags/processing-0178
@@ -852,9 +861,6 @@ _ the whole thing is selected, but not directly editable
_ http://dev.processing.org/bugs/show_bug.cgi?id=31
_ dim edit menus as appropriate during selection/no selection/etc
_ http://dev.processing.org/bugs/show_bug.cgi?id=33
_ Ctrl-Z will undo, but not scroll to where the undo happens.
_ so user thinks nothing is happening and overundo.
_ http://dev.processing.org/bugs/show_bug.cgi?id=35
_ fonts smaller than 10 cause problems in the editor
_ generally causes trouble on osx
_ on windows and linux, changing the size throws things off