kaoto icon indicating copy to clipboard operation
kaoto copied to clipboard

Investigate how to implement an Undo / Revert functionality in the graphical designer

Open lhein opened this issue 9 months ago • 1 comments

There might be separate libraries out there which could help to maintain a stack of undo-able steps / versions of the integration. We then also need to wire that functionality in VSCode to CTRL-Z.

lhein avatar Apr 26 '24 06:04 lhein

I think that the Multiplying architecture is already providing the API to support that.

apupier avatar Apr 29 '24 07:04 apupier

I think that the Multiplying architecture is already providing the API to support that.

I'll double check but I think that what is offered is hooks to know when the undo/redo commands have been triggered, so is very likely we still need to do some work in Kaoto. :smile:

lordrip avatar Nov 22 '24 15:11 lordrip