Community
Participate
Working Groups
It seems that the open editor mementos should be copied with the context as they are viewed as part of the context.
Created attachment 149067 [details] patch Here is a patch that provides this support without changing where the mementos are stored.
Created attachment 149068 [details] mylyn/context/zip
In the CopyContextHandler, we now copy the editor mementos as well. This should fit with users expectations better. I had to move the initialization of the ContextEditorManager to the start() method of the ContextUiPlugin, but I left the listener initialization in the lazy start since we now need the ContextEditorManager even if a context has never been activated.