Anyway, I'm getting Syntax Error like Incomplete statement or extra code near ‘extraneous input 'A0' expecting ')'’? if there is a color with a transparent component included when running in tweaks mode.
Expected Behavior
Expected it to draw per usual. The same sketch will work correctly if run normally.
Current Behavior
The following will run normally but not in tweaks mode:
Description
Love tweaks mode. Forgot how much I love it.
Anyway, I'm getting
Syntax Error
likeIncomplete statement or extra code near ‘extraneous input 'A0' expecting ')'’?
if there is a color with a transparent component included when running in tweaks mode.Expected Behavior
Expected it to draw per usual. The same sketch will work correctly if run normally.
Current Behavior
The following will run normally but not in tweaks mode:
Steps to Reproduce
#C0A0A0A0
Your Environment
This reproduces across operating systems.
Possible Causes / Solutions
I think it might be at https://github.com/processing/processing4/blob/main/java/src/processing/mode/java/tweak/SketchParser.java#L273.