Problem with addict live spelling
Posted: Sun Jun 24, 2007 8:52 pm
Hello,
I have found a possible bug with the live spelling of addict, more particulary in the parser of Trichviewedit...
the word autobus is well spelled for trichview but when i bold a part of the word it is misspelled.. like autobus
Aword value are before bolding -> autobus,
After bolding -> obus...
Thanks a lot bye
I have found a possible bug with the live spelling of addict, more particulary in the parser of Trichviewedit...
the word autobus is well spelled for trichview but when i bold a part of the word it is misspelled.. like autobus
Code: Select all
procedure Tf_ecriture.RichViewEdit1SpellingCheck(Sender: TCustomRichView;
const AWord: string; StyleNo: Integer; var Misspelled: Boolean);
begin
Misspelled := not f_principale.RVAddictSpell31.WordAcceptable(aword);
end;
After bolding -> obus...
Thanks a lot bye