<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        How my brain is able to complete that phrase! Magic! :-D<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 19.11.2021 15:41:41 schrieb Thiede, Christoph <christoph.thiede@student.hpi.uni-potsdam.de>:</p><div style='font-family:Arial,Helvetica,sans-serif'>

<div id="divtagdefaultwrapper" style="font-size: 12pt;color: #000000;font-family: Calibri,Helvetica,sans-serif" dir="ltr">
<p>Maybe #browseClassCommentOf:? :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><span style="font-family: Calibri, sans-serif;color: #000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Freitag, 19. November 2021 15:39:42<br>
<b>An:</b> squeak-dev<br>
<b>Betreff:</b> Re: [squeak-dev] The Trunk: System-mt.1247.mcz</span>
<div> </div>
</div>
<div>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
For later: Yes, #browseClassComment: should have been named #browseClassCommentOfClass: to indicate the expected argument and sort nicely in the list of messages. :-D
<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 19.11.2021 15:34:18 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of System to project The Trunk:<br>
http://source.squeak.org/trunk/System-mt.1247.mcz<br>
<br>
==================== Summary ====================<br>
<br>
Name: System-mt.1247<br>
Author: mt<br>
Time: 19 November 2021, 3:34:02.688971 pm<br>
UUID: 1a0702be-f2ef-2b46-a6eb-c37679413041<br>
Ancestors: System-mt.1246<br>
<br>
Adds #browseClassComment: as requested via http://lists.squeakfoundation.org/pipermail/squeak-dev/2021-September/216394.html<br>
<br>
I decided to rename "comment of class" to "class comment" because there are no other browse-able comments. No comments for system categories. No comments for message categories. And #browseMethod: includes that method's comments already.<br>
<br>
=============== Diff against System-mt.1246 ===============<br>
<br>
Item was added:<br>
+ ----- Method: ToolSet class>>browseClassComment: (in category 'browsing') -----<br>
+ browseClassComment: aClass<br>
+ <br>
+ self default ifNil: [^self inform: 'Cannot open Browser' translated].<br>
+ ^ self default browseClassComment: aClass!<br>
<br>
<br>
</div>
</blockquote>
</div>
</div>
</div></blockquote>
                                        </div></body>