[Cuis-dev] New Feature! - MultiSelect
alan wharton
alanwh2 at hotmail.com
Tue Nov 25 06:59:28 PST 2025
Hello!
We've implemented together with Nicolas Halperin the possibility to select multiple messages, and make operations like moving to a different category, various refactors or running a test suite.
One important thing to notice is that we modified a method that seemed that it had no use when browsing its senders:
turnMouseButton1Into2
"Answer true if modifier keys are such that button 1 should be considered as button 2.
ctrl - click -> right click
"
"(self controlKeyPressed and: [self shiftPressed not]) ifTrue: [ ^ true ]."
^ false
We wanted to have a multipleSelect with no drag and for that we used the controlKey, and noticed this method was impeding us from doing that.
Hope you take a look!
Alan Wharton
Nicolas Halperin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20251125/1d59dcab/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 7710-CuisCore-NicolasHalperin-2025Nov22-17h03m-nh.002.cs.st
Type: application/octet-stream
Size: 28648 bytes
Desc: 7710-CuisCore-NicolasHalperin-2025Nov22-17h03m-nh.002.cs.st
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20251125/1d59dcab/attachment-0001.obj>
More information about the Cuis-dev
mailing list