right-click context menu on list hooking to external text diff tool
- Posts: 2
- Joined: 25 Jun 2003
After I found this tool, I started to use it and in general it is great! However, once and again I get into a state where I accidentally modified the same code files on two different machines and when I see an unanticipated copy direction, it would be great to be able to right-click on an item in the "to synchronize" list and choose "Compare..." which can be configured to send both copies to WinMerge or even WinDiff as one does in TortoiseSVN.
- Posts: 85
- Joined: 28 Aug 2012
Tools > Options > customize context menu:
Enter a new command line:
"..\WinMerge\WinMergeU.exe" "%item_path%" "%item2_path%"
From the help menu:
The first entry is executed when double-clicking a row on main grid or pressing ENTER while all other entries can be accessed via the context menu shown after a right mouse click.
Enter a new command line:
"..\WinMerge\WinMergeU.exe" "%item_path%" "%item2_path%"
From the help menu:
The first entry is executed when double-clicking a row on main grid or pressing ENTER while all other entries can be accessed via the context menu shown after a right mouse click.
- Posts: 2
- Joined: 25 Jun 2003
Crap! I missed that! Thank you!!!!