| [news.eclipse.modeling.gmf] Re: Add sub-nodes programmatically after creating node (GMF 2.2) |
Hi Alex,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261188ok. Looks like a problem described in:Another strange thing: When I just close the diagram file and reopen it without restarting the application, sub-nodes are still displayed. Only when I restart the application and reopen the file, the sub-nodes are gone. Is there something cached?
To workaround this problem you can remove object/context constraints (xml tags) from viewProvder declaration generated into plugin.xml
You're definitely right. It works now, thanks a lot ;-)
What are the side-effects of this workaround?