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

Marcel Taeumel marcel.taeumel at hpi.de
Sun May 17 12:37:35 UTC 2020


Hi Christoph.

For the user, it is just a button. All buttons should behave in a similar fashion.

Best,
Marcel
Am 16.05.2020 20:49:10 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Christoph Thiede uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1659.mcz

==================== Summary ====================

Name: Morphic-ct.1659
Author: ct
Time: 16 May 2020, 8:48:50.198708 pm
UUID: 49bbe6f6-5242-1b41-9823-d21b50d6b438
Ancestors: Morphic-nice.1658

Proposal: Have windows' menu box act on mouseDown rather than on mouseUp like the other boxes. This saves you another click and is more consistent to the usual menu flow in Squeak.

=============== Diff against Morphic-nice.1658 ===============

Item was changed:
----- Method: SystemWindow>>createMenuBox (in category 'initialization') -----
createMenuBox
^ (self createBox: self class menuBoxImage)
actionSelector: #offerWindowMenu;
+ setBalloonText: 'window menu' translated;
+ actWhen: #buttonDown;
+ yourself!
- setBalloonText: 'window menu' translated!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200517/46974178/attachment.html>


More information about the Squeak-dev mailing list