Multi Rename drop-down list in the Case field could use informative formatting for providing visual aid
Posted: 20.03.2026, 21:11
(Coming out from this discussion: viewtopic.php?p=42538#p42538)
It could be useful if the drop down list of
Multi Rename > Case
would have its items written in a way that would indicate visually to the user, what a given transformation will do to the text. Its not a new concept at all, I have seen such approach being used in some programs
Below are the original notation of these entries quoted from the
\LNG\English.lng
and my proposition for their reworking
It could be useful if the drop down list of
Multi Rename > Case
would have its items written in a way that would indicate visually to the user, what a given transformation will do to the text. Its not a new concept at all, I have seen such approach being used in some programs
Below are the original notation of these entries quoted from the
\LNG\English.lng
Code: Select all
61123=No change
61124=All lowercase
61125=All uppercase
61126=Name uppercase
61127=Name lowercase
61128=Extension uppercase
61129=Extension lowercase
61130=First letter of each word uppercase
61131=First letter of each word uppercase, extension lowercase
61132=First letter uppercase
61133=Upper first letter following any of defined characters:Code: Select all
61123=<no change>
61124=all lowercase
61125=ALL UPPERCASE
61126=NAME UPPERCASE.*
61127=name lowercase.*
61128=*.EXTENSION_UPPERCASE
61129=*.extension_lowercase
61130=First Letter Of Each Word Uppercase
61131=First Letter Of Each Word Uppercase.extension lowercase
61132=First letter uppercase
61133=Upper first letter following any of defined characters:
61132=First letter uppercase
61133=Upper first letter following any of defined characters: