The Inbox: Monticello-ct.709.mcz

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

The Inbox: Monticello-ct.709.mcz

commits-2
A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-ct.709.mcz

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

Name: Monticello-ct.709
Author: ct
Time: 21 December 2019, 12:56:07.492795 pm
UUID: 70b14709-5b5a-bd45-a337-d354c56d8161
Ancestors: Monticello-ct.708

Implement #doItReceiver and #doItContext on MCCodeTool. Allows, for example, for inspecting a class variable from a save version dialog.

=============== Diff against Monticello-ct.708 ===============

Item was added:
+ ----- Method: MCCodeTool>>doItContext (in category 'accessing') -----
+ doItContext
+ ^ nil!

Item was added:
+ ----- Method: MCCodeTool>>doItReceiver (in category 'accessing') -----
+ doItReceiver
+ ^ self selectedClass!