mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
about to make other changes to editor for 0025
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user