diff --git a/android/done.txt b/android/done.txt index 0d2b0ded2..702f626d1 100644 --- a/android/done.txt +++ b/android/done.txt @@ -1,3 +1,7 @@ +0213 android (2.0b5) +no changes + + 0212 android (2.0b4) X key value is not set in android mode X http://code.google.com/p/processing/issues/detail?id=1254 diff --git a/android/todo.txt b/android/todo.txt index 38583b7cd..df431b677 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -1,4 +1,4 @@ -0213 android +0214 android _ implement Android version of command line tools diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index a73d7ea92..c8fe428e3 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -44,9 +44,9 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static public final int REVISION = 213; + static public final int REVISION = 214; /** This might be replaced by main() if there's a lib/version.txt file. */ - static public String VERSION_NAME = "0213"; + static public String VERSION_NAME = "0214"; /** Set true if this a proper release rather than a numbered revision. */ static public boolean RELEASE = false; diff --git a/core/done.txt b/core/done.txt index 80ad028fc..982368571 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,8 @@ +0213 core (2.0b5) +X mouseButton not being set properly on Windows (and probably Linux) in 2.0b4 +X http://code.google.com/p/processing/issues/detail?id=1332 + + 0212 core (2.0b4) X mouseButton not getting set on release event X http://code.google.com/p/processing/issues/detail?id=1294 diff --git a/core/todo.txt b/core/todo.txt index 16280cb96..e2de7857f 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,6 +1,4 @@ -0213 core -X mouseButton not being set properly on Windows (and probably Linux) in 2.0b4 -X http://code.google.com/p/processing/issues/detail?id=1332 +0214 core _ remove java.awt.* imports from sketches diff --git a/done.txt b/done.txt index 8d68241ae..25b63cace 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,20 @@ +0213 pde (2.0b5) +X Console disappears with increased editor font size +X http://code.google.com/p/processing/issues/detail?id=1275 +X Change how modes are set up so that XQMode can work properly +X Change back to ecj.jar, and remove jdt-core.jar references +X Put ecj.jar in the 'mode' folder for Java so that it's isolated +X (Kinda gross having it in 'lib' before) +o better implementation of jar handling using OSGi? +o http://eclipse.org/equinox/ +o http://eclipse.org/equinox/documents/quickstart-framework.php +X Libraries not installed through IDE don't appear correctly +X http://code.google.com/p/processing/issues/detail?id=1331 +X implement multiple sizes of icons for PDE and core +X http://code.google.com/p/processing/issues/detail?id=632 +X (stubbing things in for artwork update later) + + 0212 pde (2.0b4) M implement find & replace over multiple tabs M http://code.google.com/p/processing/issues/detail?id=25 diff --git a/todo.txt b/todo.txt index e769650dc..460af0513 100644 --- a/todo.txt +++ b/todo.txt @@ -1,18 +1,4 @@ -0213 pde -X Console disappears with increased editor font size -X http://code.google.com/p/processing/issues/detail?id=1275 -X Change how modes are set up so that XQMode can work properly -X Change back to ecj.jar, and remove jdt-core.jar references -X Put ecj.jar in the 'mode' folder for Java so that it's isolated -X (Kinda gross having it in 'lib' before) -o better implementation of jar handling using OSGi? -o http://eclipse.org/equinox/ -o http://eclipse.org/equinox/documents/quickstart-framework.php -X Libraries not installed through IDE don't appear correctly -X http://code.google.com/p/processing/issues/detail?id=1331 -X implement multiple sizes of icons for PDE and core -X http://code.google.com/p/processing/issues/detail?id=632 -X (stubbing things in for artwork update later) +0214 pde 2.0 FINAL / library/tool/mode manager cleanup