Page 1 of 1

live spell check

Posted: Thu Oct 25, 2007 2:54 am
by cychia
I have just found a problem with live spell checking.

You may reproduce it in RVAddictParser demo.

1. run the demo
2. run MS Word, and type in in words like didn't shouldn't
3. then copy those words from MS Word and paste into the demo
4. you will see the live spell check underline "didn" "shouldn" as incorrect word.


Thanks

Posted: Wed Oct 31, 2007 1:13 am
by cychia
no help yet?

Posted: Thu Nov 01, 2007 6:25 pm
by Sergey Tkachenko
There are two reasons for this
1) TRichView has special processing for '''' character (#39), but does not have it for '’' character (#146). It will be fixed in the next update.
1) If rv.RTFReadProperties.UnicodeMode = Mixed, 'didn' and 't' are inserted as ANSI text, '’' is inserted as Unicode text. The current version of TRichView cannot check 3 items as one word. It cannot be fixed in near future, use NoUnicode or OnlyUnicode RTF import modes.