[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?

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