Reputation: 43
I want to edit the following preferences using the java code
I need to have a method that adjusts the 4 things when it's called so I want to adjust the preferences above using java not manualyy .. how can I do that ?
Upvotes: 1
Views: 95
Reputation: 13404
You need to learn how to do Eclipse Plugin Development and then getting at the various property pages and manipulating them will require you to get familiar with the Eclipse RCP, and you will need to know how to query the workspace etc. Look at the book Eclipse Plug-ins
Upvotes: 1