AvaloniaEdit icon indicating copy to clipboard operation
AvaloniaEdit copied to clipboard

Avalonia-based text editor (port of AvalonEdit)

Results 100 AvaloniaEdit issues
Sort by recently updated
recently updated
newest added

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...

bug

Fixes #352 ## Before this pr ![before](https://github.com/user-attachments/assets/dad659bd-68ef-4212-a10e-1a33c08b5f3c) ## After this pr ![after](https://github.com/user-attachments/assets/40acf08c-74f0-4f0c-9a10-0ec8d8513e0e)

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....