Re: r28963 - in lyx-devel/trunk/src: . frontends/qt4

2009-03-29 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: > Yep lots of not very nice code in this area; there's also some > function which are duplicates (egg isLetter()). I am trying to set up > the infrastructure right before going into bug fixing mode. Fine :) JMarc

Re: r28963 - in lyx-devel/trunk/src: . frontends/qt4

2009-03-29 Thread Abdelrazak Younes
On 29/03/2009 23:03, Jean-Marc Lasgouttes wrote: Log: Transfer some general code from GuiSpellchecker to Buffer and DocIterator. * Buffer::nextWord(): new method to search for next word. * DocIterator.cpp: new function isLetter() moved from GuiSpellchecker. I like your changes and appreciate

Re: r28963 - in lyx-devel/trunk/src: . frontends/qt4

2009-03-29 Thread Jean-Marc Lasgouttes
Log: Transfer some general code from GuiSpellchecker to Buffer and DocIterator. * Buffer::nextWord(): new method to search for next word. * DocIterator.cpp: new function isLetter() moved from GuiSpellchecker. I like your changes and appreciate that they are done in understandable chunks. Not