[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: HowTo: Editor --> Perspective

Daniel wrote:

But what must i do to call an editor from a menu, if said editor is extended from the class org.eclipse.ui.part.EditorPart ??¿¿???



Create an actionSet that contributes to a menu, then check out an example like org.eclipse.ui.actions.OpenFileAction


Later,
PW