The Trunk: EToys-mt.132.mcz

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

The Trunk: EToys-mt.132.mcz

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

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

Name: EToys-mt.132
Author: mt
Time: 22 January 2016, 2:28:46.325541 pm
UUID: f70ffb37-684a-4e38-b662-cc8ce9563c40
Ancestors: EToys-cmm.131

Use tool set to spawn hierarchy browser.

=============== Diff against EToys-cmm.131 ===============

Item was changed:
  ----- Method: StackMorph>>browseCardClass (in category 'card access') -----
  browseCardClass
  "Browse the class of the current card"
 
  | suffix |
  suffix := self currentCard class name numericSuffix.
+ ToolSet browseHierarchy: self currentCard class selector: nil.
- HierarchyBrowser newFor: self currentCard class labeled: 'Background ', suffix asString
  !