Two problems about TC 6.5

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Raymond
Senior Member
Senior Member
Posts: 454
Joined: 2003-02-08, 15:43 UTC

Two problems about TC 6.5

Post by *Raymond »

First of all, thanks Christian for TC 6.5! It's always big day of TC fans when new version comes. :D

Then I gonna say:

1. history.txt says:
05.12.04 Added: Correctly truncate file extension also in Show - Brief with BriefViewWidthLimit= set
What this setting for?

2. The new version seems fix the problem I mentioned here ONLY when I press Shift+F6 the first time.
According to history.txt
06.07.04 Added: Pressing F6 (or Shift+F6) in the inplace rename field will select just the name/the name+ext
When press F6 (or Shift+F6) more than once, this problem happens again and the cursor doesn't locate as it should be anymore.

My system is win2kpro+sp3.


Edit:
Here comes another question:
I found this new setting in [Configuration] section of wincmd.ini:
pluginbasedir=D:\Totalcmd\wlx\
I bet it's for plugin auto install and change it as following:
pluginbasedir=D:\Totalcmd\
After I played around with some wdx plugins for a while it changed as:
pluginbasedir=D:\Totalcmd\w\
A little confused...I can't find explanation of this setting in help or history files.
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

1.
TC Help section 4 b) wrote:BriefViewWidthLimit= Sets a maximum width limit (in pixels) for a column in brief view
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Raymond
Senior Member
Senior Member
Posts: 454
Joined: 2003-02-08, 15:43 UTC

Post by *Raymond »

To Haker
I already read that, but can't understand.
I've tried with such as
BriefViewWidthLimit=100
BriefViewWidthLimit=320
or without it at all, I can't tell any difference in Brief View.

Under what situation should we use this setting?
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Under what situation should we use this setting?
When you use brief view and have a filename whose length is longer than the panel width, then all other filenames, no matter how short they are, will take up the whole panel width. Just because of that one long filename.

Example:

Code: Select all

a            txt
b            txt
longfilename txt
c            txt
d            txt
e            txt
f            txt
g            txt
If you set a reasonable BriefViewWidthLimit then you can get something like this:

Code: Select all

a     txt  d     txt
b     txt  e     txt
long..txt  f     txt
c     txt  g     txt
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Raymond
Senior Member
Senior Member
Posts: 454
Joined: 2003-02-08, 15:43 UTC

Post by *Raymond »

Got it, thx!
Post Reply