Bug 226557 - [xslt] Project explorer context menu
Summary: [xslt] Project explorer context menu
Status: RESOLVED FIXED
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.xsl (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 minor (vote)
Target Milestone: 3.1   Edit
Assignee: David Carver CLA
QA Contact: David Williams CLA
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2008-04-10 11:44 EDT by Doug CLA
Modified: 2009-04-30 14:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug CLA 2008-04-10 11:44:33 EDT
The New section of the project explorer's context menu should display the same information as for the File -> New menu in the XML perspective (display wizards for creating XML/XSL/DTD/XSD files).
Comment 1 David Carver CLA 2008-04-10 12:29:48 EDT
Doug, I'll take this...I'd like to use this as an example of the new eclipse ui menu extension points.  XML editor just migrated over to the new extension points which will make contributing XSL specific commands to those existing menus easier to do.
Comment 2 David Carver CLA 2008-04-11 21:58:19 EDT
Okay...upon further investigation, it appears there is a bug in Project Explorer where it doesn't recognize the New Wizard Shortcut contributions.   This is documented in bug 212379.   So until we can figure out how to programmatically add to the Project Explporer menu we can't have the short cuts show up there.   They do however show up in the Navigator view's New submenu.

So do we remove Project Explorer and have Navigator as the default view?
Comment 3 David Carver CLA 2008-04-12 12:14:55 EDT
it looks like we need to use the org.eclipse.ui.navigator.navigatorContent extension point.   I'll see what I can do with this and get the wizards added.
Comment 4 David Carver CLA 2008-04-12 12:40:27 EDT
Adding the extension point above, worked.   The sub element that needs to be used is the commonWizard element.
Comment 5 David Carver CLA 2008-06-05 21:41:14 EDT
Mass Migration to wtp.inc.xsl
Comment 6 David Carver CLA 2009-04-30 14:25:54 EDT
mass update to 3.1 target due to movement from wtp incubator to wtp source editing lost the original milestones.