[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Inserting nodes in a compartment

Hello,

I am tying to insert nodes in a compartment at a specific place.
I implemented the Add children recipe (http://wiki.eclipse.org/GMF/Recipes) on a small test editor. In this editor I can add 'Attributes' to 'Elements'.


Adding the Attributes at a specific place in the commpartment of an Element works perfectly but when I save the diagram and have a look at the model file the added Attributes are still appended at the end.

It seems that the CompartmentChildCreateCommand works only on the notational model but not on the semantic model.

Did I forget something? It seems that nobody else is having this problem.

I would realy appreciate some help in this because I'am still far from GMF guru..

Marcel