splitting a text view
splitting a text view
- Subject: splitting a text view
- From: Todd Ransom <email@hidden>
- Date: Mon, 7 Jun 2004 10:49:25 -0600
I would like to create an NSTextView that can be split, similar to the
way XCode's editor can. I have put two NSTextViews onto a window and
made them a subview of NSSplitView. That works fine. What I can't
figure out is how to get these two NSTextViews to share a single data
source (for lack of a better term). What do I need to do to get these
two NSTextViews to show me two different views on the same file?
TIA,
TR
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.