Re: What changed in Squeak 5.1 that affects Connectors?

"Marcel Taeumel (H) via Squeak-dev" <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Hi Vaidotas --

I added 1.0.4 to the Metacello script for loading Connectors in Squeak 
6.1. Thank you for also maintaining compatibility with Squeak 5.1 !

So, "ConfigurationOfConnectors load" works in Squeak 6.1

Best
Marcel

Am 13.08.2026 um 20:59 schrieb Vaidotas Didžbalis:
> Hello,
>
> fixed in Connectors-vd.220, in SqueakSource. Changed:
>
> | fixCode |
> fixCode := 'processFocusEvent: anEvent using: defaultDispatcher
>      "Connectors pataisymas: užkerta kelią bubbling kilpai QHsm atveju"
>      defaultDispatcher doHandlingForFocusEvent: anEvent with: self.
>      anEvent wasHandled: true.
>      ^ anEvent'.
>
> #(NCCurveHandleMorph NCAAConnectorMorph NCLineMorph) do: [:className |
>      (Smalltalk at: className ifAbsent: [nil]) ifNotNil: [:cls |
>          cls compile: fixCode classified: 'events-processing'.
>      ].
> ].
>
>
> Vaidotas
> Squeak-dev mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.