A library for tracking user interactions with programming tools in Squeak/Smalltalk.
Beware that, if you install this, central methods of programming tools will be modified.
- Get Squeak 6.0 or later
- Load Metacello
- Finally, load StarTrack with the following command:
Metacello new
baseline: 'StarTrack';
repository: 'github://hpi-swa-lab/StarTrack/packages';
load.
- Start a server: Execute
STServer startServer
- Change whether events are stored locally or remote: Browse
STTracker class>>#isStoringEventsLocally
- Change upload parameters: Browse
constants
category ofSTTracker class
- Explore the upload process: Browse
STTracker class>>#ensureScheduledTask