Documentation for Tabstops seems wrong

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

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Dalai
Power Member
Power Member
Posts: 9943
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Documentation for Tabstops seems wrong

Post by *Dalai »

Hi there.

While updating TC for WinPE and changing various settings something caught my eye. The documentation for Tabstops says

Code: Select all

Tabstops=104,109,158,58,374,93
Tab positions: size, date/time, attributes, extension, comment, window width, size minus extension (only when extension was shown directly after file name)
suggesting that the sixth number - 93 in this case - refers to the window width. Let's take this to the test and insert this line into a clean wincmd.ini. I used the section of the current display resolution, 1024x768 for the VM I'm using to test the WinPE.

wincmd.ini:

Code: Select all

[Configuration]
UseIniInProgramDir=7

[1024x768 (8x16)]
Tabstops=104,109,158,58,374,93
  1. Start TC
  2. Go to Options > Tabstops
  3. The value for "Comments (fixed)" should be 93. Change it to 103 and confirm with OK
  4. Check the value of Tabstops key in wincmd.ini. The sixth number will be that 103.
  5. Make TC window half as wide and select Configuration > Save Settings.
  6. Check the fixth and sixth value of Tabstops key. The former will change, but the latter will not.
If I'm not missing anything important, it looks like the explanation should be like this (window width and comments swapped):

Code: Select all

Tab positions: size, date/time, attributes, extension, window width, comments, size minus extension (only when extension was shown directly after file name)
I also changed "comment" into "comments" since it's always plural in the GUI.

This error is present since TC 10.0's help began to elaborate more on the Tabstops setting.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50386
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Documentation for Tabstops seems wrong

Post by *ghisler(Author) »

You are right, "window width" and "comments" should be reversed.
Author of Total Commander
https://www.ghisler.com
User avatar
Dalai
Power Member
Power Member
Posts: 9943
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: Documentation for Tabstops seems wrong

Post by *Dalai »

Fixed in 11.50 beta7 (English and German). Thanks.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
white
Power Member
Power Member
Posts: 5743
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Documentation for Tabstops seems wrong

Post by *white »

Moderator message from: white » 2024-11-20, 16:01 UTC

Moved topic
» from TC11.x bug reports (English) to TC Fixed bugs
Post Reply