aacirino / workspacemechanic

Automatically exported from code.google.com/p/workspacemechanic
0 stars 0 forks source link

Support undo/revert of tasks #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is an enhancement request.

It would be great if there was an additional support in the 
CompositeTaskInterface for a revert, so something like RevertAction as a new 
interface that Composite extends.

Obviously the intent is to be able to undo task repairs by executing this 
method.

Along with this, there would need to be some way to drive this from the ui.

Original issue reported on code.google.com by adam.m.b...@gmail.com on 16 Nov 2012 at 6:59

GoogleCodeExporter commented 9 years ago
Thanks for the suggestion. It would be a complicated thing to implement, and 
would require local storage of state, to store the original state.

As I've had to recently mention, workspace mechanic is not being actively 
developed at this time. If you would like to submit a fully-featured patch, 
along with comprehensive tests, I am willing to consider it.

Original comment by konigsb...@gmail.com on 16 Nov 2012 at 9:51