mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
Bug 345118 - can not change the annotation style of texts in lines of
breakpoints
This commit is contained in:
parent
3f92e17364
commit
5e1ffb9940
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue