MrTarantula / WIPrint

Print work items from nearly anywhere you can see them in TFS and VSTS.
https://marketplace.visualstudio.com/items?itemName=mrtarantula.wiprint
MIT License
11 stars 12 forks source link

The field picker doesn't support double-click #10

Open jeffyoungstrom opened 7 years ago

jeffyoungstrom commented 7 years ago

Usually in UIs like the field selection screen, it is possible to double-click an item to move it between the two lists. WIPrint's field selection UI does not support this. It would be helpful if it did.

It is also common to allow multiple selection via Ctrl-click to move a batch of items at once.

These two features would make the field selection UI easier to use. They're not a high priority for me.

MrTarantula commented 7 years ago

Double click should be easy enough. Multi-click will be more difficult. I'll see what I can do. I can probably add drag and drop too, now that I think about it.

MrTarantula commented 7 years ago

Double click has been implemented in v2.0.3. Multi-click is in my mind, but I don't know how to make it work without scrapping my selectable list implementation, which I've been thinking about doing anyway, but probably after work item history is complete.