Skip navigation.
 
mlRe: How to disable Spellcheck on NSTextView
FROM : Douglas Davidson
DATE : Thu Apr 07 23:33:25 2005

On Apr 7, 2005, at 2:25 PM, Hebin Wei wrote:

> NSTextView support Spellcheck on it contextual menu by default. Is 
> there any
> way  I can disable this feature? My application need to remove this 
> feature.
>


You can certainly remove it from the contextual menu, by overriding -
menuForEvent:.

Douglas Davidson

Related mailsAuthorDate
mlHow to disable Spellcheck on NSTextView Hebin Wei Apr 7, 23:25
mlRe: How to disable Spellcheck on NSTextView Douglas Davidson Apr 7, 23:33
mlRe: How to disable Spellcheck on NSTextView Satoshi Matsumoto Apr 8, 02:21
mlRe: How to disable Spellcheck on NSTextView Marco Biasini Apr 8, 09:42
mlRe: How to disable Spellcheck on NSTextView Dan Saul Apr 8, 18:03