Closed thomthom closed 11 years ago
Not implemented. Instead a more flexible EntityCache class was introduced in e5476fb.
#!ruby
action = Action.new( name, surface ) { |value|
# Generate a transformation object from given value.
# Or perform an operation?
}
action.adjust( new_value ) # Undo, redo operation
Original report by me.
In order to be able to correct actions via the VCB a system should be implemented that takes care of storing the info needed to recreate last action with the new input.