Hi,
is it possibel to override or disable context men form the design XML
editor? I want to disbale some of the options like edit namespace and add
DTD information.
kashif wrote:
> is it possibel to override or disable context men form the design XML
> editor? I want to disbale some of the options like edit namespace and add
> DTD information.
I'm afraid not. We've never designed a way to disable or remove
functionality, only to add more.
Ok thanks, I thought there may be an extension point for to enable/disable
and add/remove menu items what we would like to for customization.
Thanks,
Kashif
"Nitin Dahyabhai" <nitind@us.ibm.com> wrote in message
news:f1as27$lme$1@build.eclipse.org...
> kashif wrote:
>> is it possibel to override or disable context men form the design XML
>> editor? I want to disbale some of the options like edit namespace and add
>> DTD information.
>
> I'm afraid not. We've never designed a way to disable or remove
> functionality, only to add more.
>
> --
> Nitin Dahyabhai
> Structured Source Editor
kashif wrote:
> Ok thanks, I thought there may be an extension point for to enable/disable
> and add/remove menu items what we would like to for customization.
We support the org.eclipse.ui.popupMenus extension points for adding
menu items, but generally we don't offer anything for removing
functionality. Check http://www.eclipse.org/webtools/wst/components/sse/overview. html for
some of the menu IDs and how we determine them at runtime.