[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] multiple org.eclipse.emf.edit.itemProviderAdapterFactories extension points
|
Hi,
I'm building an application that has two EMF models. So, each of them is contributing one org.eclipse.emf.edit.itemProviderAdapterFactories extension point via its .edit package.
One of the models also has a GMF generated diagram. If I only have the EMF plugins related to the GMF diagram in my run config, everything works fine. When I add the second EMF set of plugins (and the additional org.eclipse.emf.edit.itemProviderAdapterFactories extension), I don't get the property sheet anymore when I click on shapes in my diagram. The EMF editors for both models work fine together, it's just the diagram editor for one of the models that gets confused. The wrong PropertySource object for the property sheet gets called when I click on diagram shapes, instead of perhaps both getting called.
Any ideas?
Thanks,
Calin