Changes between Version 42 and Version 43 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/18/10 11:28:58 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v42 v43 29 29 * Sometimes arrows cannot be selected (e.g. when they're pointing directly east). 30 30 * Some boxes are sometimes placed above the top end of the chart 31 * Operators with a breakpoint set should be in some way highlighted 32 * A selected box should change the mouse cursor to the move cursor when hovering over it 33 * Just single clicking the successor port with the connector tool connects the box with itself, I don't think this is a desired behavior. 31 34 * Every `IDeepCloneable` item needs to have a public default constructor. If `Activator.CreateInstance` in `DeepCloneable.Clone` is given a second parameter "true", non-public constructors would also be used. 32 35 * Viewing different result variables (switching between them) is impossible, because the results view is disabled when running the engine.