Changes

Summary

  1. Use `ifNil:`,  `ifNotNil:` and `ifNil:ifNotNil:` instead of `isNil` and (details)
  2. - move the traits users inspector from Behavor to Trait - add a "all (details)
  3. Use `ifNil:`,  `ifNotNil:` and `ifNil:ifNotNil:` instead of `isNil` and (details)
Commit 8cac6f63dde7131c42ff6a0582be45adf84a4c1a by g.cotelli
Use `ifNil:`,  `ifNotNil:` and `ifNil:ifNotNil:` instead of `isNil` and
`ifTrue/ifFalse` combinations
The file was modifiedsrc/Fonts-Chooser/FontChooserMorph.class.st (diff)
The file was modifiedsrc/FFI-Kernel/ExternalType.class.st (diff)
The file was modifiedsrc/FreeType/FT2Face.class.st (diff)
The file was modifiedsrc/Fuel-Tests-Core/BlockClosure.extension.st (diff)
The file was modifiedsrc/Fuel-Tests-Core/Context.extension.st (diff)
The file was modifiedsrc/Files/FileException.class.st (diff)
The file was modifiedsrc/FreeType/FreeTypeExternalMemory.class.st (diff)
The file was modifiedsrc/FFI-Kernel/ExternalFunction.class.st (diff)
The file was modifiedsrc/FFI-Kernel/ExternalStructure.class.st (diff)
Commit 45291f15f43bda8fb4526e6dd694a2f6a8125f4d by marcus.denker
- move the traits users inspector from Behavor to Trait - add a "all
Defined Slots" pane when inspecting Slot -  move some methods to the
Inspector extension package
The file was modifiedsrc/Slot-Core/Slot.class.st (diff)
The file was addedsrc/GT-InspectorExtensions-Core/Slot.extension.st
The file was addedsrc/GT-InspectorExtensions-Core/Trait.extension.st
The file was removedsrc/GT-InspectorExtensions-Core/ClassDescription.extension.st
The file was modifiedsrc/OpalCompiler-Tools/Slot.extension.st (diff)
Commit 7cfbcaea78641b2da837b7fc86809ea925b68ed8 by g.cotelli
Use `ifNil:`,  `ifNotNil:` and `ifNil:ifNotNil:` instead of `isNil` and
`ifTrue/ifFalse` combinations
The file was modifiedsrc/UnifiedFFI/FFIExternalStructureFlatLayout.class.st (diff)
The file was modifiedsrc/UnifiedFFI/FFIFunctionParser.class.st (diff)