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 , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Milestone: | → Maestro-2.1 |
---|
comment:3 by , 15 years ago
Milestone: | Maestro-2.1 → Maestro-2.5 |
---|---|
Owner: | changed from | to
Status: | assigned → new |
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
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.