[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.pde] Re: Selecting a perspective for my plugin?
|
Hi,
this depends a bit what you are doing.
For views you decide based on extension point perspectiveExtension. For
an example see here:
http://www.vogella.de/articles/RichClientPlatform/article.html#views
For commands it depends to which part you add the visible part of the
commands. For more examples see here:
http://www.vogella.de/articles/EclipseCommands/article.html
Best regards, Lars
--
http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials
http://www.twitter.com/vogella - vogella on Twitter
klm wrote:
I have made a basic plugin based on the "Hello World, Command" template
project.
But how do I implement that it should only be visible in a certain
perspective (eg. only when the Java perspective is active)?