add completer for extra/* arguments to read_data

This commit is contained in:
Axel Kohlmeyer
2024-08-12 00:57:50 -04:00
parent d759d8acf7
commit f98568c350
3 changed files with 25 additions and 4 deletions

View File

@ -64,6 +64,7 @@ public:
void setMinimizeList(const QStringList &words);
void setVariableList(const QStringList &words);
void setUnitsList(const QStringList &words);
void setExtraList(const QStringList &words);
void setGroupList();
void setVarNameList();
void setComputeIDList();
@ -104,7 +105,7 @@ private:
QCompleter *current_comp, *command_comp, *fix_comp, *compute_comp, *dump_comp, *atom_comp,
*pair_comp, *bond_comp, *angle_comp, *dihedral_comp, *improper_comp, *kspace_comp,
*region_comp, *integrate_comp, *minimize_comp, *variable_comp, *units_comp, *group_comp,
*varname_comp, *fixid_comp, *compid_comp, *file_comp;
*varname_comp, *fixid_comp, *compid_comp, *file_comp, *extra_comp;
int highlight;
bool reformat_on_return;