]> git.lyx.org Git - features.git/commit
Move the inline spellchecking code from collectWords() to the row drawing routine...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 10 Aug 2009 20:54:22 +0000 (20:54 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 10 Aug 2009 20:54:22 +0000 (20:54 +0000)
commit0cc197d3c1978214676532f872bff2f72931e45f
tree8a1d76c30f4994afbfaf2ed1a89ea868712da872
parentb3d7fce1b248db0ea50d7924d33f65e27bd481db
Move the inline spellchecking code from collectWords() to the row drawing routine. The text row is spell checked only if changed!

Now inline SpellChecker is faster than ever. Now, I honestly think that we blow out all the competitors (thunderbird, OO, MSWord, etc) :-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30970 a592a061-630c-0410-9148-cb99ea01b6c8
src/Paragraph.cpp
src/TextMetrics.cpp