Changes between Version 58 and Version 59 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/22/10 13:45:01 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v58 v59 36 36 * abeham: On second review, this isn't actually an issue. 37 37 * Long operator names require higher shapes as the operator name breaks into the next line. 38 * mkommend: implemented with r3169. 38 39 * Scrolling using the mouse wheel looks very odd, if this can't be fixed it better should be disabled. 40 * mkommend: disabled the scrolling using the mouse wheel with r3167. 39 41 * Sometimes one of the ports (in port) remains selected even if clicked somewhere in the white space. 40 42 * You can select a connector by drawing a selection rectangle that doesn't cover the connector, but covers the bounding rectangle of the connector. … … 50 52 1. The boxes are usually much wider than high and thus a left-right layout makes the graph even longer 51 53 2. A top-down graph better fits the paper orientation in a publication 54 * mkommend: This will be implemented with the other changes regarding the layout of the operator graph. 52 55 * 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. 53 56 * Viewing different result variables (switching between them) is impossible, because the results view is disabled when running the engine.