diff --git a/processing/app/PdeEditor.java b/processing/app/PdeEditor.java index 134ff1bc4..8b858bbc9 100644 --- a/processing/app/PdeEditor.java +++ b/processing/app/PdeEditor.java @@ -50,19 +50,6 @@ public class PdeEditor extends Panel /*implements PdeEnvironment*/ { public PdeEditor(PdeApplet app, String program) { this.app = app; - /* - Color bgColor = - PdeApplet.getColor("editor.bgcolor", new Color(51, 102, 153)); - Color tickColor = - PdeApplet.getColor("editor.tick_color", new Color(204, 204, 204)); - Color gutterBgColor = - PdeApplet.getColor("editor.gutter_bgcolor", new Color(0, 51, 102)); - Color buttonBgColor = - PdeApplet.getColor("editor.button_bgcolor", new Color(153, 153, 153)); - Color statusBgColor = - PdeApplet.getColor("editor.status_bgcolor", new Color(204, 204, 204)); - */ - setLayout(new BorderLayout()); Panel leftPanel = new Panel(); diff --git a/processing/todo.txt b/processing/todo.txt index 77dadc551..734e7c8dd 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -26,14 +26,14 @@ X also rectMode to planeMode X change QUADS to PLANES, QUAD_STRIP to PLANE_STRIP X delay wasn't working for casey X works fine on pc.. maybe a mac problem - +X turned out to be a misunderstanding for loop() +X curve and bezier behave differently for indexing points +X change bezier to act the same (each addl point) +_ allow ui to be colored/skinned so creas can tweak _ make macintosh release +_ font file names are getting mangled on mac (too long) _ new set of fonts, make sure the names are ok -a _ curve and bezier behave differently for indexing points -a _ change bezier to act the same (each addl point) -a _ font file names are getting mangled on mac (too long) - biggest problems from french workshop _ syntax more difficult than expected: semicolons and braces _ part is translation issue--wasn't a quick fix