Happy !
PharoExtras / EventRecorder
Monticello registration
About EventRecorder
If you don't know EventRecorderMorph and HandMorphForReplay (which I didn't and started to re-implement), they are super cool.
Installation
Gofer it
smalltalkhubUser: 'PharoExtras' project: 'EventRecorder';
package: 'EventRecorder';
load.
Example
- DoIt:
EventRecorderMorph new openInWorld - Click "record" in the GUI
- Perform some UI actions
- Click "play" in the GUI
Your keyboard and mouse actions will be replayed in the World! I know right?! Amazing. This could be really cool for live documentation and executable screencasts :)
n.b. originally in Squeak's MorphicExtras-AdditionalSupport
