[feature] Make all changes as components so we can move around, resizing, editing text after changes
Satty works great! But for some problems, it's a bit annoying to redo something like typing the words again after hiting enter. I think it would be great if we can still do some modifications on what we have made to the images.
as in .. "select any element via mouse" and then edit it again, e.g. move it around or edit text etc?
Yes, that's what I mean
yep that would be great. It's on our wishlist, but it might be tricky to achieve
- first we need a hit model to check whether an existing drawable has been clicked and then activate it's tool and load the drawable - that's doable
- we need a visual model that reflects selection (usually a grey box with handles) and maybe make the handles clickable for resize etc
- then we need to add a separate undo/redo stack. Currently thats the drawable stack and only the top-most item can be "undone". Further, the undo/redo stack actions must include state changes of the widget. This could be very tricky imho
But, it's definitely worthwhile and would set satty further apart!
+1 I understand the work it takes, though I do agree it would skyrocket satty even more.
I love this project