The Inbox: Tools-ct.855.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.855.mcz

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

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

Name: Tools-ct.855
Author: ct
Time: 21 July 2019, 2:56:05.734477 pm
UUID: 37405094-2fcc-ec4f-9bd3-0abf20ab8282
Ancestors: Tools-ct.854

Addition to last commit: Style content in ContextVariablesInspector completely according to doItReceiver (highlight instvars correctly)

=============== Diff against Tools-ct.854 ===============

Item was changed:
  ----- Method: ContextVariablesInspector>>aboutToStyle:forMorph: (in category 'styling') -----
  aboutToStyle: aStyler forMorph: aMorph
 
+ (super aboutToStyle: aStyler forMorph: aMorph)
+ ifFalse: [^ false].
+ aStyler
+ classOrMetaClass: self doItReceiver class;
+ context: self doItContext.
+ ^ true!
- aStyler context: self object.
- ^ super aboutToStyle: aStyler forMorph: aMorph!