Page 1 of 1

Re: Learning/Problems from across the way #5

Posted: Wed Jul 24, 2024 1:40 pm
by richmond62
https://livecode.com/livecode-future/:
-
Screenshot 2024-07-24 at 16.37.28.png
Screenshot 2024-07-24 at 16.37.28.png (37.72 KiB) Viewed 913 times
-
Is that possible?

Re: Learning/Problems from across the way #5

Posted: Wed Jul 24, 2024 6:41 pm
by FourthWorld
Why not? Most other frameworks have supported multilevel Undo for many years.

How many apps outside the xTalk universe have you seen without that?

Re: Learning/Problems from across the way #5

Posted: Wed Jul 24, 2024 7:43 pm
by richmond62
If that is true I wonder why it wasn't implemented donkey's years ago.

Re: Learning/Problems from across the way #5

Posted: Wed Jul 24, 2024 8:58 pm
by FourthWorld
richmond62 wrote: Wed Jul 24, 2024 7:43 pm If that is true I wonder why it wasn't implemented donkey's years ago.
The closest thing to xTalks for scriptable rich media engines today are browsers.

Browser capabilities have grown so much it takes some of the wealthiest companies ever to pool their resources to keep extending it.

It's hard for any single company to try to keep up.

Re: Learning/Problems from across the way #5

Posted: Fri Jul 26, 2024 12:11 am
by OpenXTalkPaul
This could probably be scripted as an extension or IDE addon. I know I have an auto-save add-on somewhere that could probably be modified to offer unlimited 'revert' to saves. But I don't even use that addon anyway. Before I continue working on a stack's development sometimes I might manually duplicate a copy and put it a folder labeled 'OLD' in case I need to return to a previous iteration for some reason. Not very good version control though, and not really a substitute for multiple undos (which script editor does have, until you save and close the editor).