Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 58 and Version 59 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/22/10 13:45:01 (15 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v58 v59  
    3636    * abeham: On second review, this isn't actually an issue.
    3737   * Long operator names require higher shapes as the operator name breaks into the next line.
     38    * mkommend: implemented with r3169.
    3839   * 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.
    3941   * Sometimes one of the ports (in port) remains selected even if clicked somewhere in the white space.
    4042   * You can select a connector by drawing a selection rectangle that doesn't cover the connector, but covers the bounding rectangle of the connector.
     
    5052    1. The boxes are usually much wider than high and thus a left-right layout makes the graph even longer
    5153    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.
    5255 * 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.
    5356 * Viewing different result variables (switching between them) is impossible, because the results view is disabled when running the engine.