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

commits at source.squeak.org commits at source.squeak.org
Fri Nov 19 14:34:06 UTC 2021


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!



More information about the Squeak-dev mailing list