Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Re: Edit, Cut, Copy
Re: Edit, Cut, Copy [message #484142] Fri, 04 September 2009 12:39
Christian is currently offline ChristianFriend
Messages: 72
Registered: July 2009
Member
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: Sat Jan 25 10:30:05 GMT 2025

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

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

Back to the top