[squeak-dev] Re: The Inbox: Morphic-bp.1033.mcz

marcel.taeumel Marcel.Taeumel at hpi.de
Mon Jan 11 15:16:49 UTC 2016


Hi Bernhard,

nice idea!

Here are some suggestions:

- Let boolean messages start with "is" such as "isPoint:nearRightOf:"
instead of "point:nearRightOf:".
- Make it work for non-fast (normal) dragging also.
- Remove hardcoded "10" to a snap-threshold preference or at least some
named method that returns that constant value.
- Do some #bench to measure the impact of the additonal calls to #clearArea,
#dragToEdgesSelectorFor:in:, etc. because this might be relevant for the
"fast drag mode" --- I think that the impact of the additional calculations
should be manageable.
- What about snapping to the edges of other windows nearby? :-)

Best,
Marcel



--
View this message in context: http://forum.world.st/The-Inbox-Morphic-bp-1033-mcz-tp4870527p4870709.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list