about to make other changes to editor for 0025

This commit is contained in:
benfry
2002-06-06 17:05:49 +00:00
parent 5003c761ab
commit 59774b397f
2 changed files with 5 additions and 18 deletions
-13
View File
@@ -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();
+5 -5
View File
@@ -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