Opened 8 years ago
Closed 8 years ago
#2935 closed feature request (done)
It should be possible to insert a variable at a specific position in the ModifiableDataset
| Reported by: | mkommend | Owned by: | mkommend |
|---|---|---|---|
| Priority: | medium | Milestone: | HeuristicLab 3.3.16 |
| Component: | Problems.DataAnalysis | Version: | trunk |
| Keywords: | Cc: |
Description
Currently there is no way to insert a new variable at a specific position, because the appropriate method is missing and variable cannot be reordered.
Change History (6)
comment:1 Changed 8 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 8 years ago by mkommend
comment:3 Changed 8 years ago by mkommend
- Owner changed from mkommend to jkarder
- Status changed from accepted to reviewing
comment:4 Changed 8 years ago by jkarder
- Owner changed from jkarder to mkommend
- Status changed from reviewing to readytorelease
Reviewed r16063, looks good.
I will refactor AddVariable since it uses the same code as InsertVariable.
comment:5 Changed 8 years ago by mkommend
comment:6 Changed 8 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.



r16063: