Author: dsakovich
Date: 2008-06-13 06:58:32 -0400 (Fri, 13 Jun 2008)
New Revision: 8757
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
Log:
http://jira.jboss.org/jira/browse/JBIDE-2336
Modified: trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2008-06-13 08:37:02 UTC (rev
8756)
+++ trunk/jst/plugins/org.jboss.tools.jst.jsp/plugin.xml 2008-06-13 10:58:32 UTC (rev
8757)
@@ -196,7 +196,42 @@
label="Remove Block Comment">
</action>
</editorContribution>
+
<editorContribution
+ id="HTMLToggleComment"
+ targetID="org.jboss.tools.jst.jsp.jspeditor.HTMLTextEditor">
+ <action
+ actionID="org.eclipse.wst.sse.ui.toggle.comment"
+
class="org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate"
+ definitionId="org.eclipse.wst.sse.ui.toggle.comment"
+ id="ToggleComment"
+ label="Toggle Comment">
+ </action>
+ </editorContribution>
+ <editorContribution
+ id="HTMLAddBlockComment"
+ targetID="org.jboss.tools.jst.jsp.jspeditor.HTMLTextEditor">
+ <action
+ actionID="org.eclipse.wst.sse.ui.add.block.comment"
+
class="org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate"
+ definitionId="org.eclipse.wst.sse.ui.add.block.comment"
+ id="AddBlockComment"
+ label="Add Block Comment">
+ </action>
+ </editorContribution>
+ <editorContribution
+ id="HTMLRemoveBlockComment"
+ targetID="org.jboss.tools.jst.jsp.jspeditor.HTMLTextEditor">
+ <action
+ actionID="org.eclipse.wst.sse.ui.remove.block.comment"
+
class="org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate"
+ definitionId="org.eclipse.wst.sse.ui.remove.block.comment"
+ id="RemoveBlockComment"
+ label="Remove Block Comment">
+ </action>
+ </editorContribution>
+
+ <editorContribution
id="ARenameElement"
targetID="org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor">
<action