Community
Participate
Working Groups
Build Identifier: 20110204-0611 Embedded editors have been developed with Xtext 1.0. They should migrate to 2.0. Reproducible: Always
Created attachment 189077 [details] Patch for org.eclipse.xtext.gmf.glue
Created attachment 189079 [details] Patch for embedded xtext editors Following plug-ins are concerned: - oep.collaborationuse.editor.xtext - oep.collaborationuse.editor.xtext.ui - oep.common.editor.xtext - oep.common.editor.xtext.ui - oep.connectionpontreference.editor.xtext - oep.connectionpontreference.editor.xtext.ui - oep.message.editor.xtext - oep.message.editor.xtext.ui - oep.parameter.editor.xtext - oep.parameter.editor.xtext.ui - oep.property.editor.xtext - oep.property.editor.xtext.ui - oep.state.editor.xtext - oep.state.editor.xtext.ui - oep.transition.editor.xtext - oep.transition.editor.xtext.ui
Patch applied in r4050.
Created attachment 191404 [details] Patch for org.eclipse.xtext.gmf.glue In Xtext 2.0 M6, the class XtextResourceProvider has changed. The glue has been modified to take these changes into account (in the Class SyntheticResourceProvider, a Provider<XtextResource> is directly injected instead of a IResourceProvider).
patch applied in the revision 4356
fixed with previous patch