org.symbian.tools.wrttools.debug.core/plugin.xml
changeset 397 e5346aff014d
parent 377 5b79a6184333
child 401 72386743b723
equal deleted inserted replaced
396:11ff5aef0e96 397:e5346aff014d
    11          point="org.eclipse.ui.preferencePages">
    11          point="org.eclipse.ui.preferencePages">
    12       <page
    12       <page
    13             category="org.eclipse.debug.ui.DebugPreferencePage"
    13             category="org.eclipse.debug.ui.DebugPreferencePage"
    14             class="org.symbian.tools.wrttools.debug.ui.DebugPreferencePage"
    14             class="org.symbian.tools.wrttools.debug.ui.DebugPreferencePage"
    15             id="org.symbian.tools.wrttools.debug"
    15             id="org.symbian.tools.wrttools.debug"
    16             name="WebRuntime Toolkit">
    16             name="Tools for Mobile Web">
    17          <keywordReference
    17          <keywordReference
    18                id="org.symbian.tools.wrttools.wrtwords">
    18                id="org.symbian.tools.wrttools.wrtwords">
    19          </keywordReference>
    19          </keywordReference>
    20          <keywordReference
    20          <keywordReference
    21                id="org.symbian.tools.wrttools.debug.page">
    21                id="org.symbian.tools.wrttools.debug.page">
    26          point="org.eclipse.debug.core.launchConfigurationTypes">
    26          point="org.eclipse.debug.core.launchConfigurationTypes">
    27       <launchConfigurationType
    27       <launchConfigurationType
    28             delegate="org.symbian.tools.wrttools.debug.internal.launch.WidgetLaunchDelegate"
    28             delegate="org.symbian.tools.wrttools.debug.internal.launch.WidgetLaunchDelegate"
    29             id="org.symbian.tools.wrttools.debug.widget"
    29             id="org.symbian.tools.wrttools.debug.widget"
    30             modes="debug,run"
    30             modes="debug,run"
    31             name="WRT Application"
    31             name="TMW Application"
    32             public="true">
    32             public="true">
    33       </launchConfigurationType>
    33       </launchConfigurationType>
    34    </extension>
    34    </extension>
    35    <extension
    35    <extension
    36          point="org.eclipse.debug.ui.launchConfigurationTabGroups">
    36          point="org.eclipse.debug.ui.launchConfigurationTabGroups">
    37       <launchConfigurationTabGroup
    37       <launchConfigurationTabGroup
    38             class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchConfigurationTabGroup"
    38             class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchConfigurationTabGroup"
    39             description="WRT Application"
    39             description="TMW Application"
    40             id="org.symbian.tools.wrttools.debug.wrtTabGroup"
    40             id="org.symbian.tools.wrttools.debug.wrtTabGroup"
    41             type="org.symbian.tools.wrttools.debug.widget">
    41             type="org.symbian.tools.wrttools.debug.widget">
    42       </launchConfigurationTabGroup>
    42       </launchConfigurationTabGroup>
    43    </extension>
    43    </extension>
    44    <extension
    44    <extension
    53          point="org.eclipse.debug.ui.launchShortcuts">
    53          point="org.eclipse.debug.ui.launchShortcuts">
    54       <shortcut
    54       <shortcut
    55             class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchShortcut"
    55             class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchShortcut"
    56             icon="icons/main16.gif"
    56             icon="icons/main16.gif"
    57             id="org.symbian.tools.wrttools.debug.wrtshortcut"
    57             id="org.symbian.tools.wrttools.debug.wrtshortcut"
    58             label="WRT Application"
    58             label="TMW Application"
    59             modes="run, debug">
    59             modes="run, debug">
    60          <configurationType
    60          <configurationType
    61                id="org.symbian.tools.wrttools.debug.widget">
    61                id="org.symbian.tools.wrttools.debug.widget">
    62          </configurationType>
    62          </configurationType>
    63          <contextualLaunch>
    63          <contextualLaunch>
    77             </adapt>
    77             </adapt>
    78                      </iterate>
    78                      </iterate>
    79             </with>
    79             </with>
    80          </enablement>
    80          </enablement>
    81             <contextLabel
    81             <contextLabel
    82                   label="WRT Application"
    82                   label="TMW Application"
    83                   mode="run">
    83                   mode="run">
    84             </contextLabel>
    84             </contextLabel>
    85             <contextLabel
    85             <contextLabel
    86                   label="WRT Application"
    86                   label="TMW Application"
    87                   mode="debug">
    87                   mode="debug">
    88             </contextLabel></contextualLaunch>
    88             </contextLabel></contextualLaunch>
    89       </shortcut>
    89       </shortcut>
    90    </extension>
    90    </extension>
    91    <extension
    91    <extension
   293          </factory>
   293          </factory>
   294     </extension>
   294     </extension>
   295     <extension
   295     <extension
   296           point="org.eclipse.ui.actionSets">
   296           point="org.eclipse.ui.actionSets">
   297        <actionSet
   297        <actionSet
   298              description="Actions for WRT debugging"
   298              description="Actions for TMW debugging"
   299              id="org.symbian.tools.wrttools.debug.core.mainActions"
   299              id="org.symbian.tools.wrttools.debug.core.mainActions"
   300              label="WRT Debug">
   300              label="TMW Debug">
   301           <action
   301           <action
   302                 class="org.symbian.tools.wrttools.debug.ui.actions.DebugAction"
   302                 class="org.symbian.tools.wrttools.debug.ui.actions.DebugAction"
   303                 helpContextId="debug_last_action_context"
   303                 helpContextId="debug_last_action_context"
   304                 icon="icons/debug_exc.gif"
   304                 icon="icons/debug_exc.gif"
   305                 id="org.symbian.tools.wrttools.debug.core.debug"
   305                 id="org.symbian.tools.wrttools.debug.core.debug"