Andreas Raab uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-ar.77.mcz==================== Summary ====================
Name: MorphicExtras-ar.77
Author: ar
Time: 26 February 2010, 11:47:38.509 pm
UUID: 8067ad33-6382-7e47-8de7-4960d65f18b0
Ancestors: MorphicExtras-ar.76
Cleanup for CommandHistory, PaintBoxMorph, PartsBin, and TextOnCurve.
=============== Diff against MorphicExtras-ar.76 ===============
Item was added:
+ ----- Method: CommandHistory class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Dump command histories"
+
+ self resetAllHistory
+ !
Item was added:
+ ----- Method: PaintBoxMorph class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Flush caches"
+
+ ColorChart := nil.
+ !
Item was added:
+ ----- Method: TextOnCurve class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Flush caches"
+
+ self reset.!
Item was added:
+ ----- Method: PartsBin class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Flush caches"
+
+ self clearThumbnailCache!