|
|
|
|
Re: Best way to not show the select ui preference pages from contributing plugins to RCP application [message #492300 is a reply to message #492183] |
Mon, 19 October 2009 17:00  |
Eclipse User |
|
|
|
Thank you, after changing the activity pattern binding to
pattern="org.eclipse.ui.*"> it now filters out the preference page as
expected. I am confused about where the preference ID is defined because
what I originally had (pattern="org.eclipse.ui.preferencePages.*") should
have matched, and pattern="org.eclipse.ui.ide.*" matches but it shouldn't.
Below is the pertinent section of extention point decloration if am trying
to filter from the org.eclipse.ui.ide plugin.
<extension point="org.eclipse.ui.preferencePages">
<page name="%PreferencePages.Workbench"
class=" org.eclipse.ui.internal.ide.dialogs.IDEWorkbenchPreferencePa ge "
id="org.eclipse.ui.preferencePages.Workbench">
<keywordReference id="org.eclipse.ui.ide.general"/>
</page>
.....
Regards,
GB
I have modified the
"Ravi" <v.r.sankar@gmail.com> wrote in message
news:hbhgov$3ra$1@build.eclipse.org...
> The pattern should match with the preference ids contributed by eclipse
> ui. check if the preference id have the same prefix you have given for the
> pattern.
>
> --
> Ravi
|
|
|
Powered by
FUDForum. Page generated in 0.03796 seconds