[squeak-dev] The Trunk: Morphic-mtf.491.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Tue Dec 14 01:54:35 UTC 2010


Err...
There is no implementor of #yellowButtonDown: in my trunk image...
The yellow menu is now out of service...

Nicolas

2010/12/13  <commits at source.squeak.org>:
> Matthew Fulmer uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-mtf.491.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-mtf.491
> Author: mtf
> Time: 10 December 2010, 12:23:08.546 pm
> UUID: 54f2e960-5208-4eba-b121-abaca6f89c05
> Ancestors: Morphic-ul.490
>
> Allow the right-click menus on Tweak fields in the Tweak Browser to work
>
> =============== Diff against Morphic-ul.490 ===============
>
> Item was changed:
>  ----- Method: TextMorphForEditView>>mouseDown: (in category 'event handling') -----
>  mouseDown: event
>
> +       event yellowButtonPressed ifTrue: [
> +               (editor yellowButtonDown: event) ifTrue:[^self].
> +               ^ editView yellowButtonActivity: event shiftPressed].
> -       event yellowButtonPressed ifTrue: [^ editView yellowButtonActivity: event shiftPressed].
>        ^ super mouseDown: event
>  !
>
>
>



More information about the Squeak-dev mailing list