This is driving me nuts. I'm using Word to summarize books I study. Now, for a term such as

BindingOperations.ClearBinding

It first complains about why I don't have "Binding Operations". Then why I don't have "Clear Binding". And lastly, even after I add "BindingOperations" and "ClearBinding" to the dictionary, it complains aobut BindingOperations.ClearBinding!

My question is: How can I configure Word's spell checker to accept Word1Word2 and CorrectWord1.CorrectWord2 when the spelling of Word1, Word2, CorrectWord1 and CorrectWord2 are correct?

edit: I'm embarresed to say I have solved the problem. I just used dashes as in "Frame-Position" instead of FramePosition.

link|improve this question

1  
and what is your question? – Walter Maier-Murdnelch Dec 29 '11 at 21:39
yea - the complaining is correct.. because it is grammatically correct. not technically correct. Unfortunately for this purpose you need to get a technical dictionary or some other kind of checker.. or mark technical terms to be ignored.. – ppumkin Dec 29 '11 at 21:40
Normally, camel case is incorrect. This is why the medical industry has their own dictionary. – surfasb Dec 30 '11 at 2:33
feedback

1 Answer

up vote 3 down vote accepted

Spelling -> Set Proofing Language .. -> [X] Do not check spelling or grammar.

Set this for either a paragraph style you then use for blocks of source code or individually for blocks of source/text you don't want it to spell check.

link|improve this answer
Thanks. I'm aware of this and I'm using it for blocks of codes I copy (also use border so code samples are nicely marked). The problem, however, is that usually the explanations for the code then contain regular text paragraphs, where the camelCased words appear amidst rgular ones I do want to check. As no answer surfaced advising me how to do this, I'll accespt your answer. – Avi Dec 30 '11 at 14:31
feedback

Your Answer

 
or
required, but never shown

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