icsharpcode / AvalonEdit

The WPF-based text editor component used in SharpDevelop
http://avalonedit.net/
MIT License
1.85k stars 469 forks source link

Ability to add spell checking #404

Open MarioFares opened 1 year ago

MarioFares commented 1 year ago

The built-in WPF TextBox control enables spell checking but I have not found any way for AvalonEdit to allow this and there isn't a mention of this in the official documentation or issues raised.

I am hoping, if AvalonEdit relies on a TextBox control, to expose the spell checking capability or to add it in one way or another. Otherwise I can't seem to find a good way to implement this feature.

DavidBerg-MSFT commented 1 year ago

I don't know anything about the quality of the code, but there's this article on how to do it: https://www.codeproject.com/tips/560292/avalonedit-and-spell-check