Community
Participate
Working Groups
The Builds view loses settings when Eclipse is killed, e.g. when host OS is restarted without shutting down Eclipse. So, it seem like settings aren't flushed to disk properly and I have to change them every time.
The Builds view uses the standard workbench memento mechanism to store filter and presentation settings. Which settings are getting lost specifically?
Specifically, selected build plans are lost.
Thanks for clarifying. These are stored in the builds model so must be another reason.
I have added an extra call to persist the model when the build plan configuration is changed on the settings page. That will ensure that at least selected plans are saved in case shutdown does not cleanly complete, i.e. when BuildsUiPlugin.stop() is not executed.
Created attachment 208205 [details] mylyn/context/zip