How do I start developing a plugin for Eclipse? I need a tool that does not yet exist for my further development ... therefore my main problems:
- How to add perspective?
- How to add menu items?
- How do I add a view to the Show Views menu?
- How to add to the preferences panel?
- How to get information, for example:
- Where is the workspace located?
- What files are open in the editor?
- What projects are minimized / expanded in the representation of left-wing projects?
- .....
- What conventions (names ...) should be considered?
- How to configure update / deployment site?
Can you give me some tips, links, tutorials, etc.
Do not misunderstand me. I have been using Eclipse RCP to develop standalone applications for some time, so I am familiar with the technique, but I never started developing a plugin for Eclipse itself. Thanks.
source share