2006-11-14 19:37:51 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.2"?>
|
|
|
|
<plugin>
|
2007-05-05 00:12:37 +00:00
|
|
|
<extension point="org.eclipse.debug.core.watchExpressionDelegates">
|
|
|
|
<watchExpressionDelegate
|
|
|
|
debugModel="org.eclipse.dd.dsf.debug.ui"
|
2008-03-31 18:08:03 +00:00
|
|
|
delegateClass="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.expression.WatchExpressionDelegate"/>
|
2007-05-05 00:12:37 +00:00
|
|
|
</extension>
|
2006-11-14 19:37:51 +00:00
|
|
|
|
2007-06-08 20:37:43 +00:00
|
|
|
<extension point="org.eclipse.ui.editors.annotationTypes">
|
|
|
|
<type
|
|
|
|
name="org.eclipse.dd.debug.currentIP">
|
|
|
|
</type>
|
|
|
|
<type
|
|
|
|
name="org.eclipse.dd.debug.secondaryIP">
|
|
|
|
</type>
|
|
|
|
</extension>
|
|
|
|
|
|
|
|
<extension point="org.eclipse.ui.editors.markerAnnotationSpecification">
|
|
|
|
<specification
|
|
|
|
annotationImageProvider="org.eclipse.dd.dsf.debug.ui.sourcelookup.InstructionPointerImageProvider"
|
|
|
|
annotationType="org.eclipse.dd.debug.currentIP"
|
|
|
|
colorPreferenceKey="currentIPColor"
|
|
|
|
colorPreferenceValue="198,219,174"
|
|
|
|
highlightPreferenceKey="currentIPHighlight"
|
|
|
|
highlightPreferenceValue="true"
|
|
|
|
label="%debugCurrentInstructionPointer"
|
|
|
|
overviewRulerPreferenceKey="currentIPOverviewRuler"
|
|
|
|
overviewRulerPreferenceValue="true"
|
|
|
|
presentationLayer="6"
|
|
|
|
textPreferenceKey="currentIPIndication"
|
|
|
|
textPreferenceValue="false"
|
|
|
|
verticalRulerPreferenceKey="currentIPVerticalRuler"
|
|
|
|
verticalRulerPreferenceValue="true">
|
|
|
|
</specification>
|
|
|
|
<specification
|
|
|
|
annotationImageProvider="org.eclipse.dd.dsf.debug.ui.sourcelookup.InstructionPointerImageProvider"
|
|
|
|
annotationType="org.eclipse.dd.debug.secondaryIP"
|
|
|
|
colorPreferenceKey="secondaryIPColor"
|
|
|
|
colorPreferenceValue="219,235,204"
|
|
|
|
highlightPreferenceKey="secondaryIPHighlight"
|
|
|
|
highlightPreferenceValue="true"
|
|
|
|
label="%debugCallStack"
|
|
|
|
overviewRulerPreferenceKey="secondaryIPOverviewRuler"
|
|
|
|
overviewRulerPreferenceValue="true"
|
|
|
|
presentationLayer="6"
|
|
|
|
textPreferenceKey="secondaryIPIndication"
|
|
|
|
textPreferenceValue="false"
|
|
|
|
verticalRulerPreferenceKey="secondaryIPVerticalRuler"
|
|
|
|
verticalRulerPreferenceValue="true">
|
|
|
|
</specification>
|
|
|
|
</extension>
|
2007-06-30 03:22:49 +00:00
|
|
|
<extension
|
2007-09-12 18:25:24 +00:00
|
|
|
point="org.eclipse.ui.viewActions">
|
|
|
|
<viewContribution
|
|
|
|
id="org.eclipse.dd.dsf.debug.ui.viewmodel.update.Refresh"
|
2007-06-30 03:22:49 +00:00
|
|
|
targetID="org.eclipse.debug.ui.RegisterView">
|
2007-09-12 18:25:24 +00:00
|
|
|
<action
|
2008-03-31 18:08:03 +00:00
|
|
|
class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.update.actions.RefreshActionDelegate"
|
2007-09-12 18:25:24 +00:00
|
|
|
icon="icons/refresh.gif"
|
|
|
|
id="org.eclipse.dd.dsf.debug.ui.viewmodel.update.actions.Refresh"
|
|
|
|
label="Refresh"
|
|
|
|
toolbarPath="additions">
|
|
|
|
</action>
|
|
|
|
</viewContribution>
|
|
|
|
<viewContribution
|
|
|
|
id="org.eclipse.dd.dsf.debug.ui.viewmodel.update.Refresh"
|
|
|
|
targetID="org.eclipse.debug.ui.VariableView">
|
|
|
|
<action
|
2008-03-31 18:08:03 +00:00
|
|
|
class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.update.actions.RefreshActionDelegate"
|
2007-09-12 18:25:24 +00:00
|
|
|
icon="icons/refresh.gif"
|
|
|
|
id="org.eclipse.dd.dsf.debug.ui.viewmodel.update.actions.Refresh"
|
|
|
|
label="Refresh"
|
|
|
|
toolbarPath="additions">
|
|
|
|
</action>
|
|
|
|
</viewContribution>
|
|
|
|
<viewContribution
|
|
|
|
id="org.eclipse.dd.dsf.debug.ui.viewmodel.update.Refresh"
|
|
|
|
targetID="org.eclipse.debug.ui.ExpressionView">
|
|
|
|
<action
|
2008-03-31 18:08:03 +00:00
|
|
|
class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.update.actions.RefreshActionDelegate"
|
2007-09-12 18:25:24 +00:00
|
|
|
icon="icons/refresh.gif"
|
|
|
|
id="org.eclipse.dd.dsf.debug.ui.viewmodel.update.actions.Refresh"
|
|
|
|
label="Refresh"
|
|
|
|
toolbarPath="additions">
|
|
|
|
</action>
|
|
|
|
</viewContribution>
|
|
|
|
<viewContribution
|
2008-01-19 00:34:30 +00:00
|
|
|
id="org.eclipse.dd.dsf.debug.ui.update.variable.updatePolicies"
|
2007-09-12 18:25:24 +00:00
|
|
|
targetID="org.eclipse.debug.ui.VariableView">
|
2007-06-30 03:22:49 +00:00
|
|
|
<action
|
2008-03-31 18:08:03 +00:00
|
|
|
class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.update.actions.SelectUpdatePolicyAction"
|
2008-01-19 00:34:30 +00:00
|
|
|
id="org.eclipse.dd.dsf.debug.ui.update.selectUpdatePolicy"
|
|
|
|
label="Update Policy"
|
|
|
|
menubarPath="additions">
|
2007-06-30 03:22:49 +00:00
|
|
|
</action>
|
2007-09-12 18:25:24 +00:00
|
|
|
</viewContribution>
|
|
|
|
<viewContribution
|
2008-01-19 00:34:30 +00:00
|
|
|
id="org.eclipse.dd.dsf.debug.ui.update.register.updatePolicies"
|
2007-09-12 18:25:24 +00:00
|
|
|
targetID="org.eclipse.debug.ui.RegisterView">
|
2007-06-30 03:22:49 +00:00
|
|
|
<action
|
2008-03-31 18:08:03 +00:00
|
|
|
class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.update.actions.SelectUpdatePolicyAction"
|
2008-01-19 00:34:30 +00:00
|
|
|
id="org.eclipse.dd.dsf.debug.ui.update.selectUpdatePolicy"
|
|
|
|
label="Update Policy"
|
|
|
|
menubarPath="additions">
|
2007-06-30 03:22:49 +00:00
|
|
|
</action>
|
|
|
|
</viewContribution>
|
|
|
|
</extension>
|
2007-06-08 20:37:43 +00:00
|
|
|
|
2007-07-31 05:09:31 +00:00
|
|
|
<extension
|
2007-11-21 19:36:08 +00:00
|
|
|
point="org.eclipse.debug.ui.detailPaneFactories">
|
|
|
|
<detailFactories
|
2008-02-13 20:41:00 +00:00
|
|
|
class="org.eclipse.dd.dsf.debug.internal.ui.viewmodel.numberformat.detail.NumberFormatDetailPaneFactory"
|
2007-07-31 05:09:31 +00:00
|
|
|
id="org.eclipse.dd.dsf.debug.ui.viewmodel.detailPaneFactory">
|
2007-11-21 19:36:08 +00:00
|
|
|
<enablement>
|
|
|
|
<with variable="selection">
|
|
|
|
<iterate>
|
2008-03-31 18:08:03 +00:00
|
|
|
<instanceof value="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.numberformat.IFormattedValueVMContext"/>
|
2007-11-21 19:36:08 +00:00
|
|
|
</iterate>
|
|
|
|
</with>
|
|
|
|
</enablement>
|
|
|
|
</detailFactories>
|
2007-12-11 15:27:35 +00:00
|
|
|
<detailFactories
|
2008-03-31 18:08:03 +00:00
|
|
|
class="org.eclipse.dd.dsf.debug.internal.provisional.ui.viewmodel.modules.ModuleDetailPaneFactory"
|
2007-12-11 15:27:35 +00:00
|
|
|
id="org.eclipse.dd.dsf.debug.ui.viewmodel.moduleDetailPaneFactory">
|
|
|
|
</detailFactories>
|
2007-07-31 05:09:31 +00:00
|
|
|
</extension>
|
2007-08-20 17:19:14 +00:00
|
|
|
|
2006-11-14 19:37:51 +00:00
|
|
|
</plugin>
|