The Trunk: Collections-kfr.878.mcz

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

The Trunk: Collections-kfr.878.mcz

commits-2
Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-kfr.878.mcz

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

Name: Collections-kfr.878
Author: kfr
Time: 29 February 2020, 12:18:54.1853 pm
UUID: ce016281-22ee-4948-b534-944fb3913521
Ancestors: Collections-ul.877

Add 'clear' to Transcript window menu.

=============== Diff against Collections-ul.877 ===============

Item was added:
+ ----- Method: TranscriptStream>>addModelItemsToWindowMenu: (in category 'menu') -----
+ addModelItemsToWindowMenu: aMenu
+
+ aMenu addLine.
+ aMenu
+ add: 'clear'
+ target: self
+ action: #clear.!