The Trunk: Tools-eem.778.mcz

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

The Trunk: Tools-eem.778.mcz

commits-2
Eliot Miranda uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-eem.778.mcz

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

Name: Tools-eem.778
Author: eem
Time: 14 December 2017, 10:57:02.931453 am
UUID: 264951e6-2942-46c1-a692-e2f6d2007199
Ancestors: Tools-tpr.777

Avoid an MNU in the debugger when no context is selected and one tries to do a doit in the bottom-right-hand (context) inspector.

=============== Diff against Tools-tpr.777 ===============

Item was changed:
  ----- Method: ContextVariablesInspector>>doItReceiver (in category 'code') -----
  doItReceiver
 
+ ^object ifNotNil: [object receiver]!
- ^object receiver!