Hello,

I am trying to create my own VCS implementation for IDEA.

I have basic implementations of
ProjectComponent
AbstractVcs
AbstractVcsCapabilities

The ProjectComponent class is being loaded alright etc. So far so good.


But, I have one major question. How do I use/register my VCS implementation?


If i retrieve an instance of VcsManager upon project opening I can see that
there are no vcss at all. If i call

"vcsManager.setActiveVcs(myVcs);"

all that happens is that start() and getName() is called on the myVcs
object.


I can't see any changes in IDEA at all with my plugin loaded. I expected the
"VCS Support" node in Project Properties to have my vcs as item in the drop
down box, or something, some new menues when right-clicking file nodes, etc.


Nothing indicates that my vcs is in use.


So, how do I use my VCS implementation?




Regards, Andreas

BEGIN:VCARD
VERSION:2.1
N:Sj�stedt;Andreas
FN:Andreas Sj�stedt
ORG:Fyrplus AB
TITLE:Software Designer
TEL;WORK;VOICE:+46 (0) 54 29 10 53
TEL;CELL;VOICE:+46 (0) 730 39 10 53
TEL;WORK;FAX:+46 (0) 54 15 01 17
ADR;WORK:;;V�xn�sgatan 10;Karlstad;;653 40;Sweden
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:V=E5xn=E4sgatan 10=0D=0AKarlstad 653 40=0D=0ASweden
URL;WORK:http://www.fyrplus.se
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20020312T154151Z
END:VCARD

Reply via email to