EmpowermentZone / EdSharp

EdSharp is a full featured text editor that is friendly, powerful, and open source.
23 stars 11 forks source link

Have Spell-check support that is not tied to Word #5

Open frastlin opened 7 years ago

frastlin commented 7 years ago

I use EdSharp for files that are not only programming related. I currently just keep misspelling and don't worry about spelling, but it is not professional and I sometimes need to open up another window just to type a silly word and get the correct spelling. I would like to be able to have spelling errors being checked while I type and have a context menu that has suggestions. There are a host of .net spellcheckers: http://stackoverflow.com/questions/453611/what-is-the-best-spell-checking-library-for-c

cannona commented 7 years ago

+10 to this!

jhomme commented 7 years ago

I read about a .Net spell check library called HunSpell. This library is open-source, and is a port of the one used in products such as FireFox. Perhaps it would be doable to add it to the project and replace the MS Word dependency on spell check.