pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

selectAll is missing in SpAbstractTreePresenter #1502

Open hernanmd opened 6 months ago

hernanmd commented 6 months ago

Just noticed there is a unselectAll method but no selectAll which could be very handy for lists where items are not using a checkbox.

Screenshot 2024-01-09 at 10 19 33
estebanlm commented 5 months ago

thing is, there is no logical interpretation of what "selectAll" would mean in the context of a tree.