FFI: FFI-Tools-mt.11.mcz

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

FFI: FFI-Tools-mt.11.mcz

commits-2
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@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@0)!