Questing about NSAttributedStrings and begin/end editing
Questing about NSAttributedStrings and begin/end editing
- Subject: Questing about NSAttributedStrings and begin/end editing
- From: Scott Anguish <email@hidden>
- Date: Sat, 20 Jul 2002 03:06:25 -0400
My understanding of the implementation of this is that the default
behavior of NSMutableAttributedString is that the insertion/deletion
routines by default handle the editing of the text just fine.
The routine -beginEditing allows the temporary suspension of this
behavior providing the opportunity to group edits, and that the
attributes and such are fixed when -endEditing is invoked.
Is this accurate?
_______________________________________________
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.