The Trunk: Tools-mt.860.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-mt.860.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.860.mcz

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

Name: Tools-mt.860
Author: mt
Time: 4 August 2019, 11:47:29.338314 am
UUID: 4c9375a7-9e2f-994f-b08e-7ccb3a620b9e
Ancestors: Tools-mt.859

Merges Tools-ct.855, which I moved to treated inbox due to ancestry issues.

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

=============== Diff against Tools-mt.859 ===============

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!