Completely disable NSTextView spell checking

前端 未结 3 1218
庸人自扰
庸人自扰 2020-12-17 17:46

How can I disable spell checking for an NSTextView? In particular, the red lines that are automatically drawn. I know about the \"Continuous Spell Checking\" option in Xcode

3条回答
  •  余生分开走
    2020-12-17 18:25

    Select NSTextView (doubleClick in IB on it because NSTextView is in NSScrollView by default or select it in Document Outline) and go to Attributes Inspector -> Linguistics -> and uncheck Continous Spell Checking here:

    Screenshot

    Result:

    enter image description here

提交回复
热议问题