The Trunk: MorphicExtras-mt.159.mcz

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

The Trunk: MorphicExtras-mt.159.mcz

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

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

Name: MorphicExtras-mt.159
Author: mt
Time: 3 April 2015, 7:12:23.045 pm
UUID: 3620bcc0-0f03-e244-b044-bd85d1e9f3d0
Ancestors: MorphicExtras-mt.158

Clock morph now shows the current date in the balloon text.

=============== Diff against MorphicExtras-mt.158 ===============

Item was added:
+ ----- Method: ClockMorph>>balloonText (in category 'accessing') -----
+ balloonText
+
+ ^ Date current weekday, ', ', Date current printString!