| [news.eclipse.platform.rcp] Re: new Action ? |
Nick
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