Is there an extension point where a plugin could contribute new XML_Tag
content templates? The only extension point I have seen is for
contributing XML Catalogs?
David Carver wrote:
> Is there an extension point where a plugin could contribute new XML_Tag
> content templates? The only extension point I have seen is for
> contributing XML Catalogs?
The standard org.eclipse.ui.editors.templates extension point is
used by the org.eclipse.wst.xml.ui plug-in to contribute our current
templates, with that bundle's plugin.xml defining the contexts that
anyone could use to add some more of their own.
Nitin Dahyabhai wrote:
> David Carver wrote:
>> Is there an extension point where a plugin could contribute new
>> XML_Tag content templates? The only extension point I have seen is
>> for contributing XML Catalogs?
>
> The standard org.eclipse.ui.editors.templates extension point is used by
> the org.eclipse.wst.xml.ui plug-in to contribute our current templates,
> with that bundle's plugin.xml defining the contexts that anyone could
> use to add some more of their own.
Thanks. I looked multiple times in there but missed that extension point.