How do I limit the visibility of an Eclipse command in menus and the toolbar to just one perspective? It is currently showing up in all perspectives, but it only makes sense to have it around when working in this particular perspective. It seems like this could be done with "contexts", but I was wondering if there was something simpler.
Asked
Active
Viewed 221 times
1
-
Is this Eclipse command a command you're contributing to Eclipse through a plug-in, or is this Eclipse command a standard Eclipse command? – Gilbert Le Blanc Jun 08 '10 at 04:37
-
It's a command I'm contributing. – Tom Crockett Jun 08 '10 at 04:50
-
http://stackoverflow.com/questions/2732243/removing-a-view-from-eclipse-window-show-views/2732306#2732306 might help – VonC Jun 08 '10 at 05:38