Disclaimer: as I see, this is not a bug, but merely "a feature
which introduces a bug as a consequence".
How to reproduce:
1. Define a keyboard shortcut for rename, e.g.:
Hotkey: W
Command: cm_RenameSingleFile
2. Press W (it goes into name edit mode).
3. move cursor inside text - now type W again.
This will cause erase the text.
So it makes it impossible to type the letter when
it is bound to the rename command.
Same issue is with "cm_RenameOnly" command.
Possible solution:
Disable this "feature" (i.e. do not consume
the rename command in name edit mode)
Also please consider making the default selection
of filename *without* extension, since I believe this is the
most frequently needed option.
To select whole name, one can tip Ctrl-A once again,
so this scenario will be covered.
Rename single file edit consumes the rename command
Moderators: Hacker, petermad, Stefan2, white
Re: Rename single file edit consumes the rename command
There is an option for that, Configuration> Operation page> Main programMikhail22 wrote:Also please consider making the default selection
of filename *without* extension, since I believe this is the
most frequently needed option.
group> Select only the file name when renaming (not the extension)
Press F6 while renaming toggle selection between name+ext and name onlyMikhail22 wrote:To select whole name, one can tip Ctrl-A once again,
so this scenario will be covered.