Eclipse plugin development for Eclipse
- by Raven
Hi,
how do I start to develop a plugin for Eclipse? I need a tool which isn't out there yet for my further development... so my main concerns are:
-How to add a perspective?
-How to add menu items?
-How to add a view into the "Show Views" menu?
-How to add to the preference pane?
-How do I get information, like
* where is the workspace?
*…