Undo in NSTextField?
Undo in NSTextField?
- Subject: Undo in NSTextField?
- From: Jim Correia <email@hidden>
- Date: Mon, 25 Jun 2001 23:05:52 -0400
Possibly there is a simple solution to this problem that I have thus far
overlooked. I have an NSTextField in which I'd like editing to be
undoable. It isn't a document based application. I do have a subclass
of NSWindowController controlling the window (also acting as the
delegate).
How to I set up the text field so undo is enabled?
Thanks,
Jim