NSTextStorage refreshing NSTextView
NSTextStorage refreshing NSTextView
- Subject: NSTextStorage refreshing NSTextView
- From: "Josh Ferguson" <email@hidden>
- Date: Wed, 10 Jul 2002 14:52:00 -0500
- Thread-topic: NSTextStorage refreshing NSTextView
I'm hoping that this question should be an easy one. I'm trying to force the NSTextView to re-display its characters after making changes to the attributes in the NSTextStorage. My TextStorage is a concrete sub-class of NSTextStorage, and I need to be able to force the update in the NSTextView FROM the TextStorage. edit:range:changeInLength doesn't work because it always wants to move the insertion point to the end of the range I've edited. What's the best way to do this?
_______________________________________________
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.