On Nov 5, 2017, at 11:53:07, Jim Crate wrote:
>
> If you really wanted it, it seems like it would be relatively simple to track
> the last item selected, and if shift is down in
>
> collectionView:didSelectItemsAtIndexPaths:
>
> then add all items between to the selection. Is there something
> On Nov 5, 2017, at 10:53 AM, Jim Crate wrote:
>
> On Nov 5, 2017, at 11:56 AM, Steve Mills wrote:
>>
>> On Nov 5, 2017, at 10:23:09, Jim Crate wrote:
>>>
>>> The Finder icon view works the same way, and has since at least 10.10 or
>>> so. When I initially replaced the IKImageBrowserView in
On Nov 5, 2017, at 11:56 AM, Steve Mills wrote:
>
> On Nov 5, 2017, at 10:23:09, Jim Crate wrote:
>>
>> The Finder icon view works the same way, and has since at least 10.10 or so.
>> When I initially replaced the IKImageBrowserView in a client’s app with
>> NSCollectionView, I was unhappy th
On Nov 5, 2017, at 10:23:09, Jim Crate wrote:
>
> The Finder icon view works the same way, and has since at least 10.10 or so.
> When I initially replaced the IKImageBrowserView in a client’s app with
> NSCollectionView, I was unhappy that shift-clicking didn’t extend the
> selection like it d
On Nov 5, 2017, at 10:28 AM, Steve Mills wrote:
>
>> On Nov 4, 2017, at 22:55, Rob Petrovec wrote:
>>
>> NSCollectionView -selectionIndexPaths works pretty well for me and is super
>> simple to use, IMO.
>
> That’s not what I’m talking about. I’m talking about user actions. Like how
> shift-
> On Nov 4, 2017, at 22:55, Rob Petrovec wrote:
>
> NSCollectionView -selectionIndexPaths works pretty well for me and is super
> simple to use, IMO.
That’s not what I’m talking about. I’m talking about user actions. Like how
shift-clicking doesn’t extend the selection, it just adds the clicke