List of Misspelled Words

General TRichView support forum. Please post your questions here
Post Reply
standay
Posts: 256
Joined: Fri Jun 18, 2021 3:07 pm

List of Misspelled Words

Post by standay »

Hi Sergey,

I need to get a list of misspelled words in an rve. Right now I've set up a stringlist and I populate it in rveSpellingCheck. This is working but I was wondering if there's already a list of misspelled words somewhere in the rve code that I could use.

Thanks

Stan
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: List of Misspelled Words

Post by Sergey Tkachenko »

There is no list of misspelled words.
It is possible to go through the document and check places where misspelled words are underlined, but probably building list in OnSpellingCheck is preferrable.
standay
Posts: 256
Joined: Fri Jun 18, 2021 3:07 pm

Re: List of Misspelled Words

Post by standay »

Thanks Sergey,

I decided to use code you pointed to in this post:

https://www.trichview.com/forums/viewto ... rate+words

I'm still using a string list, but checking and rechecking for misspelled words directly rather than building a list in rveSpellingCheck.

Stan
Post Reply