[ANN] Perforce plugin 0.4
http://www.intellij.org/twiki/bin/view/Main/PerforcePlugin
No big changes, just started understanding the code.
The diff now shows and diffs any previous versions (now supports
branching in the diff action).
r.
P.S. Dash, I will try to look at immediate renaming and a few other things
through Christmas. Not sure, yet, I still may need your help.
Please sign in to leave a comment.
I have installed this version on windows 2000 and Idea 3.01, it's great but I have 2 issues:
- it is slower than an external tool integration calling the p4 command line program for same operations
- it messes up the code style options, when I go to 'Tools/IDE Settings' and click on the 'Code Style' icon, nothing happens I don't get the code style panel. Everything works fine if I remove the p4 plugin. I tested it with p4 plugin being the only plugin loaded.
Thanks for your help,
Gael
line program for same operations
unfortunately yes. as it does lot more than what the p4 external tool
does. will try make the simple operations as fast as the external tool.
and click on the 'Code Style' icon, nothing happens I don't get the code
style panel. Everything works fine if I remove the p4 plugin. I tested it
with p4 plugin being the only plugin loaded.
This is wierd. can you check your log file to see if there are any
exceptoins thrown.
-Dash.