The Inbox: Tools-ct.854.mcz

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

The Inbox: Tools-ct.854.mcz

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

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

Name: Tools-ct.854
Author: ct
Time: 21 July 2019, 1:24:29.111477 pm
UUID: 21a52e76-b107-9248-a33c-9b950aee140c
Ancestors: Tools-ct.853, Tools-LM.808, Tools-LM.827

ContextVariableInspector: Specify context for styling

Based on ShoutCore-ct.66

=============== Diff against Tools-ct.853 ===============

Item was added:
+ ----- Method: ContextVariablesInspector>>aboutToStyle:forMorph: (in category 'styling') -----
+ aboutToStyle: aStyler forMorph: aMorph
+
+ aStyler context: self object.
+ ^ super aboutToStyle: aStyler forMorph: aMorph!