The Trunk: Morphic-mt.778.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-mt.778.mcz

commits-2
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.778.mcz

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

Name: Morphic-mt.778
Author: mt
Time: 13 March 2015, 7:37:12.318 am
UUID: 78a6aea8-beff-744e-b91a-96efc94bce3e
Ancestors: Morphic-dtl.777

Add #itemName to generic list wrapper to support filtering by item name in any kind of tree.

=============== Diff against Morphic-dtl.777 ===============

Item was added:
+ ----- Method: ListItemWrapper>>itemName (in category 'accessing') -----
+ itemName
+
+ self item asString.!