riched20: Implements FR_WHOLEWORD for EM_FINDTEXT

Lei Zhang leiz at ucla.edu
Mon Mar 6 22:19:02 CST 2006


On Monday 06 March 2006 01:28 pm, Phil Krylov wrote:
> On Sun, 05 Mar 2006 14:20:47 -0800
>
> Lei Zhang <leiz at ucla.edu> wrote:
> > +        if ((flags & FR_WHOLEWORD) && iswalnum(wLastChar))
>
> Probably a test checking if native richedit does not use user's word
> breaking procedure (set via EM_SETWORDBREAKPROC) for FR_WHOLEWORD
> searches would be cool.
>
> -- Ph.

Thanks, I will add this along with some i18n tests at a later time.

- Lei



More information about the wine-devel mailing list