Bug 267340 - Need way to customize (add/remove/replace) XSD editor actions
Summary: Need way to customize (add/remove/replace) XSD editor actions
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.xsd (show other bugs)
Version: 3.0.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: wst.xsd-triaged CLA
QA Contact: Keith Chong CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2009-03-06 05:32 EST by Jacek Pospychala CLA
Modified: 2011-02-21 11:55 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Pospychala CLA 2009-03-06 05:32:31 EST
XSD editor extenders need a way to remove or change some standard actions with their own substitutes.
Right now actions are quite statically wired in org.eclipse.wst.xsd.ui.internal.editor.InternalXSDMultiPageEditor.createActions()
Comment 1 Jacek Pospychala CLA 2009-03-06 05:41:28 EST
I'm willing to implement this enhancement and maintain it in future.
Comment 2 David Carver CLA 2011-02-21 11:55:01 EST
We probably should migrate away from the built in action framework which is being deprecated out and move to the Handler/menui/commands methodology.   This would allow adopters to provide their own Handlers for the menus and commands.

The XML editor already has many of these migrated. Keith I helped with that migration so if you are interested let me know.