[TC 11.00b6] Changes to totalcmd.inc
Posted: 2023-06-14, 14:30 UTC
I recently realized that these commands:
cm_SelectCurrentExtension
cm_SelectCurrentName
cm_SelectCurrentNameExt
are all influenced by the setting of "Configuration" -> "Options..." -> "Operation" -> "Selection with (Num + )".
so I suggest to change these 3 lines in totalcmd.ini
cm_SelectCurrentExtension=527;Select all files with same ext.
cm_SelectCurrentName=541;Select all files with same name
cm_SelectCurrentNameExt=543;Select all files with same name+ext
to:
cm_SelectCurrentExtension=527;Select all with same ext. (files or both, as configured)
cm_SelectCurrentName=541;Select all with same name (files or both, as configured)
cm_SelectCurrentNameExt=543;Select all with same name+ext. (files or both, as configured)
It is to late to make the equivalent changes in wcmd_eng.inc for TC 11.00, since the language files are already sent to the translators - but at least it could be made correct in totalcmd.inc
cm_SelectCurrentExtension
cm_SelectCurrentName
cm_SelectCurrentNameExt
are all influenced by the setting of "Configuration" -> "Options..." -> "Operation" -> "Selection with (Num + )".
so I suggest to change these 3 lines in totalcmd.ini
cm_SelectCurrentExtension=527;Select all files with same ext.
cm_SelectCurrentName=541;Select all files with same name
cm_SelectCurrentNameExt=543;Select all files with same name+ext
to:
cm_SelectCurrentExtension=527;Select all with same ext. (files or both, as configured)
cm_SelectCurrentName=541;Select all with same name (files or both, as configured)
cm_SelectCurrentNameExt=543;Select all with same name+ext. (files or both, as configured)
It is to late to make the equivalent changes in wcmd_eng.inc for TC 11.00, since the language files are already sent to the translators - but at least it could be made correct in totalcmd.inc