Martin Garstenauer
Martin Garstenauer
This PR adds a custom margin to the text editor demo. It behaves like the *breakpoint margin* in Visual Studio. A gray circle is rendered when the mouse is over...
This is a cosmetic PR that removes the 30px margin around the `TextEditor` in the demo. Before:  After:  (Looking at the git history, the `Margin` has been there...
This PR adds an options to choose whether completion items are inserted on `PointerPressed`, `PointerReleased` or `DoubleTapped`. This is an improvement on #414 and addresses the feedback by @gebodal mentioned...
Fixes #511 Users often forget to add the AvaloniaEdit styles in `App.xaml`. This step is mentioned in the `README.md`, but can easily be missed. I know because it happened to...
Fixes #512 The `RoutedCommand`'s `CanExecute` handler shouldn't check whether editor `IsFocused`. The source of the `RoutedCommand` (`Button`, `MenuItem`, etc.) has focus when the command is executed. (When using the context...
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.
I suggest removing the orginal (obsolete) syntax highlighting code in the `AvaloniaEdit`. **Background info:** The original `AvalonEdit` implementation used its own highlighting engine. `AvaloniaEdit` instead uses TextMate. The original highlighting...
### Describe the bug I am using **XAML Styler for Visual Studio 2022** v3.2501.8 (https://github.com/Xavalon/XamlStyler). After upgrading to the new **Avalonia for Visual Studio** v11.10.4.0, XAML Styler stopped working for...