Replies: 1 comment 4 replies
-
|
Probably you recorded the preference so that it's in the user.setup. Use Navigate -> Open Setup -> User to look at it. You'll see a section like this with the preference tasks organized into groups: You can delete the ones you don't wish to have. You can record preferences by enabling the record button: They light bulb button is then shown so you can initialize all the preferences before recording the ones you change in the dialog. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
-
I try to set a preference property of another plugin while starting Eclipse. I use an OSGI component which uses an event handler at the event
@EventTopics(UIEvents.UILifeCycle.APP_STARTUP_COMPLETE)to change the property.I can see the change of the property in the preferences file of the target plugin. But when Eclipse finished starting then the property is set back to its value before I changed it.
I see that the class
org.eclipse.oomph.setup.impl.SetupTaskImplchanges it back to the previous value.Why is it changing it back and how can I set it to my value while starting up Eclipse?
Beta Was this translation helpful? Give feedback.
All reactions