continuous spell checking, NSTextView / field editor, document tag
continuous spell checking, NSTextView / field editor, document tag
- Subject: continuous spell checking, NSTextView / field editor, document tag
- From: "email@hidden" <email@hidden>
- Date: Thu, 18 Jun 2009 15:41:57 -0700
i would like to have continuous spell checking available for many of
my text fields and table/outline cells. i realize that this can be
accomplished by call -[NSTextView setContinuousSpellCheckingEnabled:]
for the appropriate field editor. what i don't understand is how to
specify the spell document tag that should be used by the NSTextView.
NSTextView has -spellCheckerDocumentTag to get the spell document tag
used by the text view, but i don't see a way to set it. have i missed
something?
from the archives
(http://www.cocoabuilder.com/archive/message/cocoa/2006/10/24/173279)
states:
As-you-type spellchecking is not so easily
overridden in Tiger and before; there will be more control available
in Leopard.
did this control make it into leopard? if so, where is it?
i have a multi-document app, and thus, i would like to be able to use
a document specific dictionary for each document, and thus, i need to
be able to specify the spell document tag to be used for my text
fields and table/outline cells.
thanx,
ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden