Re: Spell Checking Text Views
Re: Spell Checking Text Views
- Subject: Re: Spell Checking Text Views
- From: Douglas Davidson <email@hidden>
- Date: Tue, 24 Oct 2006 12:45:06 -0700
On Oct 24, 2006, at 12:34 PM, Tommy Nordgren wrote:
How do I set up spell checking of text views (NSTextView or
subclass). The problem is with
spellchecking embedded strings in source code. I need to make sure
the spell checker sees
only embedded strings.
Spellchecking driven from the menu or panel goes through the method -
checkSpelling:, which can be overridden. That method calls standard
NSSpellChecker methods. As-you-type spellchecking is not so easily
overridden in Tiger and before; there will be more control available
in Leopard. You would probably need to drive it yourself.
Douglas Davidson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden