Stop automatic changing of illegal characters into the _ sign in items names
Posted: 11.03.2023, 13:19
As apparently this is currently impossible [https://freecommander.com/forum/viewtopic.php?t=13206], I hereby kindly request adding for users ability to define just how exactly illegal characters pasted to names of files and folders should behave
Currently they are all replaced with
sign. The problem with this I have is that I use it solely as a replacement for
sign in my naming scheme. And that I have to do it manually in FreeCommander [while in e.g. Mp3tag I have written an Action that translates / replaces this and other substitutes when I copy a filename to the Title tag of a media file]
And so, the basic change that could be implemented would be a choice in Settings of either being prompt always if an illegal character is being tried to be inserted in name of an item or automatically replacing it with the "_" sign [i.e. the current behavior]. While the more advanced upgrade would allow users for:
● defining a replacement sign for a given illegal character
● defining a replacement sign for all of the undefined [i.e. remaining] illegal characters
● choosing if a pop-up question should appear if any illegal character was about to be saved in the name of an item
● choosing if a pop-up question should appear if any undefined character was about to be saved in the name of an item
And such pup-op window should contain:
● a preview of name after performing re/naming operation [like in window of the Muli Rename feature], but with [preferably defined by a user] colors indicating characters in question
● button for accepting translation
● button for cancelling re/naming operation
● button for cancelling re/naming operation and automatically opening of entry in Settings where user can define he above listed option
● [plus maybe] a clear [vertical?] list of defined and undefined translations / replacements; and / or of chosen rules options [not so needed if there will be available that above / last button]
Currently they are all replaced with
Code: Select all
_
Code: Select all
/
And so, the basic change that could be implemented would be a choice in Settings of either being prompt always if an illegal character is being tried to be inserted in name of an item or automatically replacing it with the "_" sign [i.e. the current behavior]. While the more advanced upgrade would allow users for:
● defining a replacement sign for a given illegal character
● defining a replacement sign for all of the undefined [i.e. remaining] illegal characters
● choosing if a pop-up question should appear if any illegal character was about to be saved in the name of an item
● choosing if a pop-up question should appear if any undefined character was about to be saved in the name of an item
And such pup-op window should contain:
● a preview of name after performing re/naming operation [like in window of the Muli Rename feature], but with [preferably defined by a user] colors indicating characters in question
● button for accepting translation
● button for cancelling re/naming operation
● button for cancelling re/naming operation and automatically opening of entry in Settings where user can define he above listed option
● [plus maybe] a clear [vertical?] list of defined and undefined translations / replacements; and / or of chosen rules options [not so needed if there will be available that above / last button]