From 5e1ffb9940d6a5318b31d0489f27ec518a2daa17 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Tue, 3 Jan 2012 12:52:56 -0500 Subject: [PATCH] Bug 345118 - can not change the annotation style of texts in lines of breakpoints --- debug/org.eclipse.cdt.debug.ui/plugin.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml index bcff9995a95..fa53348e75b 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.xml +++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml @@ -1307,6 +1307,14 @@ presentationLayer="3" textPreferenceKey="breakpointIndication" textPreferenceValue="false" + textStylePreferenceKey="breakpointTextStyle" + textStylePreferenceValue="SQUIGGLES" + showInNextPrevDropdownToolbarActionKey="showBreakpointIndicationInNextPrevDropdownToolbarAction" + showInNextPrevDropdownToolbarAction="true" + isGoToNextNavigationTargetKey="isBreakpointIndicationGoToNextNavigationTarget" + isGoToNextNavigationTarget="false" + isGoToPreviousNavigationTargetKey="isBreakpointIndicationGoToPreviousNavigationTarget" + isGoToPreviousNavigationTarget="false" verticalRulerPreferenceKey="breakpointVerticalRuler" verticalRulerPreferenceValue="true">