[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: saving the choices

Hmm - I've misunderstood you; Choices you make in wizards are not persisted; each time StructureBuilder/StructureResolver classes walk over domain model and decide what is link and what is node.
Though it makes sense to remember manual corrections; GMF will learn from user what is link and what is node; will look like AI )))


Geoffrey Rekier wrote:
Dmitry Stadnik wrote:
DashboardPart stores all info in memento during saveState() and loads it during init(). Maybe it makes sense to make this info "more persistent" and store it in project' properties...
If you think that it should be fixed somehow please submit corresponding request )))


Thanks Dmitry but I still wonder how I can change something there.
Say I want to change the selection from node to link or deselect some nodes when I derive from the domain model to the gmfgraph (or other). And I want that the next time I derive my model, this change(s) will be there. That I don't have to do it again.
Can you help me there. I would like to know how to do that.


Geo