[squeak-dev] Re: swapMouseButtons broken in trunk

Chris Muller asqueaker at gmail.com
Thu Mar 3 20:42:04 UTC 2016


Marcel, do you know why I don't find any senders of #swapMouseButtonsChanged?

Is it some kind of magic assembling of some String somewhere and then
sending it #asSymbol and then performing it?

If so, how about we consider aligning our implementations with the IDE
tools and the way people use them?  With no senders, we know someone
will feel inclined to "clean" this someday.

If we must do that magic, perhaps at least putting some kind of marker
statement like this in the relevant methods:

    'this method performs ' -> #swapMouseButtonsChanged.

so that all the usual tools will lead future readers to easily figure
things out.

On Wed, Mar 2, 2016 at 5:44 AM, marcel.taeumel <Marcel.Taeumel at hpi.de> wrote:
> Hi, there!
>
> I restored some other messages that got lost and made it consistent with the
> key-duplication things in EventSensor:
>
> http://forum.world.st/The-Trunk-Kernel-mt-1003-mcz-td4881980.html
>
> Best,
> Marcel
>
>
>
> --
> View this message in context: http://forum.world.st/swapMouseButtons-broken-in-trunk-tp4881884p4881981.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>


More information about the Squeak-dev mailing list