Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 279 Bytes

File metadata and controls

12 lines (10 loc) · 279 Bytes

SqueakMultiDesktopSystem

Installation

Execute following code in a workspace:

Metacello new
	baseline: 'Desktops';
	repository: 'github://BraunTom/SqueakMultiDesktopSystem:master';
	load.

How to use is explained in the class comment of the MultiDesktopSystem