[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Proxy for org.eclipse.ui.editors extension point?
|
Thanks Daniel. Could you explain further?
I didn't see that the org.eclipse.ui.editors extension point had
qualification mechanisms such as enablement, visibility, or filters.
How would I qualify each editor?
My original thinking was that I set the org.eclipse.ui.editors class to
a proxy which queries the project property and instaniates the
appropriate MultiPageEditorPart.
-Chris
Daniel Megert wrote:
Trey Anastasio wrote:
Hi. I have two versions of an editor. Each editor resides in a
separate bundle. Based on a project property, I'd like to load one
editor or the other.
Any suggestions?
Give each editor a different editor ID and let the property define the
editor ID.
Dani
Thanks.
-Chris