Page 1 of 1

file comparing

Posted: 2010-09-05, 20:55 UTC
by uffe_K
When comparing files with TAB's, the TAB's are expanded to an awful lot of spaces. 8 I think I can count.

Can this be reduced to something sensible like 2?

My text ends to the far right - off the screen.

Posted: 2010-09-05, 21:13 UTC
by HolgerK
wincmd.ini wrote:[Lister]
TabWidth=2
HTH
Holger

Posted: 2010-09-05, 21:31 UTC
by uffe_K
Yes, that works for the file comparing utility.

I can see it also works for the internal viewer. But I use the external viewer in order to be able to use F3 for all sorts of file viewing.

Pressing F3 for internal viewer and Alt+F3 for external viewing would never work - I'm too used to hitting F3.

Any suggestions?

Posted: 2010-09-05, 21:42 UTC
by HolgerK
Sorry, there are no separate settings for Viewer and File-Compare (normally files compared in text mode are also files viewed in internal viewer).
But you can split the file compare window vertical instead of the normal horizontal split (Button right next to the [undo] button).

Regards
Holger

Posted: 2010-09-05, 21:47 UTC
by uffe_K
I am not looking for seperate settings. Just having the external viewer use the same settings too.

The FC utility looks OK now.

Posted: 2010-09-05, 22:00 UTC
by HolgerK
That depends on the implementation of the external viewer.
I guess every good text viewer has a similar setting.

Regards
Holger

Posted: 2010-09-05, 22:05 UTC
by uffe_K
I'm using TC's own viewer:
http://www.ghisler.com/lister/

Not some random viewer.

Posted: 2010-09-05, 22:29 UTC
by HolgerK
Configure the external viewer as:

Code: Select all

%COMMANDER_PATH%\TOTALCMD.EXE /S=L
This way you always use the latest release of TC's Lister :wink:

Regards
Holger

Posted: 2010-09-05, 22:48 UTC
by uffe_K
Thanks, now it works