Skip to content

hpi-swa-teaching/Demo-Script-Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWT17-Project-09 Build Status Build status Coverage Status

Demo Script Recorder

This projects aims at improving and adding expanded functionality to the preexisting event recorder.

In detail:

  • Visualisation of Mouse Events
  • Pausing of both recording and replaying
  • A script editor for running scripts with every replay
  • Option to store the state of the image of the beginning of a recording and restore it when starting the replay
  • A new design, fitting to the squeak image
  • Shortcuts for stopping and pausing recording (esc/alt+p)

Install the tool by either downloading the .sar-File, dropping it into Squeak and selecting install SAR or by executing the following code in an open Workspace:

Metacello new
  baseline: 'DRC';
  repository: 'github://hpi-swa-teaching/SWT17-Project-09:master/packages';
  onConflict: [:ex | ex allow];
  onLock: [:ex | ex allow];
  load.

You can start the Recorder by simply typing

DRCRecordingTool open

in an open Workspace and executing the code. Alternatively, make a button for it ✌️