A Squeak/Smalltalk-based programming environment and framework that supports low-effort construction of graphical tools by employing a data-driven perspective and a script-based programming model.
MIT License
58
stars
9
forks
source link
Add support for undoing reverted changes in text fields #278
Users can easily reset the contents of text fields, for example, in method editors, script editors, or workspaces.
Make it possible to keep track of those cleared buffers for a while to undo that action. I would add it
TViMemento >> #clear
or near that.