Ok, I'll answer myself. It lets you replace some default WTP classes with your custom. They are: org.eclipse.wst.xsd.ui.internal.adapters.XSDAdapterFactory (seems to work) org.eclipse.gef.EditPartFactory (haven't tried) org.eclipse.wst.xsd.ui.internal.design.figures.IExtendedFigureFactory (haven't tried)
and add (?) toolbar actions to XSD editor ( org.eclipse.wst.xsd.ui.internal.actions.IXSDToolbarAction) (seems to work) Only first internalEditorConfiguration extension point contribution seems to be picked - so make sure there's no other plug-in already implementing that. Jacek Pospychala Technical Support Engineer Eclipse Support Center IBM Software Group From: Jacek Pospychala/Poland/Contr/i...@ibmpl To: [email protected] Date: 2009-02-20 15:39 Subject: [wtp-dev] org.eclipse.wst.xsd.ui extension points Dear Webtools, I'm extending your XSD and WSDL editors with my own functionality and am looking for ways to hook into that editors. What's the use of extension points in org.eclipse.wst.xsd.ui? e.g. internalEditorConfiguration Jacek Pospychala Technical Support Engineer Eclipse Support Center IBM Software Group _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
_______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
