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

Add autocomplete to editor #8

Open
andeplane opened this issue Aug 24, 2016 · 1 comment
Open

Add autocomplete to editor #8

andeplane opened this issue Aug 24, 2016 · 1 comment
Assignees
Milestone

Comments

@andeplane
Copy link
Owner

See https://codemirror.net/demo/complete.html how to do it.

@rbberger
Copy link
Collaborator

rbberger commented Sep 9, 2016

I've unified style creation in the LAMMPS code base, so it's now possible to get all available styles from std::maps. I'll extend the LAMMPS controller to include functions to query the styles right from the binary. That I can then feed into the editor.

rbberger added a commit that referenced this issue Sep 10, 2016
Started implementation of the feature requested in issue #8. In addition to
context-aware auto-completion, it also learns defined group names. So they can
be selected while defining a fix.

Similar things can be done for other styles and variables.
@andeplane andeplane modified the milestones: 1.2 , 1.0 release May 20, 2017
@andeplane andeplane modified the milestones: 1.2 , 1.0 release Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants