Page 1 of 1

[TC 11.00b6] Changes to totalcmd.inc

Posted: 2023-06-14, 14:30 UTC
by petermad
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

Re: [TC 11.00b6] Changes to totalcmd.inc

Posted: 2023-06-14, 15:41 UTC
by ghisler(Author)
I don't think that it's necessary to mention this, so for now I will move this thread to suggestions.