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 mi

Re: Displaying one NSTextStorage with two sets of temporary attributes

2008-05-02 Thread Adam C.M. Solove
omplex interaction between the > layout manager and the typesetter. You probably want to intervene before the > attributedString gets converted into glyphs. > > > On May 1, 2008, at 8:25 PM, Adam C.M. Solove wrote: > > > > > > > > > > Hello all, >

Re: Displaying one NSTextStorage with two sets of temporary attributes

2008-05-02 Thread Adam C.M. Solove
xt experts like Douglas and Martin might > have a better idea. I'd be happy to continue this discussion offline if you > to want to kick around some more ideas. > > Ross > > > > On May 2, 2008, at 12:47 PM, Adam C.M. Solove wrote: > > > > Actually, you