The Trunk: EToys-mt.370.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-mt.370.mcz

commits-2
Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.370.mcz

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

Name: EToys-mt.370
Author: mt
Time: 22 November 2019, 2:12:24.581303 pm
UUID: e6bf7952-2ec5-4041-9fa0-a2c5455f3202
Ancestors: EToys-nice.369

Complements Tools-mt.917.

=============== Diff against EToys-nice.369 ===============

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!