Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 46 and Version 47 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/18/10 12:34:14 (14 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v46 v47  
    1212 * 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).
    1313 * 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`)
    1415
    1516=== Priority: MEDIUM ===
     
    3435   * Just single clicking the successor port with the connector tool connects the box with itself, I don't think this is a desired behavior.
    3536   * 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
    3640 * 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.
    3741 * Viewing different result variables (switching between them) is impossible, because the results view is disabled when running the engine.