Branch view multi-select passes wrong paths

Things you’d like to miss in the future...
Post Reply
prino
Posts: 337
Joined: 18 Mar 2012 21:14
Location: Vilnius, Lithuania
Contact:

Branch view multi-select passes wrong paths

Post by prino »

If I open a set of directories with backups of my old hitchhike statistic program sources in branch view, making it easier to compare versions (using WinMerge), selecting to and invoking WinMerge from the context menu results in an error telling me that the left (or right) path is wrong. It seems that XY passes the path of the clicked on file to WinMerge for both of the selected files!
Last edited by prino on 28 Oct 2019 12:46, edited 1 time in total.
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
At last, a tiny bit of programming here... :mrgreen:

admin
Site Admin
Posts: 60558
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Branch view multi-select passes wrong paths

Post by admin »

The shell context menu does not support items from different locations.

But here is a cool workaround. Define a portable file association like this and you have a quick way to compare 2 selected files, much quicker than via context menu:

Code: Select all

|"WinMerge two selected files" *;\>"C:\Program Files (x86)\WinMerge\WinMergeU.exe" "<item1>" "<item2>"

Post Reply