Solved [9.0ß1] missing commands in totalcmd.inc

Bug reports will be moved here when the described bug has been fixed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Solved [9.0ß1] missing commands in totalcmd.inc

Post by *petermad »

650
333
CM_SWITCHDRIVE
CM_LEFTSWITCHTOTHISCUSTOMVIEW
CM_RIGHTSWITCHTOTHISCUSTOMVIEW
CM_SEARCHFORINCURDIR
Last edited by petermad on 2021-05-30, 15:46 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50549
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I removed CM_SWITCHDRIVE, it's not meant to be used by the end user. Changed these 3 instead:
CM_SRCOPENDRIVES
CM_LEFTOPENDRIVES
CM_RIGHTOPENDRIVES

They now accept a drive letter, e.g. C, or a numeric character code (A=65, B=66, C=67 etc).

333 isn't meant to be public.
cm_CheckForUpdates=650 was added.

The last 3 have been added too to beta 2.
Author of Total Commander
https://www.ghisler.com
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

M_LEFTSWITCHTOTHISCUSTOMVIEW
CM_RIGHTSWITCHTOTHISCUSTOMVIEW
CM_SEARCHFORINCURDIR
CM_SRCOPENDRIVES
CM_LEFTOPENDRIVES
CM_RIGHTOPENDRIVES

All confirmed working i beta1
333 isn't meant to be public.
Why - it is used in the menu file:

Code: Select all

MENUITEM "Custom View Modes", 333
Actually - not only do we need 333 but we also need the two equivalent commands 133 and 233 for use in menus with Left and Right "Show" items - Please!
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

new commands cm_SrcViewModeList, cm_LeftViewModeList, cm_RightViewModeList added

So confirmed fixed in TC9b3 :-) Thanks
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50549
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Actually I have added code to show the submenu when you use these commands in command line, button bar, or starter menu!
Author of Total Commander
https://www.ghisler.com
User avatar
petermad
Power Member
Power Member
Posts: 16032
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

ghisler(Author) wrote:Actually I have added code to show the submenu when you use these commands in command line, button bar, or starter menu!
Great!
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply