The Trunk: Tools-mt.1366.mcz
[email protected] Tue, 7 Jul 2026 08:03:41 0000
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Marcel Taeumel uploaded a new version of Tools to project The Trunk: http://source.squeak.org/trunk/Tools-mt.1366.mcz ==================== Summary ==================== Name: Tools-mt.1366 Author: mt Time: 7 July 2026, 10:03:40.585646 am UUID: c38fd600-e6f3-7241-88a3-ad4af1e5d307 Ancestors: Tools-ct.1365 In Morphic code, avoid #peekPosition to not flush other events. The peek-API is ST80 API, where not event queue was processed but input state was accessed directly. =============== Diff against Tools-ct.1365 =============== Item was changed: ----- Method: TheWorldMenu>>startThenBrowseMessageTally (in category '*Tools') ----- startThenBrowseMessageTally (self confirm: 'MessageTally will start now, and stop when the cursor goes to the top of the screen') ifTrue: [ | world | world := Project current world. TimeProfileBrowser + onBlock: [[world firstHand position y > 0] - onBlock: [[Sensor peekPosition y > 10] whileTrue: [world doOneCycle]]]! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]