|
|
|
@ -24,6 +24,9 @@ |
|
|
|
<CheckBox |
|
|
|
<CheckBox |
|
|
|
IsChecked="{core:OptionBinding local:CodeEditorOptions.HighlightSymbol}" |
|
|
|
IsChecked="{core:OptionBinding local:CodeEditorOptions.HighlightSymbol}" |
|
|
|
Content="{core:Localize Dialog.Options.IDEOptions.TextEditor.Markers.HighlightSymbolCheckBox}" /> |
|
|
|
Content="{core:Localize Dialog.Options.IDEOptions.TextEditor.Markers.HighlightSymbolCheckBox}" /> |
|
|
|
|
|
|
|
<CheckBox |
|
|
|
|
|
|
|
IsChecked="{core:OptionBinding local:CodeEditorOptions.HighlightFocus}" |
|
|
|
|
|
|
|
Content="{core:Localize Dialog.Options.IDEOptions.TextEditor.Markers.HighlightFocusCheckBox}" /> |
|
|
|
</widgets:StackPanelWithSpacing> |
|
|
|
</widgets:StackPanelWithSpacing> |
|
|
|
</GroupBox> |
|
|
|
</GroupBox> |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
|