TC v11.03 64 bit (2024-02-21)
I've added to wincmd.ini:Editor works just fine, but the diff gives me:
Tried having just:But same error
Runnning this from the Win+R (Run) window and it works as expected
I also tried changing quotes to isolate just:But the in PhpStorm I get:
I've added to wincmd.ini:
Code:
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:
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:
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 []
Statistics: Posted by Karmalakas — 2024-12-07, 14:17 UTC