[TC10.50rc4] TOTALCMD.INC correction and some suggestions

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

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
white
Power Member
Power Member
Posts: 4594
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

[TC10.50rc4] TOTALCMD.INC correction and some suggestions

Post by *white »

TOTALCMD.INC wrote: cm_DirTabsConfig=488;Conf: Directory tabs
It's called "Folder Tabs", not "Directory tabs".
TOTALCMD.INC wrote: cm_FtpConfig=489;FTP options
All other commands that open a Configuration/Options category have prefix "Conf:".
I suggest to change "FTP options" into "Conf: FTP".
Furthermore I suggest to replace all instances of "Conf:" with the full text "Configuration:". This make the descriptions more clear in the command browser.
HISTORY.TXT wrote: 12.03.14 Added: New internal command OPENLANGUAGEFILE WCMD_xyz.LNG to open specific LNG/MNU file pair from "language" subdir. Leave out parameter for internal language. Will not be added to .inc (32/64)
"Will not be added to .inc" has proven to be untrue. Perhaps you want to remove it (or perhaps not).
User avatar
white
Power Member
Power Member
Posts: 4594
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC10.50rc4] TOTALCMD.INC correction and some suggestions

Post by *white »

In the following lines from TOTALCMD.INC spaces are used to align texts:

Code: Select all

[________Custom Column Views_________]=0
...
cm_SrcNextCustomView=5501;  Source: Next custom view
cm_SrcPrevCustomView=5502;  Source: Previous custom view
cm_TrgNextCustomView=5503;  Target: Next custom view
cm_TrgPrevCustomView=5504;  Target: Previous custom view
cm_LeftNextCustomView=5505; Left:   Next custom view
cm_LeftPrevCustomView=5506; Left:   Previous custom view
cm_RightNextCustomView=5507;Right:  Next custom view
cm_RightPrevCustomView=5508;Right:  Previous custom view
The command browser normally doesn't use a monospaced font to display them so the texts are not correctly aligned there. Alignment also doesn't make sense there because you can filter commands.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC10.50rc4] TOTALCMD.INC correction and some suggestions

Post by *ghisler(Author) »

I will add this to my to do list for a future version. I don't want to change such an important file at this time, sorry.
Author of Total Commander
https://www.ghisler.com
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC10.50rc4] TOTALCMD.INC correction and some suggestions

Post by *ghisler(Author) »

This should be fixed in TC 10.51 RC1, please check whether I missed anything.
Author of Total Commander
https://www.ghisler.com
User avatar
white
Power Member
Power Member
Posts: 4594
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC10.50rc4] TOTALCMD.INC correction and some suggestions

Post by *white »

Tested OK using TC10.51rc1.

Moderator message from: white » 2022-08-11, 18:23 UTC

Moved to Fixed bugs.
Post Reply