1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-17 13:15:44 +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 cb77b3d8b5
commit ab97b1eb28

View file

@ -1306,6 +1306,14 @@
presentationLayer="3" presentationLayer="3"
textPreferenceKey="breakpointIndication" textPreferenceKey="breakpointIndication"
textPreferenceValue="false" textPreferenceValue="false"
textStylePreferenceKey="breakpointTextStyle"
textStylePreferenceValue="SQUIGGLES"
showInNextPrevDropdownToolbarActionKey="showBreakpointIndicationInNextPrevDropdownToolbarAction"
showInNextPrevDropdownToolbarAction="true"
isGoToNextNavigationTargetKey="isBreakpointIndicationGoToNextNavigationTarget"
isGoToNextNavigationTarget="false"
isGoToPreviousNavigationTargetKey="isBreakpointIndicationGoToPreviousNavigationTarget"
isGoToPreviousNavigationTarget="false"
verticalRulerPreferenceKey="breakpointVerticalRuler" verticalRulerPreferenceKey="breakpointVerticalRuler"
verticalRulerPreferenceValue="true"> verticalRulerPreferenceValue="true">
</specification> </specification>