Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Re: Edit, Cut, Copy
Re: Edit, Cut, Copy [message #484142] Fri, 04 September 2009 08:39
Eclipse UserFriend
Kevin Pollet schrieb:
> Hi,
>
> I have an eclipse application. I want to put the default eclipse command
> in it. For example for the copy menu I have extented the
> org.eclipse.ui.menus anp put a command with id org.eclipse.ui.edit.copy.
>
> My problem is that menu is already active why ?
>
> Best regards,
> Kevin

because copy-command only needs some control to be in Focus.. and then
calls the copy handler which uses the execution event to find the
control with focus and then calls copy() on that control.

So why shouldn't it be active?
Previous Topic:How to set the default location in New Wizard for GMF plug-in
Next Topic:3.5 RCP Export Do We have a Bug?
Goto Forum:
  


Current Time: Fri Jun 13 23:11:48 EDT 2025

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

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

Back to the top