<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Allow me to repeat my question: Shouldn't this be rather in a *Tools package extension method? :)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Sonntag, 29. März 2020 01:47:10<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Collections-kfr.878.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">David T. Lewis uploaded a new version of Collections to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Collections-kfr.878.mcz">http://source.squeak.org/trunk/Collections-kfr.878.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Collections-kfr.878<br>
Author: kfr<br>
Time: 29 February 2020, 12:18:54.1853 pm<br>
UUID: ce016281-22ee-4948-b534-944fb3913521<br>
Ancestors: Collections-ul.877<br>
<br>
Add 'clear' to Transcript window menu.<br>
<br>
=============== Diff against Collections-ul.877 ===============<br>
<br>
Item was added:<br>
+ ----- Method: TranscriptStream>>addModelItemsToWindowMenu: (in category 'menu') -----<br>
+ addModelItemsToWindowMenu: aMenu <br>
+        <br>
+        aMenu addLine.<br>
+        aMenu<br>
+                add: 'clear'<br>
+                target: self<br>
+                action: #clear.!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>