Re: spell-check on the fly on Mac OS X (was: Re: Beta plans (again))

2010-08-09 Thread Stephan Witt
Am 09.08.2010 um 00:43 schrieb Abdelrazak Younes: > On Wed, Aug 4, 2010 at 8:02 AM, Stephan Witt wrote: > Am 04.08.2010 um 00:51 schrieb Jean-Marc Lasgouttes: >> >> > The problem with this approach is that I am not even sure that it will be >> > enough. I am not sure >> > whether the time is s

Re: spell-check on the fly on Mac OS X (was: Re: Beta plans (again))

2010-08-08 Thread Abdelrazak Younes
On Wed, Aug 4, 2010 at 8:02 AM, Stephan Witt wrote: > Am 04.08.2010 um 00:51 schrieb Jean-Marc Lasgouttes: > > > The problem with this approach is that I am not even sure that it will be > enough. I am not sure > > whether the time is spent in the setup of the function or in the word > checking i

Re: spell-check on the fly on Mac OS X (was: Re: Beta plans (again))

2010-08-08 Thread Jean-Marc Lasgouttes
Le 8 août 10 à 23:49, Abdelrazak Younes a écrit : The first solution is to make Paragraph send strings directly to the spellchecker. This would require to rework the spellcheck interface to allow to pass full strings. I do not think that aspell or enchant allow this, although I could not find

Re: spell-check on the fly on Mac OS X (was: Re: Beta plans (again))

2010-08-08 Thread Abdelrazak Younes
On 04/08/2010 00:51, Jean-Marc Lasgouttes wrote: The spellchecker finally decided to work for a reason I do not understand :) I can indeed check that it becomes very slow and Shqrk.qpp tells me that all the time is spent in checkSpellingOfString ;( What could we do from there? The first solution

Re: spell-check on the fly on Mac OS X

2010-08-05 Thread Stephan Witt
Am 05.08.2010 um 04:29 schrieb Richard Heck: > On 08/03/2010 06:51 PM, Jean-Marc Lasgouttes wrote: >> >> While typing this, I notice that Mail.app only does on the fly checking at >> cursor position. I could add a >> "isSlow()" method to the spell checking backends and revert to this strategy >

Re: spell-check on the fly on Mac OS X

2010-08-04 Thread Richard Heck
On 08/03/2010 06:51 PM, Jean-Marc Lasgouttes wrote: While typing this, I notice that Mail.app only does on the fly checking at cursor position. I could add a "isSlow()" method to the spell checking backends and revert to this strategy for slow backends... I was going to suggest something lik

Re: spell-check on the fly on Mac OS X (was: Re: Beta plans (again))

2010-08-03 Thread Stephan Witt
Am 04.08.2010 um 08:02 schrieb Stephan Witt: > Am 04.08.2010 um 00:51 schrieb Jean-Marc Lasgouttes: > >>> The last release I built against 10.5 SDK and used the 10.4 minimum version >>> switch. >>> So the features of 10.5 are available but the check with >>> instancesRespondToSelector cares for

Re: spell-check on the fly on Mac OS X (was: Re: Beta plans (again))

2010-08-03 Thread Stephan Witt
Am 04.08.2010 um 00:51 schrieb Jean-Marc Lasgouttes: >> The last release I built against 10.5 SDK and used the 10.4 minimum version >> switch. >> So the features of 10.5 are available but the check with >> instancesRespondToSelector cares for 10.4 runtime environment. >> The defines are to care