[Pkg] The Treated Inbox: Tools-kfr.1180.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 11 14:15:29 UTC 2023


Marcel Taeumel uploaded a new version of Tools to project The Treated Inbox:
http://source.squeak.org/treated/Tools-kfr.1180.mcz

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

Name: Tools-kfr.1180
Author: kfr
Time: 6 January 2023, 6:26:55.278526 pm
UUID: ba277093-1921-cc49-8adc-25746a3dae0d
Ancestors: Tools-ct.1179

Make sure inspected form is viewable in current display depth.

=============== Diff against Tools-ct.1179 ===============

Item was changed:
  ----- Method: FormInspector>>fieldPixels (in category 'fields') -----
  fieldPixels
  
  	^ (self newFieldForType: #misc key: #pixels)
  		name: 'pixels' translated; emphasizeName;
  		printValueAsIs;
+ 		valueGetter: [:form | self embedForm:(form asFormOfDepth: Display depth) inText: form printString];
- 		valueGetter: [:form | self embedForm: form inText: form printString];
  		yourself!



More information about the Packages mailing list