Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.64.mcz==================== Summary ====================
Name: 60Deprecated-mt.64
Author: mt
Time: 22 November 2019, 2:11:49.344303 pm
UUID: 71813448-eb53-7944-9848-8308052da3eb
Ancestors: 60Deprecated-mt.63
Complements Tools-mt.917.
=============== Diff against 60Deprecated-mt.63 ===============
Item was added:
+ ----- Method: Inspector class>>openOn:withEvalPane: (in category '*60Deprecated-instance creation') -----
+ openOn: anObject withEvalPane: withEval
+ "Create and schedule an instance of me on the model, anInspector. "
+ self deprecated.
+ ^ ToolBuilder open: (self inspect: anObject) label: anObject defaultLabelForInspector!
Item was added:
+ ----- Method: Inspector class>>openOn:withEvalPane:withLabel: (in category '*60Deprecated-instance creation') -----
+ openOn: anObject withEvalPane: withEval withLabel: label
+ self deprecated.
+ ^ToolBuilder open: (self inspect: anObject) label: label!