AvaloniaUI / AvaloniaEdit

Avalonia-based text editor (port of AvalonEdit)
MIT License
774 stars 149 forks source link

Enable overstrike mode #415

Closed mgarstenauer closed 7 months ago

mgarstenauer commented 7 months ago

This PR enables Overstrike mode (in other editors called OVR, Overwrite, Overtype), which is not yet working.

Simply uncommenting the code in TextArea.cs solves the problem. All relevant code paths for Overstrike from AvalonEdit are already present in AvaloniaEdit.

Instruction for testing:

Expected behavior: