[Pkg] The Trunk: System-mt.1092.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Sep 6 14:04:29 UTC 2019


Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1092.mcz

==================== Summary ====================

Name: System-mt.1092
Author: mt
Time: 6 September 2019, 4:04:24.231193 pm
UUID: 19c82643-6bfb-f746-8909-e47982b2445f
Ancestors: System-mt.1091

Complements Morphic-mt.1516.

=============== Diff against System-mt.1091 ===============

Item was added:
+ ----- Method: Project>>previewImageForm (in category 'displaying') -----
+ previewImageForm
+ 
+ 	^ self imageForm!

Item was removed:
- ----- Method: Project>>setThumbnail: (in category 'accessing') -----
- setThumbnail: aForm
- 
- 	self flag: #bob.		"no longer used??"
- 	thumbnail := aForm!

Item was added:
+ ----- Method: Project>>thumbnail: (in category 'accessing') -----
+ thumbnail: aForm
+ 
+ 	thumbnail := aForm.!



More information about the Packages mailing list