Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:Graphical Modeling Framework/Recipes"

(New page: There is a bug in the add child node code, resulting in discrepancies between the visual model and the semantic model ordering, IOW element appear in the correct order but the underlying m...)
 
(No difference)

Latest revision as of 11:48, 2 November 2012

There is a bug in the add child node code, resulting in discrepancies between the visual model and the semantic model ordering, IOW element appear in the correct order but the underlying model has the new elements appended to the end of the child list.

See this forum post for a handy fix. I don't have edit rights to this wiki, but I recommend one.

http://www.eclipse.org/forums/index.php/m/217333/?srch=http%3A%2F%2Fwiki.eclipse.org%2FGMF%2FRecipes#msg_217333

Back to the top