[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: new Action ?

In addition to the "Contributing Actions to the Eclipse Workbench" article, check out the plug-in doc at:
Help > Help Contents > Platform Plug-in Developer Guide > Programmer's Guide > Plugging into the workbench > Basic workbench extension points > org.eclipse.ui.actionSets.


Nick

CL [dnoyeb] Gilbert wrote:
Henrik Skovgaard wrote:

Maybe a stupid question, but what are the things I have to do when I want to make my own action and link to it from a menu?

:-)


Try reading the articles on the eclipse website. There are so many ways to do actions that one can not begin here. An action is really as simple as implementing IAction. Its called/associated by its ID. but its more complicated...


CL