Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Actions problem
Actions problem [message #27663] Tue, 06 May 2003 03:25 Go to next message
Eclipse UserFriend
Originally posted by: chronos.k.ro

Hi all,

I made a simple plug-in that has an action that does something... The
action has an accelerator (key shortcut) and a menu item into a menu
group. The plug-in works using the key shortcut. But, if I don't provide
the action with a menu item into a menu group, the plug-in doesn't work
anymore, although I still have the key shortcut. It seems like I can't use
the key shortcut if the action doesn't have a GUI (menu item into a menu
group in this case). Could someone tell me why this is happening?

Thanks
Re: Actions problem [message #28535 is a reply to message #27663] Tue, 06 May 2003 18:29 Go to previous message
Eclipse UserFriend
Originally posted by: lynne_kues.oti.com

Keyboard shortcuts are specifically designed to work with menu items, so you
must associate the shortcut with a menu item.

"chronos" <chronos@k.ro> wrote in message news:b97o16$l3f$1@rogue.oti.com...
> Hi all,
>
> I made a simple plug-in that has an action that does something... The
> action has an accelerator (key shortcut) and a menu item into a menu
> group. The plug-in works using the key shortcut. But, if I don't provide
> the action with a menu item into a menu group, the plug-in doesn't work
> anymore, although I still have the key shortcut. It seems like I can't use
> the key shortcut if the action doesn't have a GUI (menu item into a menu
> group in this case). Could someone tell me why this is happening?
>
> Thanks
>
Previous Topic:Can't get the Output from IProcess
Next Topic:Debugger does not work
Goto Forum:
  


Current Time: Sat Oct 18 16:12:58 EDT 2025

Powered by FUDForum. Page generated in 0.05531 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top