[Pkg] The Trunk: System-ct.1097.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Nov 15 13:32:15 UTC 2019


Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-ct.1097.mcz

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

Name: System-ct.1097
Author: ct
Time: 21 September 2019, 7:27:38.166935 pm
UUID: 6e3dd9ab-c367-2b4d-8007-fd354a878276
Ancestors: System-mt.1093

Implement #browseMethod: on ToolSet (complements Tools-ct.894)

=============== Diff against System-mt.1093 ===============

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



More information about the Packages mailing list