]> git.lyx.org Git - lyx.git/commit
#9514 contents inside of LyX insets with spell check disabled should be ignored by...
authorStephan Witt <switt@lyx.org>
Wed, 6 May 2015 16:39:24 +0000 (18:39 +0200)
committerStephan Witt <switt@lyx.org>
Wed, 6 May 2015 16:39:24 +0000 (18:39 +0200)
commit93b0f9c080cbb3dd807850ad60dbe211fc5bc703
treee3a0b722ed650b21f7792aaeef5e792a97da20bd
parent4f3d9d0092cbc82dc3b1228344ef0300e88efe06
#9514 contents inside of LyX insets with spell check disabled should be ignored by spell checker.
The document iterator now skips math insets and insets like notes where spell check is disabled.
The continuous spell checking is part of the row painter drawing and the spell check disabled state
has to be passed down recursively while doing the inset painting.
src/Buffer.cpp
src/MetricsInfo.cpp
src/MetricsInfo.h
src/RowPainter.cpp
src/TextMetrics.cpp