Changes between Version 222 and Version 223 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/26/10 23:57:33 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v222 v223 11 11 * Dragging an item from the clipboard does not really create a copy as the mouse cursor indicates. It will link them. 12 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 * It's possible to add operators to the selection by (ctrl|shift)-clicking, but not removing them again through another (ctrl|shift)-click. 14 * The boxes grow in size when the text gets larger, but they do not shrink again when the text gets smaller 15 * Sometimes the arrow is not drawen when connecting two operators, or it's drawn wrong 16 * Placing two operators above each other and left-clicking selects the operator on top, but right-clicking opens the context menu on the bottom one 17 * The red square surrounding a port still remains selected sometimes after creating a connection 18 * Operator graph tree-view 19 * The breakpoint icon looks a bit big 13 20 14 21 === Priority: HIGH ===