[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Extending a View from another plug-in

In case anyone else has the same problem, I found the solution.

In the second plug-in I created, somehow the Class field on the Overview page in the plug-in editor was pointing to the View1 class, and not the class that extended AbstractUIPlugin.

So, 10 hours later ... I have an editor. :)