-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
help wantedWe have very little time and would like some helpWe have very little time and would like some helphighWe'd like to fix this as soon as possibleWe'd like to fix this as soon as possiblepreprocessor
Description
I was helping some students go through some online examples. Many of them attempted to copy statements directly from the example, some of which use string literals with curved quotation marks instead of straight ones (like how they would be if typed manually):
text(“Stroke size: 3”, x, y)
instead of
text("Stroke size: 3", x, y)
This results in the linting error:
Syntax error on tokens, ArgumentList expected instead
and compilation error:
unexpected char: '\'
This might also happen if the source code is put through a word processor.
Would it be possible for Processing to reword these messages? The cause in this case is rather difficult for anyone to spot.
Metadata
Metadata
Assignees
Labels
help wantedWe have very little time and would like some helpWe have very little time and would like some helphighWe'd like to fix this as soon as possibleWe'd like to fix this as soon as possiblepreprocessor