[squeak-dev] The Trunk: Tools-mt.1068.mcz

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


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.1068.mcz

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

Name: Tools-mt.1068
Author: mt
Time: 19 November 2021, 3:34:44.956971 pm
UUID: a5840900-36eb-d242-8155-949506d43aa0
Ancestors: Tools-mt.1067

Complements System-mt.1247

=============== Diff against Tools-mt.1067 ===============

Item was added:
+ ----- Method: Browser class>>fullOnClassComment: (in category 'instance creation') -----
+ fullOnClassComment: aClass 
+ 
+ 	^ self new
+ 		setClass: aClass;
+ 		editComment;
+ 		buildAndOpenFullBrowser!

Item was added:
+ ----- Method: StandardToolSet class>>browseClassComment: (in category 'browsing') -----
+ browseClassComment: aClass
+ 	
+ 	^ SystemBrowser default fullOnClassComment: aClass!



More information about the Squeak-dev mailing list