How could a plugin PreferenceStore be accessed from other plugins? -


would kindly me how can access java editor preferencestore in plugin. 1 way of doing is:

org.eclipse.jdt.internal.ui.javaplugin.getdefault().getcombinedpreferencestore();

but highly discouraged javaplugin internal class , not api. way? working in eclipse 3.6 environment.

i think search org.eclipse.jdt.ui.preferenceconstants.

hopefully helps.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -