org.symbian.tools.wrttools.debug.core/plugin.xml
changeset 104 58b323842de3
parent 39 eb7d9e33e288
child 115 d367ed1b2991
equal deleted inserted replaced
103:ef9f02ee3266 104:58b323842de3
   182          <actionSet
   182          <actionSet
   183                id="org.eclipse.debug.ui.debugActionSet">
   183                id="org.eclipse.debug.ui.debugActionSet">
   184          </actionSet>
   184          </actionSet>
   185       </perspectiveExtension>
   185       </perspectiveExtension>
   186    </extension>
   186    </extension>
       
   187    <extension
       
   188          point="org.eclipse.debug.ui.debugModelPresentations">
       
   189       <debugModelPresentation
       
   190             class="org.symbian.tools.wrttools.debug.internal.model.SymbianDebugModelPresentation"
       
   191             id="org.symbian.debug">
       
   192       </debugModelPresentation>
       
   193    </extension>
       
   194      <extension point="org.eclipse.debug.core.watchExpressionDelegates">
       
   195     <watchExpressionDelegate
       
   196         debugModel="org.symbian.debug"
       
   197         delegateClass="org.symbian.tools.wrttools.debug.internal.model.JsWatchExpressionDelegate"/>
       
   198   </extension>
       
   199     <extension point="org.eclipse.ui.editorActions">
       
   200     <editorContribution
       
   201         targetID="org.chromium.debug.ui.editors.JsEditor"
       
   202         id="org.chromium.debug.ui.editors.JsEditor.editorActions">
       
   203       <action
       
   204           toolbarPath="evaluationGroup"
       
   205           id="org.chromium.debug.ui.SnippetInspect"
       
   206           definitionId="org.chromium.debug.ui.commands.Inspect"
       
   207           class="org.chromium.debug.ui.actions.JsInspectSnippetAction"
       
   208           enablesFor="+"
       
   209           label="Inspect"
       
   210           tooltip="Inspect Result of Evaluating Selected Text">
       
   211         <enablement>
       
   212           <and>
       
   213             <systemProperty
       
   214                 name="org.chromium.debug.ui.debuggerActive"
       
   215                 value="true"/>
       
   216             <objectClass
       
   217                 name="org.eclipse.jface.text.ITextSelection"/>
       
   218           </and>
       
   219         </enablement>
       
   220       </action>
       
   221     </editorContribution>
       
   222   </extension>
       
   223   
   187 </plugin>
   224 </plugin>