[squeak-dev] The Trunk: ST80-mt.207.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 4 12:30:20 UTC 2016


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

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

Name: ST80-mt.207
Author: mt
Time: 4 May 2016, 2:30:01.391971 pm
UUID: 5acb8b03-a5ea-614c-ab2e-b8151e67ff80
Ancestors: ST80-mt.206

Ensure string representation of items in MVC item views. Useful in general for erroneous models and in specific for tree view fall-back in MVC tool builder.

=============== Diff against ST80-mt.206 ===============

Item was added:
+ ----- Method: PluggableListViewByItem>>getList (in category 'as yet unclassified') -----
+ getList
+ 	"Ensure that there are only strings in that list."
+ 	
+ 	^ super getList collect: [:ea | ea asString]!



More information about the Squeak-dev mailing list