Re: NSTextView limit
Re: NSTextView limit
- Subject: Re: NSTextView limit
- From: Douglas Davidson <email@hidden>
- Date: Fri, 26 Jul 2002 09:33:01 -0700
On Thursday, July 25, 2002, at 02:50 PM, Nico wrote:
Thanks, but my problem is mainly to understand how to -delete- the
lines from the NSTextView.
For that you just modify the NSTextStorage. NSTextStorage is a subclass
of NSMutableAttributedString, so you modify it like a mutable attributed
string. See the documentation for more information. If you're making
multiple modifications in a row, bracket them in beginEditing/endEditing.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.