Changes between Version 46 and Version 47 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/18/10 12:34:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v46 v47 12 12 * Even when a control is not displayed (e.g. the global scope tab) its view is updated which costs a lot of time. The optimization runs noticeably faster (~2x) when HeuristicLab isn't the active application in Windows (at least in Win7). 13 13 * All Parameters have the same icon, can we have different ones for values and operators? 14 * The !OperatorGraphVisualization doesn't respect operator collections (e.g. `SequentialSubScopesProcessor`) 14 15 15 16 === Priority: MEDIUM === … … 34 35 * Just single clicking the successor port with the connector tool connects the box with itself, I don't think this is a desired behavior. 35 36 * I would be nice if: As long the space keyboard is pressed the selection mode switches to panning 37 * Top-down layouting would be better instead of left-right for two reasons: 38 1. The boxes are usually much wider than high and thus a left-right layout makes the graph even longer 39 2. A top-down graph better fits the paper orientation in a publication 36 40 * 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. 37 41 * Viewing different result variables (switching between them) is impossible, because the results view is disabled when running the engine.