pharo-spec / Spec

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

Make implementors of #transferFrom:event: add #shouldCopy from the TransferMorph to the SpDragAndDropTransfer #1588

Closed Rinzwind closed 3 weeks ago

Rinzwind commented 1 month ago

This pull request makes the implementors of #transferFrom:event: add #shouldCopy from the TransferMorph to the SpDragAndDropTransfer. This is related to Pharo issue #15233 for which the ability to hold the Shift key while dragging to indicate that the object should be copied when dropped would seem useful.

Ducasse commented 1 month ago

Thanks Kris! The build is broken because we should update it (it requests Author that we removes). I will see if I can understand how to change the CI version.

Rinzwind commented 1 month ago

OK, I see there’s an issue about that: smalltalkCI issue #655.

Ducasse commented 3 weeks ago

Green bar so I push