Changes between Version 221 and Version 222 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/26/10 22:15:52 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v221 v222 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 * When the TSP importer is used after pausing the execution, the engine should be reset. 10 * In the operator graph view, dragging an item from the clipboard does not really create a copy as the icon indicates.11 * The `ConditionalBranch` gets a strange third false out port if its false out port is connected to another operator and the conditional branch is "breakpointed".12 * Photoshop cannot parse the bitmap file format generated by the screenshot tool of the operator graph view. Is this a standard format?10 * Operator graph view 11 * Dragging an item from the clipboard does not really create a copy as the mouse cursor indicates. It will link them. 12 * The `ConditionalBranch` gets a strange third false out-port in the lower middle if its false out-port is connected to another operator and the conditional branch is "breakpointed". To reproduce: Create a new user defined algorithm, switch to the operator graph view, drag in an `EmptyOperator` and a `ConditionalBranch`, connect the !FalseBranch of the `ConditionalBranch` to the in-port of the `EmptyOperator` and then activate the breakpoint in the `ConditionalBranch`. 13 13 14 14 === Priority: HIGH === … … 47 47 * Adding a new `ValueParameter<T>` could create a default value if T is instantiable. For most !ValueParameters you will want to have a value upon creation. 48 48 * The tabs don't change when you drag something over them (e.g. you have parameters tab open and drag a problem in: So you have to cancel drag, switch to problem tab and redo the drag). 49 * Photoshop cannot parse the bitmap file format generated by the screenshot tool of the operator graph view. Is this a standard format? 49 50 50 51 === Priority: LOW ===