Sometimes, for what ever reason, I copy source code into either a word document, or an email ... which in Outlook, I believe, is using Word.

Anyway, it would be nice if I could spell check the english part of my document without having to manually ignore each and every source code token.

Is there an option, or some type of style formatting I can set, which will tell the spell checker to ignore it?

link|improve this question

Tempted to mark for close since it's a Word question. But I think I'll let this one go. – paxdiablo Feb 5 '09 at 2:23
feedback

3 Answers

up vote 10 down vote accepted

This one's easy. Select the code you pasted, go to Tools -> Language (or in the latest version of Word, the equivalent on the ribbon) and select the checkbox "Don't check."

link|improve this answer
THANK GOD! I am sure there are MANY people that need to know this. You should tell random people you meet about this someone will hug you before the day is over, maybe even by you a beer. – Chris Craft Mar 23 '09 at 17:35
feedback

Highlight the code/text in the document go to the Tools Menu>Language>Set Language. There will be a "Do not check spelling or grammar" checkbox

this will mark the area so that the spellchecker skips over it

link|improve this answer
feedback

This is my solution to word plastering my design docs with distracting red-underlines. It's not exactly what you're asking for, but you might find it sufficient.

Basically, one day I was thinking - "Why can't word make the mispelling markings SUBTLE like IntelliJ does?"

Well, it can - just change the wavy underline color to light gray instead of red.

http://support.microsoft.com/kb/925597

So much less distracting.

One other thing that the spell checker in IntelliJ does is detect camelcaps and treat each subword in a camel capped word as a separate word... So it considers myWordDocument spelled correctly, but flags myWerdDocument. Be nice if word did that!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.