[squeak-dev] The Trunk: EToys-ct.363.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 13 08:43:38 UTC 2020


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!



More information about the Squeak-dev mailing list