[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9096) VPE context menu for source -> "Add to Snippets" disabled item

Vitali Yemialyanchyk (JIRA) jira-events at lists.jboss.org
Thu Jun 9 13:00:59 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607594#comment-12607594 ] 

Vitali Yemialyanchyk commented on JBIDE-9096:
---------------------------------------------

>>>
	<extension point="org.eclipse.wst.common.snippets.SnippetProvider">
		<provider
			class="org.eclipse.wst.common.snippets.ui.TextSnippetProvider"
			priority="100">
			<enablement>
				<or>
					<adapt type="org.jboss.tools.vpe.editor.VpeEditorPart"/>
					<instanceof value="org.jboss.tools.vpe.editor.VpeEditorPart"/>
				</or>
			</enablement>
		</provider>
 	</extension>
>>>
something like this is necessary to fix the issue

> VPE context menu for source -> "Add to Snippets" disabled item
> --------------------------------------------------------------
>
>                 Key: JBIDE-9096
>                 URL: https://issues.jboss.org/browse/JBIDE-9096
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Visual Page Editor core
>    Affects Versions: 3.1.2
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Yahor Radtsevich
>         Attachments: screenshot-1.jpg
>
>
> should be enabled, should be possible to use the feature

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list