<body><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></body>