David T. Lewis uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-dtl.205.mcz==================== Summary ====================
Name: ST80-dtl.205
Author: dtl
Time: 30 April 2016, 7:43:03.419677 pm
UUID: a7614348-9803-4259-a013-05b00b1022a5
Ancestors: ST80-dtl.204
Class comment for ProjectView
=============== Diff against ST80-dtl.204 ===============
Item was changed:
StandardSystemView subclass: #ProjectView
instanceVariableNames: ''
classVariableNames: 'ArmsLengthCmd'
poolDictionaries: ''
category: 'ST80-Support'!
+
+ !ProjectView commentStamp: 'dtl 4/30/2016 18:32' prior: 0!
+ I am a view of a project. I display a scaled version of the project's thumbnail, which itself is a scaled-down snapshot of the screen taken when the project was last exited.
+ !