Re: r30970 - lyx-devel/trunk/src

2009-08-10 Thread Abdelrazak Younes
On 10/08/2009 23:34, Vincent van Ravesteijn wrote: Are the spellcheck dictionaries in the memory ? I hope that I would not have to read from disk everytime. Nope, there is something called the disk cache. I am betting you will never, ever noticed any slowdown because of this, pretty sure o

Re: r30970 - lyx-devel/trunk/src

2009-08-10 Thread Vincent van Ravesteijn
Are the spellcheck dictionaries in the memory ? I hope that I would not have to read from disk everytime. Nope, there is something called the disk cache. I am betting you will never, ever noticed any slowdown because of this, pretty sure of that. Abdel. You realize the large problems w

Re: r30970 - lyx-devel/trunk/src

2009-08-10 Thread Abdelrazak Younes
On 10/08/2009 23:23, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: On 10/08/2009 23:10, Abdelrazak Younes wrote: On 10/08/2009 23:03, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: On 10/08/2009 22:57, Vincent van Ravesteijn wrote: you...@lyx.org schreef: Author: younes

Re: r30970 - lyx-devel/trunk/src

2009-08-10 Thread Vincent van Ravesteijn
Abdelrazak Younes schreef: On 10/08/2009 23:10, Abdelrazak Younes wrote: On 10/08/2009 23:03, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: On 10/08/2009 22:57, Vincent van Ravesteijn wrote: you...@lyx.org schreef: Author: younes Date: Mon Aug 10 22:54:22 2009 New Revision: 30970

Re: r30970 - lyx-devel/trunk/src

2009-08-10 Thread Abdelrazak Younes
On 10/08/2009 23:10, Abdelrazak Younes wrote: On 10/08/2009 23:03, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: On 10/08/2009 22:57, Vincent van Ravesteijn wrote: you...@lyx.org schreef: Author: younes Date: Mon Aug 10 22:54:22 2009 New Revision: 30970 URL: http://www.lyx.org/trac

Re: r30970 - lyx-devel/trunk/src

2009-08-10 Thread Abdelrazak Younes
On 10/08/2009 23:03, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: On 10/08/2009 22:57, Vincent van Ravesteijn wrote: you...@lyx.org schreef: Author: younes Date: Mon Aug 10 22:54:22 2009 New Revision: 30970 URL: http://www.lyx.org/trac/changeset/30970 Log: Move the inline spellche

Re: r30970 - lyx-devel/trunk/src

2009-08-10 Thread Vincent van Ravesteijn
Abdelrazak Younes schreef: On 10/08/2009 22:57, Vincent van Ravesteijn wrote: you...@lyx.org schreef: Author: younes Date: Mon Aug 10 22:54:22 2009 New Revision: 30970 URL: http://www.lyx.org/trac/changeset/30970 Log: Move the inline spellchecking code from collectWords() to the row drawing r

Re: r30970 - lyx-devel/trunk/src

2009-08-10 Thread Abdelrazak Younes
On 10/08/2009 22:57, Vincent van Ravesteijn wrote: you...@lyx.org schreef: Author: younes Date: Mon Aug 10 22:54:22 2009 New Revision: 30970 URL: http://www.lyx.org/trac/changeset/30970 Log: Move the inline spellchecking code from collectWords() to the row drawing routine. The text row is spel

Re: r30970 - lyx-devel/trunk/src

2009-08-10 Thread Vincent van Ravesteijn
you...@lyx.org schreef: Author: younes Date: Mon Aug 10 22:54:22 2009 New Revision: 30970 URL: http://www.lyx.org/trac/changeset/30970 Log: Move the inline spellchecking code from collectWords() to the row drawing routine. The text row is spell checked only if changed! Now inline SpellChecker