Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Team menu cluttered
Team menu cluttered [message #777441] Tue, 10 January 2012 14:19
Mikael Petterson is currently offline Mikael PettersonFriend
Messages: 158
Registered: July 2009
Senior Member
Hi,


I am developing an open source Eclipse clearcase plugin.
People work with different vcs in the same workspace like cvs, svn and clearcase ...
And a point I got was from a svn user that got his Team menu cluttered with clearcase command when working with svn repos.

I have read the article about it:

http://www.eclipse.o​rg/articles/article.​php?file=Article-act​ion-contribution/ind​ex.html

that recommended this:

http://www.eclipse.o​rg/articles/using-pe​rspectives/Perspecti​veArticle.html#Exten​d%20an%20Existing%20​Perspective

So I already have an actionSet with id="net.sourceforge.​eclipseccase.ui.acti​onset" and I tried to extend perspective:
<extension point="org.eclipse.u​i.perspectiveExtensi​ons">
          <perspectiveExtension targetID="net.source​forge.eclipseccase.u​i.perspective.ClearC​ase">
               <actionSet id="net.sourceforge.​eclipseccase.ui.acti​onset"/>
          </perspectiveExtension>
    </extension>

But when I select a svn project I still have my clearcase options in the menu and it does not look nice since it's cluttering for users.

What am I missing to have my actionset for clearcase in only for clearcase repos?

All hints are very much appreciated.

br,

//mike


Attachment 1: clutter picture
Attachment 2: plugin.xml
Previous Topic:LanguageBug on non english systems.
Next Topic:Two different text editors for single file?
Goto Forum:
  


Current Time: Tue Apr 23 11:40:10 GMT 2024

Powered by FUDForum. Page generated in 0.02771 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top