diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 132148219..fa5f8cd08 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -41,8 +41,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int REVISION = 163; - static String VERSION_NAME = "0163"; + static final int REVISION = 164; + static String VERSION_NAME = "0165"; static HashMap platformNames = new HashMap(); static { @@ -1232,8 +1232,8 @@ public class Base { return "other"; } } - - + + /** * Map a platform constant to its name. * @param which PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX @@ -1249,10 +1249,10 @@ public class Base { return (entry == null) ? -1 : entry.intValue(); } - + // These were changed to no longer rely on PApplet and PConstants because // of conflicts that could happen with older versions of core.jar, where - // the MACOSX constant would instead read as the LINUX constant. + // the MACOSX constant would instead read as the LINUX constant. /** diff --git a/core/done.txt b/core/done.txt index 761e5c855..35a58dde1 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,10 @@ +0163 core (1.0.1) +X do not parse split() with regexp +X http://dev.processing.org/bugs/show_bug.cgi?id=1060 +X ArrayIndexOutOfBoundsException in ellipseImpl() with 1.0 +X http://dev.processing.org/bugs/show_bug.cgi?id=1068 + + 0162 core (1.0) X no additional changes for 1.0 diff --git a/core/todo.txt b/core/todo.txt index 3a1bc8e5a..fe2465411 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,8 +1,5 @@ -0163 core -X do not parse split() with regexp -X http://dev.processing.org/bugs/show_bug.cgi?id=1060 -X ArrayIndexOutOfBoundsException in ellipseImpl() with 1.0 -X http://dev.processing.org/bugs/show_bug.cgi?id=1068 +0164 core + _ focus not coming through, ESC no longer working diff --git a/done.txt b/done.txt index 95fb4f1c3..50fc137de 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,27 @@ +0163 pde (1.0.1) +X ArrayIndexOutOfBoundsException with File > New (Processing 1.0) +X maybe a /tmp permissions problem? +X are we not checking errors properly on this route? +X http://dev.processing.org/bugs/show_bug.cgi?id=1067 +X need to look into why this didn't give a better error message +X "[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception" +X on startup with OS X +X http://dev.processing.org/bugs/show_bug.cgi?id=1063 +X http://dev.processing.org/bugs/show_bug.cgi?id=1078 +X Fix some "An error occurred while starting the application" problems +X due to the weird sketch folder naming issue +X implement multi-line tab via tab key (also outdent) +o add preference for indent size +X the bracket isn't working on osx because of an apple menu bug +X http://dev.processing.org/bugs/show_bug.cgi?id=1075 +X "editor.indent" setting does not work properly +X http://dev.processing.org/bugs/show_bug.cgi?id=1073 +X "space-import-space-quote-semicolon" Causes Error in String or Comment +X http://dev.processing.org/bugs/show_bug.cgi?id=1064 +X the changes page doesn't have a toc entry for the 1.0 release notes +X add minim to the changes page + + 0162 pde (1.0) X update revisions.html X write revisions.txt diff --git a/todo.txt b/todo.txt index 70403a998..299f9bc8d 100644 --- a/todo.txt +++ b/todo.txt @@ -1,25 +1,5 @@ -0163 pde -X ArrayIndexOutOfBoundsException with File > New (Processing 1.0) -X maybe a /tmp permissions problem? -X are we not checking errors properly on this route? -X http://dev.processing.org/bugs/show_bug.cgi?id=1067 -X need to look into why this didn't give a better error message -X "[JavaAppLauncher Error] CallStaticVoidMethod() threw an exception" -X on startup with OS X -X http://dev.processing.org/bugs/show_bug.cgi?id=1063 -X http://dev.processing.org/bugs/show_bug.cgi?id=1078 -X Fix some "An error occurred while starting the application" problems -X due to the weird sketch folder naming issue -X implement multi-line tab via tab key (also outdent) -o add preference for indent size -X the bracket isn't working on osx because of an apple menu bug -X http://dev.processing.org/bugs/show_bug.cgi?id=1075 -X "editor.indent" setting does not work properly -X http://dev.processing.org/bugs/show_bug.cgi?id=1073 -X "space-import-space-quote-semicolon" Causes Error in String or Comment -X http://dev.processing.org/bugs/show_bug.cgi?id=1064 -X the changes page doesn't have a toc entry for the 1.0 release notes -X add minim to the changes page +0164 pde + _ proper libraries warning dialog _ check if libraries folder does not exist