Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2016-07-26 13:40:28 +0000
committerSarika Sinha2016-07-28 04:42:16 +0000
commit9ed73a19c85b0cf7c1f48d0dc5fc370f9d9ced61 (patch)
tree358145e7ceb8d50aea8c29edcdce97106bbe5cbd /org.eclipse.debug.ui
parent3c2fddb88f5aa710af6db3020e9afb1e88a5e939 (diff)
downloadeclipse.platform.debug-9ed73a19c85b0cf7c1f48d0dc5fc370f9d9ced61.tar.gz
eclipse.platform.debug-9ed73a19c85b0cf7c1f48d0dc5fc370f9d9ced61.tar.xz
eclipse.platform.debug-9ed73a19c85b0cf7c1f48d0dc5fc370f9d9ced61.zip
Bug 498493 - Show breakpoints in overview ruler by defaultY20160728-1000
Change-Id: I6be516485c6e05cb3819ddc959763fe60a04e335 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 6f1373140..9050b720a 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2015 IBM Corporation and others.
+ Copyright (c) 2005, 2016 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -2233,7 +2233,7 @@ M4 = Platform-specific fourth key
colorPreferenceValue="0,0,255"
annotationType="org.eclipse.debug.core.breakpoint"
colorPreferenceKey="breakpointIndicationColor"
- overviewRulerPreferenceValue="false"
+ overviewRulerPreferenceValue="true"
presentationLayer="3"
label="%BreakpointMarkerPreference.label"
textPreferenceValue="false"

Back to the top