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:
committed by
Rémi Verschelde
parent
9a396a4e07
commit
56336b4e24
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user