starting revision 0214

This commit is contained in:
benfry
2012-10-23 02:06:16 +00:00
parent 76797a448a
commit d0312b168f
7 changed files with 31 additions and 21 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
0213 android
0214 android
_ implement Android version of command line tools
+2 -2
View File
@@ -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;
+5
View File
@@ -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
+1 -3
View File
@@ -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
+17
View File
@@ -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
+1 -15
View File
@@ -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