Diff shell extension News
Brought to you by:
serg_z
I'm happy to announce new release of diff-ext Windows shell extension.
This version adds more flexibility to diff command line configuration as well as more pesonalization.
The flexibility does not come for free though. The command line configuration syntax has been changed. Now diff-ext expects file placeholders (%1 %2 %3) in the diff command line.
For example, if You plan to use kdiff3 as diff toll, Your "compare" and "3 way comapre" commands should look like:
'"kdiff3.exe" "%1" "%2"'
'"kdiff3.exe" "%1" "%2" "%3"'