[squeak-dev] FFI: FFI-Tools-mt.11.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 4 17:51:43 UTC 2020


Marcel Taeumel uploaded a new version of FFI-Tools to project FFI:
http://source.squeak.org/FFI/FFI-Tools-mt.11.mcz

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

Name: FFI-Tools-mt.11
Author: mt
Time: 4 June 2020, 7:51:43.338722 pm
UUID: 45f6e157-b0a7-f042-a4cf-606139a29a83
Ancestors: FFI-Tools-mt.10

Mark empty struct types with an empty type icon. :-)

=============== Diff against FFI-Tools-mt.10 ===============

Item was added:
+ ----- Method: ExternalType>>iconOrThumbnailOfSize: (in category '*FFI-Tools') -----
+ iconOrThumbnailOfSize: aPoint
+ 	"Override the tool icon in object explorers."
+ 	
+ 	^ self isEmptyStructureType
+ 		ifTrue: [ToolIcons iconNamed: #externalTypeEmpty]!

Item was added:
+ ----- Method: ToolIcons class>>externalTypeEmpty (in category '*FFI-Tools') -----
+ externalTypeEmpty
+ 
+ 	^ (Form
+ 	extent: 12 at 12
+ 	depth: 32
+ 	fromArray: #( 0 4294967295 4294967295 4294967295 0 4294967295 4294967295 4294967295 0 4294967295 0 0 4294967295 4278190080 4278190080 4278190080 4294967295 4278190080 4278190080 4278190080 4294967295 4278190080 4294967295 0 4294967295 4278190080 4294967295 4294967295 4294967295 4278190080 4294967295 4294967295 4294967295 4278190080 4294967295 0 4294967295 4278190080 4278190080 4294967295 4294967295 4278190080 4278190080 4294967295 4294967295 4278190080 4294967295 0 4294967295 4278190080 4294967295 0 4294967295 4278190080 4294967295 0 4294967295 4278190080 4294967295 0 4294967295 4278190080 4294967295 4294967295 4287861651 4294967295 4287861651 4294967295 4294967295 4278190080 4294967295 0 0 4294967295 4287861651 4294967295 4294967295 4294967295 4294967295 4294967295 4287861651 4294967295 0 0 0 0 4294967295 4294967295 4294967295 4294967295 4294967295 4294967295 4294967295 0 0 0 0 0 4287861651 4294967295 4294967295 4294967295 4294967295 4294967295 4287861651 0 0 0 0 0 4294967295 429
 4967295 4294967295 4294967295 4294967295 4294967295 4294967295 0 0 0 0 0 4287861651 4294967295 4294967295 4294967295 4294967295 4294967295 4287861651 0 0 0 0 0 0 4294967295 4287861651 4294967295 4287861651 4294967295 0 0 0 0)
+ 	offset: 0 at 0)!



More information about the Squeak-dev mailing list