I have a menu item on the popup-menu that "Activate Plugin". Is it possible to make this Action to add new menu items in the pop-up menu? Please point me in the right direction.
Usual approach to achieve this behavior is to create menu items in
advance and hide/show them later.
If you have used term "action", I assume you use actions that are de
facto deprecated for many last Eclipse releases. Have a look at Eclipse
Commands Framework.
Libor
On 09/07/2012 06:04 PM, Mikael Petterson wrote:
> Hi,
>
> I have a menu item on the popup-menu that "Activate Plugin". Is it
> possible to make this Action to add new menu items in the pop-up menu?
> Please point me in the right direction.
>
> br,
>
> //mike