Re: NSTextView and changing the selected text's color
Re: NSTextView and changing the selected text's color
- Subject: Re: NSTextView and changing the selected text's color
- From: Douglas Davidson <email@hidden>
- Date: Wed, 11 Jun 2008 08:30:00 -0700
On Jun 11, 2008, at 3:24 AM, Mattias Arrelid wrote:
Haven't anyone stumbled upon something similar, or a solution to this?
I believe it was answered. You don't want to use
setMarkedTextAttributes:, because marked text is the uncommitted text
you see while using an input method. You can use
setSelectedTextAttributes: instead.
Douglas Davidson
_______________________________________________
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