Opened 13 years ago
Closed 12 years ago
#1821 closed enhancement (done)
Improve View for the VariableCondition Symbol
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Problems.DataAnalysis.Symbolic.Views | Version: | 3.3.7 |
Keywords: | Cc: |
Description
Currently it is not possible to configure the allowed variables for the VariableConditionSymbol in the view.
Change History (12)
comment:1 Changed 13 years ago by sforsten
comment:2 Changed 13 years ago by sforsten
- Status changed from new to accepted
r7869: it is now possible to select variables for the symbol VariableCondition
comment:3 Changed 13 years ago by sforsten
- Owner changed from sforsten to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 12 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.7
comment:5 Changed 12 years ago by mkommend
Reviewing comments:
- Events for initialization controls are not registered !!!
- All methods must start with a capital letter (e.g., variableNames_changed).
- Always the parameter name e for EventArgs (e.g., variableNames_changed).
- CollectionEventArgs need not be checked for null (e.g. variableNames_changed arg.Items != null).
comment:6 Changed 12 years ago by mkommend
r8099: Minor changes in VariableCondition and the according view.
comment:7 Changed 12 years ago by mkommend
- Owner changed from mkommend to sforsten
- Status changed from reviewing to assigned
comment:8 Changed 12 years ago by sforsten
r8103: made changes according to mkommend's comments
comment:9 Changed 12 years ago by sforsten
- Status changed from assigned to accepted
comment:10 Changed 12 years ago by sforsten
- Owner changed from sforsten to mkommend
- Status changed from accepted to reviewing
comment:11 Changed 12 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:12 Changed 12 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.6 to 3.3.7
Note: See
TracTickets for help on using
tickets.
The view should look like the view for Variable.