From 5bdf05ba20f63a65a001737e4d42ec7ea6bd768f Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 2 Jul 2002 17:32:29 +0000 Subject: [PATCH] attempting to break curve at the lsat minute --- processing/app/PdeEditorButtons.java | 4 ---- processing/todo.txt | 18 ++++++++++++++++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/processing/app/PdeEditorButtons.java b/processing/app/PdeEditorButtons.java index 4fe32919e..beecde803 100644 --- a/processing/app/PdeEditorButtons.java +++ b/processing/app/PdeEditorButtons.java @@ -89,10 +89,6 @@ public class PdeEditorButtons extends Panel { Color.black)); add(status); - Color buttonBgColor = - PdeBase.getColor("editor.buttons.bgcolor", new Color(153, 0, 0)); - setBackground(buttonBgColor); - status.setBounds(-5, BUTTON_COUNT*BUTTON_HEIGHT, BUTTON_WIDTH + 15, BUTTON_HEIGHT); status.setAlignment(Label.CENTER); diff --git a/processing/todo.txt b/processing/todo.txt index 397d7eeb5..7eb1d657b 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -1,15 +1,28 @@ 0031 +_ background(), fill(), stroke() using color datatype +_ check 0xff high bits to see if it's an int gray value or a color + +_ fix curve()/bezier() +_ also make curve() work as 6 point with doubled endpoints + _ make all windows 120x120? _ default program should be large, 300x200 or so +_ what if it's smaller? boundary of color 51, 51, 51 around it +_ better readFile/loadImage inside PdeBase +_ temp array should be resizable inside readFile +_ use getresource for loading image +_ beautify is broken +_ need to update PdeKeyListener for new ui.. +_ remove open, add d for duplicate, r for rename, others ? ui a _ 'open' button is a switch-to button a _ pops up list of everything in the sketchbook -a _ first item is 'new sketch', followed by delimeter +a o first item is 'new sketch', followed by delimeter a _ next is list of subdirs other than current user, then delim a _ the rest are the items in the current user's folder -a X need 'new' button on the toolbar --> NOPE, first item on 'open' menu +a _ need 'new' button on the toolbar (or first sketch menuitem?) a _ the zero looking one might be good (instead of export) a _ export could be three circles in a row, overlapping a _ everything is a project.. what about short snippets of code? @@ -17,6 +30,7 @@ a _ this version won't be able to access everything from scrapbook a _ (that requires a more robust class loader) a _ sketch.properties contains the last program run a _ also the window positions, etc +a _ saves screen size, so if screen size changed, window pos reset a _ if it doesn't exist, starts with a new project a _ for a new project, name it untitled-0001 or as appropriate a _ so that previous projects aren't written over