Re: understanding NSTextView undo?
Re: understanding NSTextView undo?
- Subject: Re: understanding NSTextView undo?
- From: Scott Anguish <email@hidden>
- Date: Sat, 28 Dec 2002 22:51:44 -0500
On Saturday, December 28, 2002, at 05:17 PM, Greg Titus wrote:
2) You could also do something when you save to simply convince the
text view that it should make a new typing "group". Probably the
easiest way is to simply change the selection (to anything different),
then change it back. NSTextView starts a new typing group if you
change the selection between typing characters.
I've tried this on 10.2, and it doesn't seem to work anymore..
the situation is slightly different mind you, but I think that they
situation is the same.. in my case I'm using document based apps,
typing after saving a file doesn't mark the document as dirty.
_______________________________________________
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.