I normally don't do this, but I would like to ask for a feature upgrade for C3. Would it be possible to upgrade the undo/redo function in the editor to be more informative?
For example, currently undo/redo only offers very basic info on what you're doing:
create object type sprite
rename object
move one instance
add event
add action
It can make undoing stuff a tedious process. Is it possible to be more descriptive with the actions?
create object type sprite
renamed object sprite to wizard
moved object wizard to 30,100
+ event wizard set opacity to 50 (line 1)
+ action on start of layout (line 1)
Thank you for your consideration.