The Trunk: EToys-ct.363.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: EToys-ct.363.mcz

commits-2
Tobias Pape uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-ct.363.mcz

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

Name: EToys-ct.363
Author: ct
Time: 2 October 2019, 11:32:21.874682 pm
UUID: 9ea0f00e-e94b-dd42-a987-c8b0816b31a6
Ancestors: EToys-mt.357

Complements Tools-ct.902 (deprecate Inspector constructors)

=============== Diff against EToys-mt.357 ===============

Item was changed:
  ----- Method: HtmlEntity>>inspect (in category 'user interface') -----
  inspect
  "Open an HtmlEntityInspector on the receiver.
  Use basicInspect to get a normal type of inspector."
 
+ HtmlEntityInspector openOn: self!
- HtmlEntityInspector openOn: self withEvalPane: true!

Item was changed:
  ----- Method: HtmlEntity>>inspectWithLabel: (in category 'user interface') -----
  inspectWithLabel: aLabel
  "Open a HtmlEntityInspector on the receiver. Use basicInspect to get a normal (less useful) type of inspector."
 
+ HtmlEntityInspector openOn: self withLabel: aLabel!
- HtmlEntityInspector openOn: self withEvalPane: true withLabel: aLabel!