Re: Copying NSTextStorage
Re: Copying NSTextStorage
- Subject: Re: Copying NSTextStorage
- From: Gordon Apple <email@hidden>
- Date: Sat, 31 May 2008 18:49:10 -0500
New attempt. Instead of intercepting the "text" key in my shape
CopyWithZone, I tried the obvious thing of subclassing NSTextStorage, adding
the copying/mutablecopying protocols using the same copy technique of
creating a new object initialized with the original. Even without the
protocols, this simply did not work. It wouldn't allow me to edit text at
all. Without even trying to make a copy, apparently NSTextView will accept
nothing but the original NSTextStorage -- no subclasses allowed, even
without any overrides.
_______________________________________________
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