You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: