mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
attempting to break curve at the lsat minute
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user