You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
See https://codemirror.net/demo/complete.html how to do it.
The text was updated successfully, but these errors were encountered: