-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Multiple white spaces can not be used in keywords.txt #2435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
keywords columns are tab separated |
I know that keywords columns are tab separated. If PApplet.splitTokens(line) is used instead of PAapplet.split(line, '\t'), 2015-05-12 17:09 GMT+09:00 Federico Fissore [email protected]:
|
IMHO tabs are a far safer separator, whatever the contents of the file is (almost) |
If multiple tabs are used for indentation, Keywords do not work. |
@ffissore Will you please expand on the issue with splitting on white-space? Makefiles are the only other example I can come up with that requires tabs. I feel the problem isn't as bad as the way the single-tab-only files look. |
Why is this a won't fix item? At this point, it seems like it is more of an issue obstinacy than a technical issue. |
See #6693 |
If multiple white spaces are used to align KEYWORDs in keywords.txt file, then KEYWORDs are not recognized and not working in Arduino IDE.
The text was updated successfully, but these errors were encountered: