Opened 16 years ago

Closed 14 years ago

#587 closed enhancement (fixed)

Maestro: Multi-selection of resources

Reported by: jbirch Owned by: jng
Priority: low Milestone: Maestro-3.0
Component: Maestro Version:
Severity: trivial Keywords:
Cc: External ID:

Description

It would often be useful to be able to ctrl-click or shift-click to select multiple items in the resource tree and then be able to right-click and choose Open, Open as XML, Delete, Copy.

This could even be expanded to allow saving multiple resources out to a common directory using their resource names, etc.

Change History (4)

comment:1 by ksgeograf, 16 years ago

Status: newassigned

I agree. Especially "delete" is annoying to do for multiple items. Unfortunately multi-select in a treeview is not supported by regular .Net. I have tried various extra controls, but not been happy with it. For this project it would have to be open source as well. An implementation for this project only would be a huge task.

comment:2 by ksgeograf, 14 years ago

Milestone: Maestro-2.1

comment:3 by jng, 14 years ago

Milestone: Maestro-2.1Maestro-2.5
Owner: changed from ksgeograf to jng
Status: assignednew

comment:4 by jng, 14 years ago

Resolution: fixed
Status: newclosed

The current 2.5 sandbox builds supports multi-resource selection this as it uses a custom 3rd party TreeView component (TreeViewAdv). The mechanism is also in place to support custom commands on multiple selected resources.

As a result, I'm marking this closed.

Note: See TracTickets for help on using tickets.