[squeak-dev] The Inbox: Collections-ct.869.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Mon Dec 30 14:26:52 UTC 2019


Or would this one rather belong to the Tools package? Not sure.

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Montag, 30. Dezember 2019 14:59:16
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: Collections-ct.869.mcz

A new version of Collections was added to project The Inbox:
http://source.squeak.org/inbox/Collections-ct.869.mcz

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

Name: Collections-ct.869
Author: ct
Time: 30 December 2019, 2:59:11.626602 pm
UUID: aa54af41-5204-964f-a360-5b65bf75ac5a
Ancestors: Collections-nice.868

Add clear menu item for Transcript

=============== Diff against Collections-nice.868 ===============

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191230/72f1cfb8/attachment.html>


More information about the Squeak-dev mailing list