We are migrating our RCP application from Eclipse 3.8 to Eclipse 4.
In Eclipse 3.8, the saveState (IMemento) method of views was only called when closing the application, for views that were still open.
In Eclipse 4, when I close a view, without closing the application, the saveState method is also called.
Is there any way to change the behavior of Eclipse 4 to be the same as Eclipse 3.8?
I’ve already looked for a tag to be added to the views to change this behavior and I couldn’t find it.
1