jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

Can ShowItem use p4v.exe instead of p4win.exe? #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click ShowItem on the Solution Explorer.
2.
3.

What is the expected output? What do you see instead?
The ablility to configure the which Perforce client to use to showItem in depot

What version of the product are you using? On what operating system?
NiftyPerforce-1.2.2.msi

Please provide any additional information below.

Original issue reported on code.google.com by unitnor...@gmail.com on 14 Oct 2010 at 2:43

GoogleCodeExporter commented 9 years ago
I guess there is a way to do it in p4v as well, the only reason why it's p4win 
only is because I only use p4win myself. Hate p4v with a passion. So it never 
really became a need for me to implement this... I'll leave it here and see if 
I can do something next time around with the configurations...

Original comment by jim.tila...@gmail.com on 14 Oct 2010 at 6:44

GoogleCodeExporter commented 9 years ago
Issue 59 has been merged into this issue.

Original comment by jim.tila...@gmail.com on 5 Nov 2010 at 6:48

GoogleCodeExporter commented 9 years ago
Tip from Ben:

Dear All, 
I believe you can show an item using p4v instead of p4win : 
p4v.exe -cmd "open //somepath/somefile.cpp" 
this will open p4v and select an item in the depot tree view 
Regards 
Ben

Original comment by jim.tila...@gmail.com on 5 Nov 2010 at 6:29

GoogleCodeExporter commented 9 years ago
I added a new configuration option to prefer p4v instead of p4win. It's in the 
code as of r111.

Original comment by jim.tila...@gmail.com on 26 Mar 2011 at 6:55