Ticket #255 (confirmed enhancement)
Armytree navigation
| Reported by: | snowblizz | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | WarFoundry-GUI-WinForms | Version: | Trunk |
| Keywords: | army tree ordering | Cc: | |
| Blocked By: | Blocking: |
Description
Something I'd like to see is the ability to move around units on the army tree. Right now they are added to the tree in the order added, but often I add and remove units and then want them in a specific order.
Especially now that some "contained units" are just separate units.
Change History
comment:1 Changed 2 years ago by ibboard
- Keywords army tree ordering added
- Status changed from new to confirmed
- Version changed from Unknown or N/A to Trunk
- Component changed from General/Unknown to WarFoundry-GUI-WinForms
- Milestone set to WarFoundry 1.0
comment:2 Changed 17 months ago by ibboard
- Milestone WarFoundry 1.0 deleted
Milestone WarFoundry 1.0 deleted
Note: See
TracTickets for help on using
tickets.
WarFoundry - Development
I've tagged it for v1.0 (final release) but I'll see what I can do before then. Ordering in the tree is the same as the ordering returned from the API (which does use a list, so it will keep ordering), but re-ordering would make sense. There'll be several ways to do it, but I'll see what is the best way.