Compare by content: different tools depending on file type
Moderators: Hacker, petermad, Stefan2, white
Compare by content: different tools depending on file type
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!
- 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!
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
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?
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?
Why would you abandon the use of TC compare for text files ?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.
Its only useful for that type anyway.
Using a external tool like Beyound compare allows you to do the rest with one button.