Two views of same text
Two views of same text
- Subject: Two views of same text
- From: John Nairn <email@hidden>
- Date: Tue, 11 Nov 2003 14:09:42 -0700
One of the next steps in my application will let a user view the same
text two different ways. It is exactly analogous to XCode/Project
Builder when viewing a source file in the main window and in a separate
window at the same time. Naturally changes made in one view should
instantly appear in the other view if both views are currently open.
Does someone have experience at such an interface? Should it:
a. Have two separate text views with separate text storage and
broadcast all text edits in one view to all other views to see if they
should be incorporated.
b. Or is there a way for them to share the same text storage which
would (hopefully) automatically update all views when one view is
changed?
------------
John Nairn (1-801-581-3413, FAX: 1-801-581-4816)
Web page:
http://www.eng.utah.edu/~nairn
_______________________________________________
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.