AvaloniaEdit
AvaloniaEdit copied to clipboard
Avalonia-based text editor (port of AvalonEdit)
This pull request includes a small but significant change to the `SetFontRenderingEmSize` method in `VisualLineElementTextRunProperties.cs`. The change ensures that the font rendering size does not drop below a minimum value...
This PR adds a handler for `ScrollOffsetChanged` to the `SelectionMouseHandler`. Fixes #426.
Fixes #427. `AddSpacesIfRequired` incorrectly counts the line length when EOL markers are enabled. The EOL marker itself shouldn't be counted.
Refactored `DataObjectCopyingEventArgs` to use a traditional constructor instead of a primary constructor. Why - **Consistency**: All other EventArgs-based classes in the codebase use traditional constructors. - **Compatibility**: The project targets...
I have this gnarly little bit of code in Blitz Search with a Todo Note to bug AvaloniaEdit about it.. I have noticed ScrollTo not resolving if I set the...
### Describe the bug When using AvaloniaEdit.TextEditor, changing the FontSize is not applied on first change. OperatingSystem: Windows 10 Professional Version 22H2 (Build 19045.5011) 64 Bit ### To Reproduce Steps...
Fixes #352 ## Before this pr  ## After this pr 
When I have a text file open on the android version of my app, both the scrolling AND the text selection is activated at the same time on long press....
Version: 11.1.0 During an attempt to lock 2 AvaloniaEdit vertical/horizontal offsets I encountered some issues. It seems that ScrollToHorizontalOffset and ScrollToVerticalOffset was never implemented (or commented out) at some point....