I've added to wincmd.ini:
Code: Select all
Editor=C:\Users\Karmalakas\AppData\Local\Programs\PhpStorm\bin\phpstorm64.exe "%1"
CompareTool=C:\Users\Karmalakas\AppData\Local\Programs\PhpStorm\bin\phpstorm64.exe diff "%1" "%2"
I believe TC adds the "diff" part to a file path and naturally there's no such file.File not found!
"C:\Users\Karmalakas\AppData\Local\Programs\PhpStorm\bin\phpstorm64.exe diff"
Tried having just:
Code: Select all
CompareTool=C:\Users\Karmalakas\AppData\Local\Programs\PhpStorm\bin\phpstorm64.exe diff
Runnning this from the Win+R (Run) window and it works as expected
I also tried changing quotes to isolate just:
Code: Select all
CompareTool="C:\Users\Karmalakas\AppData\Local\Programs\PhpStorm\bin\phpstorm64.exe" diff "%1" "%2"
So it seems TC isn't passing file paths if initiated this wayCommand 'diff'
Usage: phpstorm diff []