Word 2010 拼写检查器因 Camel Case 问题而卡住

Avi*_*Avi 5 spell-check microsoft-word microsoft-word-2010

这让我抓狂。我正在使用 Word 来总结我学习的书籍。现在,对于诸如

BindingOperations.ClearBinding

它首先抱怨为什么我没有“绑定操作”。那为什么我没有“清除绑定”。最后,即使我将“BindingOperations”和“ClearBinding”添加到字典中,它也会抱怨 aobut BindingOperations.ClearBinding!

我的问题是:当Word1、Word2、CorrectWord1 和 CorrectWord2 的拼写正确时,如何配置 Word 的拼写检查器以接受 Word1Word2 和 CorrectWord1.CorrectWord2?

编辑:我很不好意思地说我已经解决了这个问题。我只是在“Frame-Position”中使用了破折号,而不是 FramePosition。

编辑:这是解决此问题的单词宏的骨架:

F8  twice (to select the word)
<control u> (to underline)
F8  twice (to extend selection to more than one word, because of a bug in Word 
    where replacing when just one word is selected replaces all across the document,
    not just across the selection )
<contrl h> (to replace)
([a-z])([A-Z])
<Alt i> (go get to the "Replace with" text box)
\1 \2
<Alt M> (for more)
<Alt U> (for wildcards)
<Alt A> (for Replace All)
<Alt N> (no replacement out of the selection)
<Alt U> (Reset the use wildcards)
<escape>
Run Code Online (Sandbox Code Playgroud)

Bri*_*ian 3

拼写 -> 设置校对语言.. -> [X] 不检查拼写或语法。

为随后用于源代码块的段落样式或单独为不希望进行拼写检查的源/文本块设置此样式。