|
Re: Snippets provider [message #1008790 is a reply to message #1008642] |
Wed, 13 February 2013 21:19 |
|
No, that's the extension point for contributing content into the Snippets View from a plug-in. The action you're describing is just an action delegate contributed through the (now deprecated) popupMenus extension point to numerous editors' context menus, e.g.:
<extension point="org.eclipse.ui.popupMenus">
<viewerContribution targetID="#contextMenuID" id="myId">
<action label="Add to Snippets" class="org.eclipse.wst.common.snippets.internal.actions.AddToSnippetsEditorActionDelegate" menubarPath="group.add" id="myActionID"/>
</viewerContribution>
</extension>
_
Nitin Dahyabhai
Eclipse Web Tools Platform
[Updated on: Wed, 13 February 2013 21:20] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03635 seconds