8
3
I often write documents that contain code snippets in them. I created a custom code style so I can quickly differentiate words or paragraphs that are code.
However, C++ code is not easy on Word's spell checker. How do I disable the spell checker from marking all my funnyVariableNames as misspelled?
Unfortunately this doesn't work (at least not in 2003 and 2007). Applying such a style to an existing paragraph will perform spell checking. Haven't found a way to work around that yet... – RedGlyph – 2013-08-31T18:08:01.910
4It does work with character style however, but make sure to select a language before checking "Do not check spelling or grammar" or it won't be taken into account. It's easy to verify that by looking at the style specs, look for a "Do not check spelling or grammar, English (United Kingdom)" (the language doesn't matter of course). – RedGlyph – 2013-08-31T18:10:19.343