[Implemented] Change of descriptions in totalcmd.inc and wcmd_eng.inc

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

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

[Implemented] Change of descriptions in totalcmd.inc and wcmd_eng.inc

Post by *petermad »

I suggest the following changes in totalcmd.inc:

Code: Select all

OPENTABS <filename>=-3;Open tabs from saved .tab file
APPENDTABS <filename>=-4;Append tabs to existing tabs
to:

Code: Select all

OPENTABS <filename>=-3;Open tabs from saved .tab file (supports modifiers L and R)
APPENDTABS <filename>=-4;Append tabs to existing tabs (supports modifiers L and R)

And accordingly these changes in wcmd_eng.inc:

Code: Select all

-3="Open tabs from saved .tab file"
-4="Append tabs to existing tabs"
to:

Code: Select all

-3="Open tabs from saved .tab file (supports modifiers L and R)"
-4="Append tabs to existing tabs (supports modifiers L and R)"
The only other way for the user to know about these modifiers is to scrutinize the history.txt file.

See also https://www.ghisler.ch/board/viewtopic.php?p=388305#p388305
Last edited by petermad on 2021-05-29, 18:48 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
petermad
Power Member
Power Member
Posts: 14741
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Change of descriptions in totalcmd.inc and wcmd_eng.inc

Post by *petermad »

Bump*

And adding suggesting these changes too:

Code: Select all

SELECTFILES <*.ext *.ex2>=-11;Select files of specified types
to

Code: Select all

SELECTFILES <*.ext *.ex2>=-11;Select files of specified types (supports modifiers D, B, U, L, R, T and S)

and changing this:

Code: Select all

SAVEDETAILS <filename>=-23;Save selection with all details to file (supports modifiers A and W)
to

Code: Select all

SAVEDETAILS <filename>=-23;Save selection with all details to file (supports modifiers A, W and H)

and adding this:

Code: Select all

ZIPFROMLIST <archive name>=-26;Pack files from list (supports parameters -m, -o, -c0-3 and 0-9)
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply