Skip to content
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

Automatically extract keywords #9

Closed
noahzemlin opened this issue Jun 14, 2019 · 1 comment · Fixed by #29
Closed

Automatically extract keywords #9

noahzemlin opened this issue Jun 14, 2019 · 1 comment · Fixed by #29
Labels
low priority Low priority metafeature New feature unrelated to the function of RobotLib

Comments

@noahzemlin
Copy link
Member

Arduino projects contains a keywords.txt file that describes all keywords that should be highlighted in the Arduino IDE. It wants every class followed by KEYWORD1 and every method followed by KEYWORD2. This is very tedious and error prone to do by hand, so there should be a script that handles this automatically. This should also be put into the build process. This is related to #8.

https://www.arduino.cc/en/Hacking/LibraryTutorial

@noahzemlin noahzemlin added the metafeature New feature unrelated to the function of RobotLib label Jun 14, 2019
@noahzemlin noahzemlin added the low priority Low priority label Aug 6, 2019
@ThaddeusMorris
Copy link
Contributor

This project looks like it might be helpful.

https://github.com/r89m/arduino-keywords

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Low priority metafeature New feature unrelated to the function of RobotLib
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants