Am 29.01.2011 um 17:24 schrieb Edwin Leuven: > i have started to use trunk for my regular work, and wondered about > the following > > the dotted lines that underline misspelled words are difficult to see: > could we draw them fatter or use the old wiggly lines?
I tried to scale the thickness of the dotted line with zoom factor. Of course this is pure heuristics. If you want to play with it: have a look at the RowPainter::RowPainter constructor. > > when the cursor is in a misspelled word the dotted lines are not > painted: is this intentional? Yes. The idea is to avoid marking unfinished words as misspelled. Stephan