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

Feature/autocompletion #83

Merged

Conversation

gruberrolandvaltech
Copy link
Contributor

This enables basic auto-completion by pressing Ctrl+Space in script editor. It is very helpful for larger scripts where you enter lots of code.
The code uses ACE's default functionality that is already included in GroovyConsole.

The file ext-language_tools.js comes from https://github.com/ajaxorg/ace-builds/tree/2268d21c5893320330c9daf10b70b1973ca45eba/src-min-noconflict.

@markdaugherty markdaugherty self-assigned this Feb 5, 2019
@markdaugherty markdaugherty added this to the 13.0.0 milestone Feb 5, 2019
@markdaugherty markdaugherty merged commit 862f7cb into icfnext:develop Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants