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

commits at source.squeak.org commits at source.squeak.org
Sun Jul 21 11:24:33 UTC 2019


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!



More information about the Squeak-dev mailing list