Re: NSTextView and undo problems
Re: NSTextView and undo problems
- Subject: Re: NSTextView and undo problems
- From: Koen van der Drift <email@hidden>
- Date: Sun, 9 Feb 2003 21:47:14 -0500
Hi,
I found a solution, I think ;).
I was looking in the Developer Examples, and in TextEdit, the undomanager
is used (see the file Document.m). So I respond to undoManagerChangeDone
and undoManagerChangeUndone. I also had to register to the notifications to
get it to work (also see Document.m).
- Koen.
_______________________________________________
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.