[squeak-dev] The Trunk: 60Deprecated-mt.66.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Nov 29 10:43:24 UTC 2019


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

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

Name: 60Deprecated-mt.66
Author: mt
Time: 29 November 2019, 11:43:24.082061 am
UUID: c4f0cc4d-13c8-5a4c-9b28-a572260ca3a0
Ancestors: 60Deprecated-mt.65

Complements Tools-mt.920/921.

=============== Diff against 60Deprecated-mt.65 ===============

Item was added:
+ ----- Method: Inspector>>selectedSlotName (in category '*60Deprecated-selecting') -----
+ selectedSlotName
+ 	
+ 	self deprecated: 'Use #selectedFieldName instead.'.
+ 	^ self selectedFieldName!



More information about the Squeak-dev mailing list