I have my own custom plugin which extends org.eclipse.ui.plugin.AbstractUIPlugin class. Some preferences for this plugin are changed while application working.
But after when I close workbench, they are immediately flushed into hardrive. This is not fully correct for my case: I need some preferences to be stored, while others - not.
My question is: how can i delete some plugin preferences by theirs name from PreferenceStore?