#99 closed feature request (done)
Possibility to publish multiple plugins in one action
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: PluginInfrastructure.GUI | Version: | 3.2 |
Keywords: | Cc: |
Description
Publishing many plugins is cumbersome. It would be nice to have an action-button that publishes all selected plugins.
Change History (10)
comment:1 Changed 16 years ago by gkronber
- Milestone changed from 3.1 to 3.2
- Version changed from 3.1 to 3.2
comment:2 Changed 16 years ago by gkronber
comment:3 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:4 Changed 16 years ago by gkronber
This is a bit problematic because the treeview control used to display the installed/disabled/available plugins doesn't allow multiple selection.
A quick fix is to replace the treeview by a listview with groups. Since we don't need more than two levels anyway this should be OK.
comment:5 Changed 16 years ago by gkronber
fixed with r602 in trunk. should be merged to branches 3.0 and 3.1.
comment:6 Changed 16 years ago by gkronber
merged with r605 into 3.0 branch
comment:7 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
merged with r604 into 3.1 branch
comment:8 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:9 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Actually any action should work for multiple plugins at once (delete, install).