[squeak-dev] The Trunk: Tools-mt.860.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Aug 4 09:47:30 UTC 2019


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!



More information about the Squeak-dev mailing list