Improve the batch rename dialog

- Use the editor-defined error, warning and success colors for
  preview texts.
- Make the "Regular Expressions" option into a CheckButton
  (as it does something as soon as it's toggled) and move it out
  of the Advanced Options submenu.
- Make it clearer that the error message originates from an invalid
  regular expression.
- Clarify what the number means in the regex error message.
- Tweak some strings' casing for consistency.

(cherry picked from commit ff135065f4)
This commit is contained in:
Hugo Locurcio
2020-01-19 21:22:16 +01:00
committed by Rémi Verschelde
parent 9a396a4e07
commit 56336b4e24
2 changed files with 24 additions and 29 deletions

View File

@ -75,7 +75,7 @@ class RenameDialog : public ConfirmationDialog {
TabContainer *tabc_features;
CheckBox *cbut_substitute;
CheckBox *cbut_regex;
CheckButton *cbut_regex;
CheckBox *cbut_process;
CheckBox *chk_per_level_counter;