Quote:
Originally Posted by DiapDealer
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.
|
Thanks. Since the ini file didn't have an option like
code_view_spelling_BACKGROUND_color=
I figured I was SOL.
The reason why it would be nice is that I edit hundreds of OCRed pages at a time. I use Spellcheck first -- and I F1 and F2 the multiple "misspellings" (usually proper names, and such). Then, with only 1-offs remaining (which usually are *real* misspellings), I just breeze through codeview and make the few corrections left. It would be nice if they jumped off the screen as yellow highlights...because my old tired eyes often miss the thin RWU.
Thanks for looking at the code.