Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-ct.283.mcz==================== Summary ====================
Name: MorphicExtras-ct.283
Author: ct
Time: 1 November 2020, 2:13:44.005544 pm
UUID: 50d9e7fa-55ad-4c4c-acd4-6ba27932b25a
Ancestors: MorphicExtras-pre.279
Proposal: Override Bag >> #asMorph to create a HistogramMorph.
Usage example:
((PackageInfo named: #Morphic) methods collect: [:method |
method timeStamp findTokens ifEmpty: nil ifNotEmpty: #first] as: Bag) openAsMorph
=============== Diff against MorphicExtras-pre.279 ===============
Item was added:
+ ----- Method: Bag>>asMorph (in category '*MorphicExtras-converting') -----
+ asMorph
+
+ ^ HistogramMorph on: self!