Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] "Generate" menu on XSDs

Hi Neil, the top level Generate menu is defined in the org.eclipse..wst.xml.ui plug-in. It uses the new menu/command/handler mechanism.

<menuContribution
locationURI="popup:org.eclipse.ui.popup.any?after=additions">
<menu
id="generateMenuId"
label="%genMenuLabel">
....

The XSD->XML menu entry is also contributed from the xml.ui plugin.

Regards,
Valentin Baciu
Rational XML Web Services Tools

Inactive hide details for Neil Hauge ---02/23/2010 11:41:12 AM---Valentin or others, I am trying to make a contribution to the Neil Hauge ---02/23/2010 11:41:12 AM---Valentin or others, I am trying to make a contribution to the "Generate" context menu that

From: Neil Hauge <neil.hauge@xxxxxxxxxx>
To: "General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
Date: 02/23/2010 11:41 AM
Subject: [wtp-dev] "Generate" menu on XSDs
Sent by: wtp-dev-bounces@xxxxxxxxxxx





Valentin or others,

I am trying to make a contribution to the "Generate" context menu that
is enabled for XSD file types, but I can't seem to find it.  Can anyone
give me a pointer to where this menu item is defined?

Neil
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev

GIF image


Back to the top