Can my Eclipse plugin change preferences from other plugins?

Yes, it is possible. You'll need this in your preference page: setPreferenceStore( new ScopedPreferenceStore( new InstanceScope(), "bundle-name-of-other-plugin" ) ); Or you could do something like this here. FYI, the preferences live here: pathToWorkspace\.

Metadata\. Plugins\org.eclipse.core. Runtime\.settings.

Nice trick..... – IAdapter Jan 4 at 12:22.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions