diff --git a/app/src/processing/mode/java/Commander.java b/app/src/processing/mode/java/Commander.java index 12add7389..9696bf164 100644 --- a/app/src/processing/mode/java/Commander.java +++ b/app/src/processing/mode/java/Commander.java @@ -70,9 +70,9 @@ public class Commander implements RunnerListener { if (args == null || args.length == 0) { // System.out.println(System.getProperty("user.dir")); args = new String[] { - "--export", +// "--export", // "--build", -// "--run", + "--run", // "--present", // "--force", // "--platform=windows", diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 74f520a10..f7805466d 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -10383,7 +10383,7 @@ public class PApplet extends Applet * Description to come... * * ( end auto-generated from textureWrap.xml ) - * + * * @webref image:textures * @param wrap Either CLAMP (default) or REPEAT */ @@ -10552,7 +10552,7 @@ public class PApplet extends Applet * This is a new reference entry for Processing 2.0. It will be updated shortly. * * ( end auto-generated ) - * + * * @webref Rendering * @param mode the blending mode to use */ @@ -10596,7 +10596,7 @@ public class PApplet extends Applet * This is a new reference entry for Processing 2.0. It will be updated shortly. * * ( end auto-generated ) - * + * * @webref rendering:shaders * @param fragFilename name of fragment shader file */ @@ -10619,7 +10619,7 @@ public class PApplet extends Applet * This is a new reference entry for Processing 2.0. It will be updated shortly. * * ( end auto-generated ) - * + * * @webref rendering:shaders * @param shader name of shader file */ @@ -10644,7 +10644,7 @@ public class PApplet extends Applet * This is a new reference entry for Processing 2.0. It will be updated shortly. * * ( end auto-generated ) - * + * * @webref rendering:shaders */ public void resetShader() { @@ -11525,9 +11525,9 @@ public class PApplet extends Applet /** - * + * * @param level either 2, 4, or 8 - */ + */ public void smooth(int level) { if (recorder != null) recorder.smooth(level); g.smooth(level); diff --git a/todo.txt b/todo.txt index e5c0b1514..ef1b27168 100644 --- a/todo.txt +++ b/todo.txt @@ -34,7 +34,8 @@ X with this specific (more esoteric) low-level case w/ a workaround _ implement command line installer for Mac OS X _ add processing-java.bat (or exe?) for Windows _ add processing-java script for Linux -_ +_ file bug for android implementation +_ modify comments on project site to say android, js, etc _ kill external editor (for all its quirks) in favor of command line _ use external editor needs to enable/disable across all windows _ http://code.google.com/p/processing/issues/detail?id=515