Browse Source

Remove "allow overstrike" option.

I don't think we should have this in our options dialog. Having too many options just is unnecessary complexity, both for users and when testing.
pull/341/head
Daniel Grunwald 12 years ago
parent
commit
2310e2ca83
  1. 3
      src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/Options/GeneralEditorOptions.xaml

3
src/AddIns/DisplayBindings/AvalonEdit.AddIn/Src/Options/GeneralEditorOptions.xaml

@ -27,9 +27,6 @@ @@ -27,9 +27,6 @@
<CheckBox
IsChecked="{core:OptionBinding local:CodeEditorOptions.ShowHiddenDefinitions}"
Content="{core:Localize Dialog.Options.IDEOptions.TextEditor.Markers.ShowHiddenDefinitionsCheckBox}" />
<CheckBox
IsChecked="{core:OptionBinding local:CodeEditorOptions.AllowToggleOverstrikeMode}"
Content="Allow Overstrike mode" />
</widgets:StackPanelWithSpacing>
</GroupBox>
</StackPanel>

Loading…
Cancel
Save