Marc Brünink wrote:
whats the state of NSUndoManager? Should it work? I've an application running on Cocoa which support undo/redo and it works quite well (more or less :-). However undo does not work on GNUstep at all.
From a quick glance at the source of NSUndoManager, it looks like it should work. However,
your problem will be that NSTextView definitely lacks undo support. Regards Wolfgang _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
