ganeshredcobra / animata

Automatically exported from code.google.com/p/animata
GNU General Public License v3.0
0 stars 0 forks source link

undo #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
implement some kind of undo/redo functionality

Original issue reported on code.google.com by spacecad...@gmail.com on 26 Oct 2008 at 5:28

GoogleCodeExporter commented 9 years ago
Some of this stuff could be implemented pretty easily with a different windowing
environment ... and really really easily in a Cocoa framework :)

Original comment by bake...@gmail.com on 5 Nov 2008 at 4:27

GoogleCodeExporter commented 9 years ago
That said, it's all a bit conditional in there - you'd do well to create 
command classes to contain the functionality 
that is currently spread across the animata class and isolate individual 
commands. then you could gie the 
commands an 'undo' method. then you would be getting somewhere. I'm not 
convinced just jumping to another 
platform will solve this more fundamental problem with the approach.

Original comment by michael....@gmail.com on 21 Jan 2009 at 11:24