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
Post a Comment