[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
|
- From: phiferd@xxxxxxx (Dan Phifer)
- Date: Fri, 27 May 2005 17:59:34 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: not organized
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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. :)