From 8e60c0d6d6942ba4a9a7f88acfcc4326ade0d487 Mon Sep 17 00:00:00 2001 From: Paul Pazderski Date: Thu, 22 Aug 2019 23:25:15 +0200 Subject: Bug 550153, Bug 549908 - Don't hide breakpoint icons behind other annotations Also related is Bug 80089 where an equal solution was proposed years ago. Change-Id: I9c1ade437f8d85fdb5e24f56a57a391fa18a7dd6 Signed-off-by: Paul Pazderski --- org.eclipse.debug.ui/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml index 980f9bca9..94107c87b 100644 --- a/org.eclipse.debug.ui/plugin.xml +++ b/org.eclipse.debug.ui/plugin.xml @@ -2299,7 +2299,7 @@ M4 = Platform-specific fourth key annotationType="org.eclipse.debug.core.breakpoint" colorPreferenceKey="breakpointIndicationColor" overviewRulerPreferenceValue="true" - presentationLayer="3" + presentationLayer="7" label="%BreakpointMarkerPreference.label" textPreferenceValue="false" textPreferenceKey="breakpointIndication" -- cgit v1.2.3