[squeak-dev] The Inbox: Tools-ct.855.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jul 21 12:56:10 UTC 2019


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!



More information about the Squeak-dev mailing list