Re: riched20: ITextDocument implementation

2013-06-27 Thread Austin English
On Wed, Jun 26, 2013 at 1:32 AM, Qian Hong wrote: > Hi, > > Welcome again :) > > On Wed, Jun 26, 2013 at 3:11 PM, Tiger Soldier wrote: > >> This is my first time to develop WINE. Any comments/suggestions? >> >> [1] http://bugs.winehq.org/show_bug.cgi?id=17042 > > Improving Rich Edit is great appr

Re: riched20: ITextDocument implementation

2013-06-26 Thread Qian Hong
Hi, Welcome again :) On Wed, Jun 26, 2013 at 3:11 PM, Tiger Soldier wrote: > This is my first time to develop WINE. Any comments/suggestions? > > [1] http://bugs.winehq.org/show_bug.cgi?id=17042 Improving Rich Edit is great appreciated! Interesting, one of GSoC2013 students Jactry Zeng is plan

riched20: ITextDocument implementation

2013-06-26 Thread Tiger Soldier
As bug 17042 [1] reported, the IUnknown object returned by CreateTextServices() does not support ITextDocument. I believe that's the root cause of some apps crash. richole.c has a very limited implementation of ITextDocument for IRichEditOle, which is totally unreusable. I'm trying to implement I