State of application not retained
Status: Alpha
Brought to you by:
anilramn
The Manifest view does not save its state between
invocations of the application.
See State Persistence in
http://www.eclipse.org/articles/viewArticle/ViewArticle2.html
Logged In: YES
user_id=88713
This goes wider than just the manifest view, it is the
application as a whole we need to save the satge of.
Further info at
http://help.eclipse.org/help30/topic/org.eclipse.platform.doc.isv/guide/resAdv_saving.htm
Logged In: YES
user_id=88713
The first part of this is done. We now need to add the code
to save the tree viewer state in the view, that is we need
to store which nodes are selected and expanded.
See:
saveState(IMemento memento)
and
restoreState()
in
org\.msproject.xsd.imscpRootv1p1p2.presentation.ImscpRootv1p1p2View.