[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Problem with Save As functionality

Well, actually that?s not true. I mean I have the model information stored in the ?diagramDocument? variable
IDiagramDocument diagramDocument = (IDiagramDocument) document;


But when the newResource is made it seems that it doesn?t have all the information, so when its saved the actual differences between the new model and the last saved model are not stored.

How can I store those differences in the new file? As you can see I don?t understand this very well... Any help is appreciated! Thank you!