Added ability to separate words by underscore in generated names

This commit is contained in:
Aruki
2018-02-18 12:16:55 -07:00
parent 366c4cd3ff
commit 6719b82077
7 changed files with 697 additions and 859 deletions

View File

@@ -100,6 +100,7 @@ void CGeneratePropertyNamesDialog::StartGeneration()
Params.MaxWords = mpUI->NumWordsSpinBox->value();
Params.Prefix = TO_TSTRING( mpUI->PrefixLineEdit->text() );
Params.Suffix = TO_TSTRING( mpUI->SuffixLineEdit->text() );
Params.UseUnderscores = mpUI->UseUnderscoresCheckBox->isChecked();
Params.PrintToLog = mpUI->LogOutputCheckBox->isChecked();
// Run the task and configure ourselves so we can update correctly