DJGosnell

Results 24 comments of DJGosnell

Side note, do you have any more direct contact you use? Email, Discord, etc.? I'd love to be able to talk about certain parts of this project more in a...

This project is still actively being developed so performance is still being worked on. Since this is an open source project and you want use it, you can create a...

I have not done any iOS development before. I know that .NET can run on it, I just don't have experience in the area. I'll look into this, but it...

Can this just use the adorer layer for the text underlining? I'm just not sure the best method to add a dynamic context menu. Should it be integrated into the...

Is having a completely customizable Avalonia Flyout what we want to use here or have a `ProofingMenuItems` property collection where it can be populated dynamically by Avalonia or the end...

### Existing APIs Win32 API (>=Windows 8) with sample https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/SpellCheckerClient https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/SpellCheckerProvider/cpp

Digging into this again. Is the UWP method the one that should be perused? Looking into WPF, it seems they have a very complex system for handling [Text Editing](https://github.com/dotnet/wpf/blob/main/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/TextEditor.cs) and...

I have made some progress in this area with creating a custom TextBox control and drawing red underlines from the overridden Renderer, but I think one of the most performant...

@Gillibald > TextPresenter isn't responsible for analyzing text it just renders some state. TextBox itself or ideally some attached logic should be responsible for the analysis. The result is then...