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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to