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)
wincmd.ini:
Code: Select all
[Configuration]
UseIniInProgramDir=7
[1024x768 (8x16)]
Tabstops=104,109,158,58,374,93
- Start TC
- Go to Options > Tabstops
- The value for "Comments (fixed)" should be 93. Change it to 103 and confirm with OK
- Check the value of Tabstops key in wincmd.ini. The sixth number will be that 103.
- Make TC window half as wide and select Configuration > Save Settings.
- Check the fixth and sixth value of Tabstops key. The former will change, but the latter will not.
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)
This error is present since TC 10.0's help began to elaborate more on the Tabstops setting.