Comparing two files -> add "external comparer" button in window

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
wanderer
Power Member
Power Member
Posts: 1640
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Comparing two files -> add "external comparer" button in window

Post by *wanderer »

When comparing two files (i'm mainly talking about code or sql), most of the time TC does adequate to pretty good job. There are some cases where a more advanced tool may be needed. Many times you understand that after having scrolled down several pages (after which TC may have lost sync between the two files). It would be nice if the "compare contents" window had a button i.e. in its upper-right corner to open the two selected files in an external compare program.

Yup, i know it could be done with a toolbar button, etc, but if you have opened several "compare" windows, you have to find and re-select the two files in question and press that button in order to compare them in an external tool. Having a button inside the "compare contents" window would be more direct and convenient. Additionally an INI parameter should exist which would contain the external comparer full path and two indicators (i.e. %L, %R) which would be replaced by TC with the two files to compare.

Example:
EXTERNAL_COMPARER="C:\Program Files\Cmp\cmp.exe" "%L" "%R"

or (if required)

EXTERNAL_COMPARER="C:\Program Files\Cmp\cmp.exe"
EXTERNAL_COMPARER_CMDLN_PARAMS="%L" "%R"
- Wanderer -

¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
User avatar
Galizza
Member
Member
Posts: 199
Joined: 2018-09-07, 05:21 UTC

Re: Comparing two files -> add "external comparer" button in window

Post by *Galizza »

Support+
Post Reply