Problem with group VersionControlsGroup
Hi,
I am trying to add one more option in the Checkout from Version control
option in the File menu. The action tag that I am using is:
]]>
But this does not add my 'Test Action ' in the menu. Can someone point me
Please sign in to leave a comment.
On Tue, 31 Jan 2006 12:14:13 +0530, news.jetbrains.com wrote:
Implement com.intellij.openapi.vcs.CheckoutProvider and register it in
plugin.xml like this:
MyCheckoutProviderImpl ]]>
--
Mark Scott
mark@codebrewer.com
Hi,
That works :) Then I dont need to add the action tag, but if I have to
perform some action when I select that component then how will my component
be associated with the action?
~Priya
"Mark Scott" <intellij_news@codebrewer.com> wrote in message
news:pan.2006.01.31.09.30.51.587489@codebrewer.com...
>
>
>
>