[squeak-dev] The Trunk: System-mt.1247.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Fri Nov 19 14:39:42 UTC 2021


For later: Yes, #browseClassComment: should have been named #browseClassCommentOfClass: to indicate the expected argument and sort nicely in the list of messages. :-D
Am 19.11.2021 15:34:18 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1247.mcz

==================== Summary ====================

Name: System-mt.1247
Author: mt
Time: 19 November 2021, 3:34:02.688971 pm
UUID: 1a0702be-f2ef-2b46-a6eb-c37679413041
Ancestors: System-mt.1246

Adds #browseClassComment: as requested via http://lists.squeakfoundation.org/pipermail/squeak-dev/2021-September/216394.html

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.

=============== Diff against System-mt.1246 ===============

Item was added:
+ ----- Method: ToolSet class>>browseClassComment: (in category 'browsing') -----
+ browseClassComment: aClass
+
+ self default ifNil: [^self inform: 'Cannot open Browser' translated].
+ ^ self default browseClassComment: aClass!


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


More information about the Squeak-dev mailing list