Saving doc loses NSTextView position/selection Re: Lion autosave...

2011-11-15 Thread Fritz Anderson
On 11 Nov 2011, at 11:23 AM, Fritz Anderson wrote: On 11 Nov 2011, at 11:00 AM, Fritz Anderson wrote: My application writes an XML document that includes styled text in the form of HTML. At the user end is an NSTextView; I use an in-memory Core Data store for working storage. The text

Re: Saving doc loses NSTextView position/selection Re: Lion autosave...

2011-11-15 Thread Kyle Sluder
On Nov 15, 2011, at 8:46 AM, Fritz Anderson fri...@manoverboard.org wrote: On 11 Nov 2011, at 11:23 AM, Fritz Anderson wrote: On 11 Nov 2011, at 11:00 AM, Fritz Anderson wrote: My application writes an XML document that includes styled text in the form of HTML. At the user end is an

Re: Saving doc loses NSTextView position/selection Re: Lion autosave...

2011-11-15 Thread Fritz Anderson
On 15 Nov 2011, at 11:02 AM, Kyle Sluder wrote: Don't do this. Bindings really don't understad mutable value types like NSTextStorage. This is going to call -setFoo: on your managed object, which will fire KVO, which will call -setString: on your NSTextView, which will reset the cursor