[squeak-dev] The Trunk: Monticello-ct.709.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Apr 12 21:44:36 UTC 2021


Nicolas Cellier uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/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!



More information about the Squeak-dev mailing list