Re: [Pyobjc-dev] NSUndoManager.prepareWithInvocationTarget_
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-12-30 21:48:51
|
On Monday, Dec 30, 2002, at 16:05 US/Eastern, Ronald Oussoren wrote: >> NSUndoManager is just a big proxy that keeps invocations in a stack-- > I noticed that, and I have to say that this a very neat way to > implement an undo mechanism. Yes-- very, very cool-- it is the first place I point C++ programmers who complain about the fact that Apple should have just used C++ instead of inventing a "new" language (Obj-C is as old, if not older than C++)... I ask them to implement the same kind of mechanism in C++ that is both as simple and elegant as the ObjC mechanism. b.bum |