| Substitute for action sets [message #918646] |
Fri, 21 September 2012 03:48  |
Daniel Krügler Messages: 853 Registered: July 2009 |
Senior Member |
|
|
We have several RCP clients based on Eclipse 3 architecture sharing a
big number of common components. On the other hand the pressure
increases to switch to an e4 architecture, because the future of e3 is
uncertain. Needless to say that during that time you have to live with
the so-called mixed mode, so I'm trying to convert as much code that is
deprecated in e4 already now but needs to run on an e3 RCP application.
The only relevant deprecation I noticed are some actions provided by the
several action-related extension points and it is mostly little work to
replace these by corresponding commands.
Now we have some usage of the org.eclipse.ui.perspectiveExtensions
extension point that refers to *action sets* and I wonder whether there
exists a recommended strategy to replace these, because (naturally) the
extension point org.eclipse.ui.actionSets is deprecated, too. To my
knowledge there does not exist any such replacement form for commands.
Any hints are appreciated!
Thanks & Greetings from Bremen,
Daniel Krügler
|
|
|