[PATCH] riched20: Implement ITextSelection::GetChar.

Huw Davies huw at codeweavers.com
Tue Jul 22 05:36:08 CDT 2014


On Tue, Jul 22, 2014 at 06:11:07PM +0800, Jactry Zeng wrote:
> ---
>  dlls/riched20/richole.c       | 13 +++++++++--
>  dlls/riched20/tests/richole.c | 51
> +++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 62 insertions(+), 2 deletions(-)
> 


Before you start implementing the ITextSelection methods, have you
thought about how the ITextRange returned by
ITextDocument::GetStoryRanges would work?

It seems to me it would be useful to have a text range object that
could be used by both, rather than implementing two lots of
ITextRange methods.

Huw.



More information about the wine-devel mailing list