Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 42 and Version 43 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/18/10 11:28:58 (14 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v42 v43  
    2929   * Sometimes arrows cannot be selected (e.g. when they're pointing directly east).
    3030   * 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.
    3134 * 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.
    3235 * Viewing different result variables (switching between them) is impossible, because the results view is disabled when running the engine.