Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-10-01 15:36:15 +0000
committerMike Rennie2012-10-01 15:36:15 +0000
commite3639d11a2bc27da78ce097cd97208d78ea76c47 (patch)
treeee164b7a4facd888333211fe3ad5ef8ae5444fb0 /org.eclipse.debug.ui/plugin.xml
parentb644a77916417dbe0eafa2ea3b3842931e283abc (diff)
downloadeclipse.platform.debug-e3639d11a2bc27da78ce097cd97208d78ea76c47.tar.gz
eclipse.platform.debug-e3639d11a2bc27da78ce097cd97208d78ea76c47.tar.xz
eclipse.platform.debug-e3639d11a2bc27da78ce097cd97208d78ea76c47.zip
Bug 390621 - [Preferences]Icon for the annotation in preferences window
is missing.
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index db070de17..4520a4265 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -2201,16 +2201,18 @@ M4 = Platform-specific fourth key
colorPreferenceValue="198,219,174"
highlightPreferenceKey="currentIPHighlight"
highlightPreferenceValue="true"
+ icon="$nl$/icons/full/obj16/inst_ptr_top.gif"
+ includeOnPreferencePage="true"
label="%debugCurrentInstructionPointer"
overviewRulerPreferenceKey="currentIPOverviewRuler"
overviewRulerPreferenceValue="true"
presentationLayer="6"
textPreferenceKey="currentIPIndication"
textPreferenceValue="false"
- verticalRulerPreferenceKey="currentIPVerticalRuler"
- verticalRulerPreferenceValue="true"
textStylePreferenceKey="currentIPTextStyle"
- textStylePreferenceValue="NONE">
+ textStylePreferenceValue="NONE"
+ verticalRulerPreferenceKey="currentIPVerticalRuler"
+ verticalRulerPreferenceValue="true">
</specification>
<specification
annotationImageProvider="org.eclipse.debug.internal.ui.InstructionPointerImageProvider"
@@ -2219,16 +2221,18 @@ M4 = Platform-specific fourth key
colorPreferenceValue="219,235,204"
highlightPreferenceKey="secondaryIPHighlight"
highlightPreferenceValue="true"
+ icon="$nl$/icons/full/obj16/inst_ptr.gif"
+ includeOnPreferencePage="true"
label="%debugCallStack"
overviewRulerPreferenceKey="secondaryIPOverviewRuler"
overviewRulerPreferenceValue="true"
presentationLayer="6"
textPreferenceKey="secondaryIPIndication"
textPreferenceValue="false"
- verticalRulerPreferenceKey="secondaryIPVerticalRuler"
- verticalRulerPreferenceValue="true"
textStylePreferenceKey="secondaryIPTextStyle"
- textStylePreferenceValue="NONE">
+ textStylePreferenceValue="NONE"
+ verticalRulerPreferenceKey="secondaryIPVerticalRuler"
+ verticalRulerPreferenceValue="true">
</specification>
</extension>
<!-- Dynamic (String Substitution) Variables -->

Back to the top