Re: Connecting NSTextStorage to a string

2016-12-28 Thread Kyle Sluder
> On Fri, Dec 23, 2016, at 09:16 PM, Daryle Walker wrote: > The text controls on macOS use a NSTextStorage object to retain their > text. That object is a extension of an attributed string. Let's say you > use a NSString (or similar) in your document model. How should I get > changes on one string

Re: Connecting NSTextStorage to a string

2016-12-23 Thread Keary Suska
> On Dec 23, 2016, at 8:16 PM, Daryle Walker wrote: > > The text controls on macOS use a NSTextStorage object to retain their text. > That object is a extension of an attributed string. Let's say you use a > NSString (or similar) in your document model. How should I get changes on one > strin