Problem with addict live spelling

General TRichView support forum. Please post your questions here
Post Reply
remixtech
Posts: 49
Joined: Mon Jun 18, 2007 3:53 pm

Problem with addict live spelling

Post by remixtech »

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

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;
Aword value are before bolding -> autobus,
After bolding -> obus...

Thanks a lot bye
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

This is a known problem. But sorry, it will not be solved in near future.
remixtech
Posts: 49
Joined: Mon Jun 18, 2007 3:53 pm

Post by remixtech »

No news for this bug ? I will sell my software in anuary 2008, i hope this bug ll be corrected ...

An other thing :
I know how to start livespelling

Code: Select all

editeur.StartLiveSpelling;
How can I stop livespelling ?

Thanks a lot, and sorry for my bad english, this is a foreign language for me ;)
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, I cannot promize that this this feature will be implemented to this day.

ClearLiveSpellingResults stops live spelling.
remixtech
Posts: 49
Joined: Mon Jun 18, 2007 3:53 pm

Post by remixtech »

This is not a feature but a bug,

I understand, thanks for your answer,

Bye
remixtech
Posts: 49
Joined: Mon Jun 18, 2007 3:53 pm

Post by remixtech »

Always no news ? Is the bug corrected ?

Thanks a lot,
>Bye
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

No, each item still processed separately.
Post Reply