1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Bug 345118 - can not change the annotation style of texts in lines of

breakpoints
This commit is contained in:
Marc-Andre Laperle 2012-01-03 12:52:56 -05:00
parent 3f92e17364
commit 5e1ffb9940

View file

@ -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">
</specification>