[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: org.eclipse.ui.edit.copy NotHandledException

Paul Webster wrote:
Stewart Francis wrote on Fri, 11 September 2009 09:44
Is this a 3.4.2 bug? Is there a workaround?


See the discussion in http://www.eclipse.org/forums/index.php?t=msg&th=153761

In 3.4.x only part of the ActionFactory actions were converted to commands. Any ActionFactory actions that return RetargetActions need to be replaced with CommandContributionItems.

PW


Thanks for the response Paul. I incorrectly indicated in my original post that I was using the copy action in my application. I'm actually using the org.eclipse.ui.edit.copy command (adding the command using the org.eclipse.ui.menus extension point). I tried out the solution you posted in the linked thread but got exactly the same result. I'm guessing these are two ways of achieving the same thing?


Stew