You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New Feature: Hide mouse cursor while typing (enabled by default)
17
17
* New Feature: Highlight current line (disabled by default)
18
18
* New Feature: Overstrike mode (disabled by default)
19
+
* New Feature: 'underline' attribute in syntax highlighting definitions
19
20
* AvalonEdit now raises the WPF DataObject attached events on clipboard and drag'n'drop operations.
20
21
* Encoding detection now distinguishes between UTF-8 with BOM and UTF-8 without BOM. This prevents AvalonEdit from adding the BOM to existing UTF-8 files.
21
22
* Improved handling of grapheme clusters. A base character followed by a combining mark is now treated as a single character by the caret movement logic.
0 commit comments