<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi Nicolas, Hi Marcel,</p>
<p><br>
</p>
<p>See also <span>Help-Squeak-Project-ct.70. These methods should be the simplest possible examples, shouldn't they be? I think Inspector has reached an (inherent) complexity that makes it an imperfect candidate for such examples.</span></p>
<p><span><br>
</span></p>
<p><span>Best,</span></p>
<p><span>Christoph</span></p>
<div id="Signature">
<div id="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="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 style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Donnerstag, 30. April 2020 10:16:27<br>
<b>An:</b> Robert via Squeak-dev; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> Re: [squeak-dev] The Trunk: Help-Squeak-Project-nice.80.mcz</font>
<div> </div>
</div>
<div>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
Ah! You were referring to #<span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">mainFieldListMenu: not being in DictionaryInspector but in Inspector. Ah, I see. It is not a problem with the update process but with the regular use of the Help
 Browser.</span>
<div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br>
</span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">@all: You might want to call "</span><span style="font-family: Arial, Helvetica, sans-serif"><span style="font-size: 13px">Smalltalk removeEmptyMessageCategories" to remove those old
 and empty message categories from Inspector and all its subclasses. Note that this happens automatically during CI and bundle creation (see files.squeak.org/6.0alpha).</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br>
</span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Best,</span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Marcel</span></div>
<div class="mb_sig"></div>
<blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
<p style="color: #AAAAAA; margin-top: 10px;">Am 30.04.2020 09:51:46 schrieb Marcel Taeumel <marcel.taeumel@hpi.de>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
Yeah, I had to add a checkpoint t othe update map because of 60Deprecated. Not sure this change helps the help browser. Sorry.
<div><br>
</div>
<div>Best,</div>
<div>Marcel</div>
<div class="mb_sig"></div>
<blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
<p style="color: #AAAAAA; margin-top: 10px;">Am 29.04.2020 22:37:40 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">Nicolas Cellier uploaded a new version of Help-Squeak-Project to project The Trunk:<br>
http://source.squeak.org/trunk/Help-Squeak-Project-nice.80.mcz<br>
<br>
==================== Summary ====================<br>
<br>
Name: Help-Squeak-Project-nice.80<br>
Author: nice<br>
Time: 29 April 2020, 10:36:37.48125 pm<br>
UUID: e5ced11f-73d5-1d4f-a9ac-5af520cc1abe<br>
Ancestors: Help-Squeak-Project-mt.79<br>
<br>
Let Help survive to Inspector refactorings.<br>
<br>
=============== Diff against Help-Squeak-Project-mt.79 ===============<br>
<br>
Item was changed:<br>
----- Method: SqueakMessageCategoriesHelp>>menu (in category 'menu') -----<br>
menu<br>
"This category includes all methods related to menus, often context menus in particular. It contains methods defining the menu as well as often callbacks for the labels of menu items or the actions to be executed. Sometimes the menus are split up in different
 categories if there are multiple menus or submenus."<br>
<br>
+ ^ {Inspector>>#mainFieldListMenu: . SystemWindow>>#makeClosable}!<br>
- ^ {DictionaryInspector>>#mainFieldListMenu: . SystemWindow>>#makeClosable}!<br>
<br>
<br>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</body>
</html>