Please add a support for Perforce or a general API that will allow others to
add
support for Perforce and other version control systems..
Some of IDEA refactoring features such as class rename or move are very
difficult to use
without a better support since Perforce need to be informed manually that
the
new class is actually a new version of the old one ('p4 integrate' command)
(a
simple delete and add file will break the history relation between the
files).
The general API can be a Java API with a user provided implementation or
similar
to the exiting External Tools facility where a user provided program is
called
with the necessary information about the operation done by IDEA. For
example, the class
rename will call something like
'myCommand classRename aa/bb/cc.java aa/bb/dd.java'
or something along these lines.
Thanks,
Tal
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features