Changing some Eclipse preferences using java -


this question has answer here:

i working on eclipse plugin , want change settings user in able able use plugin correctly

i need make changes in settings of eclipse using code instead for example: if want access window-open perspective-debug instead of telling user these steps, want make in code ?

you have more specific, otherwise you're going end @ http://www.eclipse.org/eclipse/platform-core/documents/user_settings/faq.html . example bad 1 since shouldn't changing perspective without user's consent. then, that's not preference, that's api call: http://help.eclipse.org/juno/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/iworkbenchwindow.html#openpage(java.lang.string, org.eclipse.core.runtime.iadaptable) .

your plug-in should not require user in specific perspective. should free arrange editor , views way like.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -