View Single Post
Old 08-04-2015, 01:11 PM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,621
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Pretty sure the highlighting used for spellcheck in Sigil's CodeView is not user configurable at this time. A quick glance at the Code View editor code tells me it's currently hardcoded in Qt.

lots of:
Code:
.underlineStyle() == QTextCharFormat::WaveUnderline
going on.

CORRECTION: you can change the color of the "Spelling Underline" via the normal Sigil preferences (normal "Appearance"-->CSS/Codeview settings). You won't, however, be able to change it from an underline (wavy or otherwise) to a highlight.

Last edited by DiapDealer; 08-04-2015 at 01:18 PM.
DiapDealer is offline   Reply With Quote