org.symbian.tools.wrttools.debug.core/plugin.xml
changeset 119 be293233cdde
parent 115 d367ed1b2991
child 122 8bb5bc59bfcf
--- a/org.symbian.tools.wrttools.debug.core/plugin.xml	Tue Feb 09 10:49:18 2010 -0800
+++ b/org.symbian.tools.wrttools.debug.core/plugin.xml	Tue Feb 09 11:27:56 2010 -0800
@@ -196,30 +196,6 @@
         debugModel="org.symbian.debug"
         delegateClass="org.symbian.tools.wrttools.debug.internal.model.JsWatchExpressionDelegate"/>
   </extension>
-    <extension point="org.eclipse.ui.editorActions">
-    <editorContribution
-        targetID="org.chromium.debug.ui.editors.JsEditor"
-        id="org.chromium.debug.ui.editors.JsEditor.editorActions">
-      <action
-          toolbarPath="evaluationGroup"
-          id="org.chromium.debug.ui.SnippetInspect"
-          definitionId="org.chromium.debug.ui.commands.Inspect"
-          class="org.chromium.debug.ui.actions.JsInspectSnippetAction"
-          enablesFor="+"
-          label="Inspect"
-          tooltip="Inspect Result of Evaluating Selected Text">
-        <enablement>
-          <and>
-            <systemProperty
-                name="org.chromium.debug.ui.debuggerActive"
-                value="true"/>
-            <objectClass
-                name="org.eclipse.jface.text.ITextSelection"/>
-          </and>
-        </enablement>
-      </action>
-    </editorContribution>
-  </extension>
     <extension
           point="org.eclipse.wst.sse.ui.breakpoint">
        <breakpointContribution