mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +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"
|
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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue