Lars,
It does show up and work fine, at least for the XML Editor. If you're
reusing the class as you recently blogged about, you'll have to redeclare
any action set part associations for your editor's new ID. These are the
relevant plugin.xml sections using the generic XML Editor's part ID:
<!-- Editor actionsets -->
<extension point="org.eclipse.ui.actionSetPartAssociations">
<actionSetPartAssociation targetID=
"org.eclipse.ui.edit.text.actionSet.annotationNavigation">
<part id=
"org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart"/>
</actionSetPartAssociation>
<actionSetPartAssociation targetID=
"org.eclipse.ui.NavigateActionSet">
<part id=
"org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart"/>
</actionSetPartAssociation>
</extension>
---
Nitin Dahyabhai
Structured Source Editing
_______________________________________________
wtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev