Compare by content: different tools depending on file type

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Miklmn
Junior Member
Junior Member
Posts: 4
Joined: 2014-06-21, 23:20 UTC

Compare by content: different tools depending on file type

Post by *Miklmn »

As far as I could see for files comparison TC allows either
- to use the internal compare tool or
- to specify an external compare tool by means of the "Comparetool=" option
What I miss is the possibility to specify different compare tools for different file types, e.g. TortoiseGitMerge for text files and TortoiseGitIDiff for images.

Thank you in advance!
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You can add buttonbar buttons or hotkeys for calling your custom comparers from main TC window, just add button or command like:

Code: Select all

Command=Path to compare tool
Parameters: %P%N %T%M

Code: Select all

Command=Path to compare tool
Parameters: %P%S2 %T%R2
Miklmn
Junior Member
Junior Member
Posts: 4
Joined: 2014-06-21, 23:20 UTC

Post by *Miklmn »

Thank you for a fast responce.
If I understand you correctly, the proposed solution is to add a new button (hothey) and then manually select both files that have to be compared in the main window.
What I meant, however, was the possibility to compare a pair of files that are already selected as unequal in the Sync window (preferably using a button or a context menu entry). Is this also possible?
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Only one comparer may be launched from sync too. However it may be some proxy tool that will call specific comparer depending on file type... So problem may be solved using third-party tool.
Miklmn
Junior Member
Junior Member
Posts: 4
Joined: 2014-06-21, 23:20 UTC

Post by *Miklmn »

Ok, I see.
Could you then add this request to the list of features that should be implemented in one of the next versions?
The TC comparer is a quite good tool and it's a great pity to abandon it just because of this shortcoming.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7014
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

Miklmn wrote:Ok, I see.
Could you then add this request to the list of features that should be implemented in one of the next versions?
The TC comparer is a quite good tool and it's a great pity to abandon it just because of this shortcoming.
Why would you abandon the use of TC compare for text files ?
Its only useful for that type anyway.
Using a external tool like Beyound compare allows you to do the rest with one button.
Miklmn
Junior Member
Junior Member
Posts: 4
Joined: 2014-06-21, 23:20 UTC

Post by *Miklmn »

Oh, sorry, what I actually meant was TC Sync...
I curently do not have BeyondCompare installed and would just be ok with TC Sync, TC Compare for text files and e.g. TortoiseIGitDiff for graphic files if this would work. But not I have to abandon TC Sync and e.g purchase BeyondCompare...
Nux
Junior Member
Junior Member
Posts: 40
Joined: 2009-04-19, 08:05 UTC

Post by *Nux »

Would be interested in that too.

Button is not an option for me as I need this when synchronizing directories in TC. And TortoiseIDiff.exe has different parameters.
Post Reply