in order to use KDiff tool like external diff tool, it be useful to have a new enviroment variable to compare two last active document.
Now we have FULL_CURRENT_PATH that points to last active document.
I suggest to introduce a FULL_PENULTIMATE_CURRENT_PATH that points to the penultimate active document in order to define a user defined command like this:
Hi,
in order to use KDiff tool like external diff tool, it be useful to have a new enviroment variable to compare two last active document.
Now we have FULL_CURRENT_PATH that points to last active document.
I suggest to introduce a FULL_PENULTIMATE_CURRENT_PATH that points to the penultimate active document in order to define a user defined command like this:
<Command name="Kdiff" Ctrl="yes" Alt="no" Shift="no" Key="68">C:\Programmi\KDiff3\kdiff3.exe "$(FULL_CURRENT_PATH)" "$(FULL_PENULTIMATE_CURRENT_PATH)"</Command>
Thanks,
Rudi.
I'll consider it.
In the meantime, try out Compare plugin :
https://sourceforge.net/project/showfiles.php?group_id=189927&package_id=244011&release_id=557818
It's quite good.
Don
Or the active documents of both multi-views, instead of only _the_ active one?