> 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
> 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
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 to get mirrored on the other?
I think there are begin/end-edit