-
Notifications
You must be signed in to change notification settings - Fork 263
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
Macro Editor Auto-Completion #240
Comments
Signed-off-by: Jamz <Jamz@Nerps.net>
* Organized layout Signed-off-by: Jamz <Jamz@Nerps.net> * Macro Editor Changes * MapToolScriptSyntax now dynamically adds in all function names retrieved by the MapToolLineParser * AutoCompletion turned on for Macro Editor! meta+space to activate * Macro short descriptions and summary text needs to be added. Currently loading from a properties file. * Some refactoring... Signed-off-by: Jamz <Jamz@Nerps.net> * Added sample short hand completion for Issue #240 Signed-off-by: Jamz <Jamz@Nerps.net> * Successful test of Spotless... Signed-off-by: Jamz <Jamz@Nerps.net> * Cleaned up i18n macro description, added line breaks Signed-off-by: Jamz <Jamz@Nerps.net>
The framework is done and ready to add descriptions. Will create another issue to track adding in descriptions. |
Periods are treated as non-identifier characters so that Referenced solution: bobbylight/AutoComplete#48 |
Thanks! |
Moving this to post Nerps fix as it isn't critical for the release hasn't been addressed for 4 days |
This has been merged. |
Turn on RSyntaxTextArea's auto-completion which adds word completion for Macro function names and display a short description + summary of the function.
Also add a few short hands for if/for/switch
The text was updated successfully, but these errors were encountered: