[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] MGF/Recipes: Add Children

Hello,

I implemented the Add children recipe (http://wiki.eclipse.org/GMF/Recipes) together with the reorder recipe.
My meta model is org.eclipse.uml2.uml, My editor must edit interfaces classes and their properties.


The reorder works perfectly,
adding childrens works on the screen (modifying notational model? ) but:
the added children are not persisted correctly (semeantical model ?).
If I open the uml file with an uml editor the added chilren appear at the end rather than insterted at the correct position.


I there anybody with similar problems?

Thank you for responding,

Marcel