Changes between Version 323 and Version 324 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/07/10 13:48:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v323 v324 8 8 * Adding a `ValueParameter<T>` in a `VariableCreator` and selecting a generic type e.g. `ItemList<T>` fails because no choice can be made on the generic type of the `ItemList` (ticket #42). 9 9 * abeham: swagner fixed this, but there was still an issue with an `ItemList<IItemList<T>>` which cannot be assigned a value 10 * Placing two operators in the operator graph view above each other and left-clicking selects the operator on top, but right-clicking opens the context menu on the bottom one11 10 * Generations and !MaximumGenerations parameters in `MichalewiczNonUniform(One|All)PositionsManipulator` are not wired 12 11 * abeham: set them to default to "Generations" in r3677. This is not a complete fix, but will work for now. … … 37 36 * mkommend: This is the default behavior of the Netron library. As far as I understand the source it is related to selection of grouped / stacked items. 38 37 * abeham: If that means it's impossible to change please delete the whole issue. I'm moving it down in the priority list. 38 * Placing two operators in the operator graph view above each other and left-clicking selects the operator on top, but right-clicking opens the context menu on the bottom one 39 39 40 40 === Priority: LOW ===