add completion for compute and fix ID references

This commit is contained in:
Axel Kohlmeyer
2023-09-08 10:43:31 -04:00
parent 778263673c
commit f8e65b19a2
3 changed files with 100 additions and 7 deletions

View File

@ -58,6 +58,8 @@ public:
void setUnitsList(const QStringList &words);
void setGroupList();
void setVarNameList();
void setComputeIDList();
void setFixIDList();
static constexpr int NO_HIGHLIGHT = 1 << 30;