Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] org.eclipse.wst.xsd.ui extension points


Thanks Mark,
Why XSDEditor is instantiating XSDEditPartFactory directly by a call to it's constructor in
org.eclipse.wst.xsd.ui.internal.adt.typeviz.TypeVizEditorMode.getEditPartFactory()

instead of using the one contributed thru extension point?


Jacek Pospychala                                                
Technical Support Engineer                                      
Eclipse Support Center                                          
IBM Software Group



From: Wini Mark <wmmark@xxxxxxxxxx>
To: "General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
Date: 2009-02-20 17:11
Subject: Re: [wtp-dev] org.eclipse.wst.xsd.ui extension points





Hi Jacek,
Its purpose is to allow extenders to provide their own adaptor and figure factories, and possibly add actions to the menu and toolbar. There's something similar in the WSDL Editor too. This support hasn't been made into public API yet. If you want this, please open an enhancement request and describe what you want to extend.

Best Regards,

Wini Mark
WTP webtools

Inactive hide details for Jacek Pospychala <jacek.pospychala@xxxxxxxxxx>Jacek Pospychala <jacek.pospychala@xxxxxxxxxx>

Jacek Pospychala <jacek.pospychala@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

02/20/2009 09:39 AM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>



To

wtp-dev@xxxxxxxxxxx

cc

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
wtp-dev@xxxxxxxxxxx

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


Attachment: pic23870.gif
Description: GIF image


Back to the top