Re: Displaying one NSTextStorage with two sets of temporary attributes

2008-05-02 Thread Adam C.M. Solove
before the attributedString gets converted into glyphs. On May 1, 2008, at 8:25 PM, Adam C.M. Solove wrote: Hello all, In the episode of Late Night Cocoa on the text system, [ http://www.macdevnet.com/index.php/shows/latenightcocoa/37-latenightcocoa/93-lnc005 ] Juan Pablo

Re: Displaying one NSTextStorage with two sets of temporary attributes

2008-05-02 Thread Adam C.M. Solove
, at 12:47 PM, Adam C.M. Solove wrote: Actually, you're right that merely suppressing display is all I need. I was assuming this would have to be done with temporary attributes, but is there an easier way? THank you, Adam Solove On Fri, May 2, 2008 at 7:57 AM, Ross Carter [EMAIL

Displaying one NSTextStorage with two sets of temporary attributes

2008-05-01 Thread Adam C.M. Solove
Hello all, In the episode of Late Night Cocoa on the text system, [ http://www.macdevnet.com/index.php/shows/latenightcocoa/37-latenightcocoa/93-lnc005 ] Juan Pablo Claude described a setup with multiple NSLayoutManagers editing text from the same NSTextStorage and then said, off-hand, that you