AvaloniaEdit
AvaloniaEdit copied to clipboard
Avalonia-based text editor (port of AvalonEdit)
When i open the searchpanel via a button the side buttons cannot be clicked. So cannot click previous,next or close and there is no focus on the text area. Similiar...
Version: Avalonia 11.0.0 When code completion window is shown AvaloniaEdit crashes with "System.InvalidCastException: 'Unable to cast object of type 'System.String' to type 'AvaloniaEdit.CodeCompletion.ICompletionData'.'" Example: CompletionWindow? completionWindow; public class MyCompletionData :...
It looks like the code of this method is commented out for some reason It does not throw an exception when called I’m sure there’s a good reason the code...
I use AvaloniaEdit in the way showed in the wiki example  However,sometimes when i edit the text such as deleteing code in the TextEditor,it will thrown exception as following:...
**AvaloniaEdit version**: `0.10.12.2` **Avalonia version**: `0.10.18` **Runtime version**: `.NET 7.0` Crashes with exceptions **Null Reference Exception** ``` System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException:...
I have a project using the release candidate that has a menu item trying to set the `Text` property of an editor to some string. For some reasons that works...
Hey. If I have line, column and length to mark an error in what was typed in, is it possible to somehow highlight this part like other IDEs with some...
Avalonia version: 0.10.18 AvaloniaEdit version: 0.10.12.2 If you add more than two text lines to the editor and resize the control to a smaller size the vertical scrollbar becomes visible...
Modern editors, like Visual Studio Code, Sublime support adding Controls between lines. Example: 