Bug 1412 : To many left bracers error when using hex color notation
Last modified: 2009-12-15 04:33




Status:
RESOLVED
Resolution:
DUPLICATE of bug 303
Priority:
P2
Severity:
normal

 

Reporter:
stopfocus
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2009-12-14 19:43
Processing 1.0.9
Using the code :
void setup(){
size(300,300);
}
void draw(){
fill(#B43131);
ellipse(10,10,10,10);
}

If I try to use auto formate I recieve the message Auto Format Canceled:
Too many left parentheses
this happens on every OS windows/linux/osx

It is being cased by the line
fill(#B43131);
If i select colors using RBG or HSB it auto formats correct,y
Additional Comment #1 From stopfocus 2009-12-14 19:45
I apologize for the double post I went back to make a correction with to
something I had written without realizing that I submited it.
Additional Comment #2 From fry 2009-12-15 04:33


*** This bug has been marked as a duplicate of 303 ***