More Catching Undo/Redo in NSTextView
More Catching Undo/Redo in NSTextView
- Subject: More Catching Undo/Redo in NSTextView
- From: Mike Butler <email@hidden>
- Date: Tue, 14 Oct 2003 18:03:52 +0100
Hi there,
I need to notice when text is entered into an NSTextView. That's
fine, I just use textDidChange
The problem is that textDidChange is not fired as a result of undo or
redo.
From the archives I believe this is a division of labour problem/mixup
between NSText and NSTextView.
But is there a standard clean way to deal with this?
Thanks.
Mike.
_______________________________________________
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.