[squeak-dev] The Inbox: Collections-kfr.878.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sat Feb 29 11:25:14 UTC 2020


Nice idea, but quite obviously a duplicate of Collections-ct.869<http://forum.world.st/The-Inbox-Collections-ct-869-mcz-td5109083.html> :-)

Furthermore, we both forgot to name it 'Clear' translated ...

Best,
Christoph
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Samstag, 29. Februar 2020 12:19:07
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: Collections-kfr.878.mcz

A new version of Collections was added to project The Inbox:
http://source.squeak.org/inbox/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.!


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


More information about the Squeak-dev mailing list