Swapping NSTextView Contents
Swapping NSTextView Contents
- Subject: Swapping NSTextView Contents
- From: Edwin Zacharias <email@hidden>
- Date: Thu, 24 May 2001 02:30:15 -0400
I'm trying to copy Project Builder's ability to change the contents of
an NSTextView from one document to another. I've tried swapping
NSTextStorages, but that does not keep the scrollbar's position and the
text selection. Anyone know what to store so I can properly swap an
NSTextView's contents?
- Edwin Zacharias