Undo
From REALbasicWiki
Any application with a graphical user interface that performs modification to data on files or databases should provide Undo (and Redo) functionality.
Here is a brief list of solutions to help this task:
- Undo Toolkit by Scott Forbes, as featured in the RB Developer magazine
- UndoEngine by Belle Nuit (Matthias Bürcher). Quite dated but still a good one.
- UndoEditField, a EditField by Thomas Tempelmann with Undo functionality, based on an improved version of UndoEngine.
