The Trunk: System-ct.1097.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-ct.1097.mcz

commits-2
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!