Hello.
I need some some help getting started with the eclipse environment.
I intend to write an Eclipse front end for a set of verification tools. It
will include a perl editor and some "active" views of the underlying model
(backend). The main task of the the end users will be to model a hardware
component's structure and behavior.
First I want to decide whether to use the IDE framework or the RCP subset.
On one hand, I will need most of the standard IDE plugins (resources,
help, search...). On the other hand, I will not need <all> the IDE plugins
(team support, update manager). I also want to control the menus so I can
prevent the user from performing some actions like opening some of the
default views, or even install their own plugins.
My questions are:
- Can anyone point me to concepts I should look up in the documentation to
understand the control I have over the RCP and the IDE?
- What might be the overhead (if any) of starting off with an RCP and
later converting it to an IDE?
Thanks for your time,
ruthie