[squeak-dev] The Inbox: Morphic-ct.1783.mcz

christoph.thiede at student.hpi.uni-potsdam.de christoph.thiede at student.hpi.uni-potsdam.de
Sun Oct 3 13:12:20 UTC 2021


This removes the empty "Connectors" category from the parts bin if Connectors is not loaded.

I was having more access rights to the Connectors package than I was expecting, so Connectors-ct.216.mcz is already live. Unless this version (Morphic-ct.1783) is merged, Trunk users might see the pin morph twice in the parts bin ... Please forgive!

Best,
Christoph

---
Sent from Squeak Inbox Talk

On 2021-10-03T13:10:09+00:00, commits at source.squeak.org wrote:

> A new version of Morphic was added to project The Inbox:
> http://source.squeak.org/inbox/Morphic-ct.1783.mcz
> 
> ==================== Summary ====================
> 
> Name: Morphic-ct.1783
> Author: ct
> Time: 3 October 2021, 3:10:03.769874 pm
> UUID: da798f38-3706-9a4d-a865-6002f80f9cb7
> Ancestors: Morphic-ul.1780
> 
> Moves part bin description for Connectors pin into the connectors package, supporting the intent of EToys-mt.444 & Co. I'm going to upload a patch for the Connectors package right now ...
> 
> =============== Diff against Morphic-ul.1780 ===============
> 
> Item was changed:
> SystemOrganization addCategory: #'Morphic-Balloon'!
> SystemOrganization addCategory: #'Morphic-Basic'!
> SystemOrganization addCategory: #'Morphic-Basic-NewCurve'!
> SystemOrganization addCategory: #'Morphic-Borders'!
> SystemOrganization addCategory: #'Morphic-Collections-Arrayed'!
> SystemOrganization addCategory: #'Morphic-Demo'!
> SystemOrganization addCategory: #'Morphic-Events'!
> SystemOrganization addCategory: #'Morphic-Explorer'!
> SystemOrganization addCategory: #'Morphic-Kernel'!
> SystemOrganization addCategory: #'Morphic-Layouts'!
> SystemOrganization addCategory: #'Morphic-Menus'!
> SystemOrganization addCategory: #'Morphic-Menus-DockingBar'!
> SystemOrganization addCategory: #'Morphic-Pluggable Widgets'!
> SystemOrganization addCategory: #'Morphic-Sound-Synthesis'!
> SystemOrganization addCategory: #'Morphic-Support'!
> SystemOrganization addCategory: #'Morphic-Text Support'!
> SystemOrganization addCategory: #'Morphic-TrueType'!
> SystemOrganization addCategory: #'Morphic-Widgets'!
> SystemOrganization addCategory: #'Morphic-Windows'!
> SystemOrganization addCategory: #'Morphic-Worlds'!
> - SystemOrganization addCategory: #Morphic!
> 
> Item was changed:
> ----- Method: CircleMorph class>>supplementaryPartsDescriptions (in category 'parts bin') -----
> supplementaryPartsDescriptions
>     "Extra items for parts bins"
> 
>     ^ {DescriptionForPartsBin
>         formalName: 'Circle' translatedNoop
>         categoryList: {'Graphics' translatedNoop}
>         documentation: 'A circular shape' translatedNoop
>         globalReceiverSymbol: #CircleMorph 
> +         nativitySelector: #newStandAlone}!
> -         nativitySelector: #newStandAlone.
> - 
> -     DescriptionForPartsBin
> -         formalName: 'Pin' translatedNoop
> -         categoryList: {'Connectors' translatedNoop}
> -         documentation: 'An attachment point for Connectors that you can embed in another Morph.' translatedNoop
> -         globalReceiverSymbol: #NCPinMorph 
> -         nativitySelector: #newPin.
> - }!
> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20211003/df2aa88f/attachment.html>


More information about the Squeak-dev mailing list