I do have an already existing XText grammr to which corresponds an ECORE meta-model and I am developing a Graphiti editor for it. Now I'd like to drag and drop elements from a model, instance of this meta-model, to the Graphiti editor. The problem is that I'd like the XText outline to be active at the same time of the Graphiti editor. What instead happens is that the when I select the Graphiti editor I get an empty outline.
Michael Wenz Messages: 1275 Registered: July 2009 Location: Walldorf, Germany
Senior Member
Andrea,
the examples.common plugin implements an exemplary outline. See packages
org.eclipse.graphiti.examples.common.outline and
org.eclipse.graphiti.examples.common.outline.tree.
This should give you an idea how to activate the outline page you want to
see.