Feature
Can use the undo / redo buttons
or ctrl + z / ctrl + y
to cancel last actions on the editor or redo them
As recent action we can handle : any changement of the save (auto including addition/changement/deletion of any component/entity/system/library), and change in files
Ideal solution or implementation
Store a fifo stack of the 50 most recent actions and go back to them one by one
Alternative solutions or implementations
No response
Other context
No response
Feature
Can use the undo / redo buttons
or ctrl + z / ctrl + y
to cancel last actions on the editor or redo them
As recent action we can handle : any changement of the save (auto including addition/changement/deletion of any component/entity/system/library), and change in files
Ideal solution or implementation
Store a fifo stack of the 50 most recent actions and go back to them one by one
Alternative solutions or implementations
No response
Other context
No response