Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 72 and Version 73 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/22/10 17:43:23 (15 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v72 v73  
    2929   * Would be nice to have paste support (e.g. from Excel) in the datagrid of the string convertible matrix view.
    3030 * In the operator graph chart view:
    31    * The vertical scroll bar allows scrolling way past the graph.
    32     * abeham: On second review, this isn't actually an issue.
    33    * Long operator names require higher shapes as the operator name breaks into the next line.
    34     * mkommend: implemented with r3169.
    35    * Scrolling using the mouse wheel looks very odd, if this can't be fixed it better should be disabled.
    36     * mkommend: disabled the scrolling using the mouse wheel with r3167.
    37    * Sometimes one of the ports (in port) remains selected even if clicked somewhere in the white space.
    38     * mkommend: This is only a minor repainting issue and won't be fixed right now.
    39    * You can select a connector by drawing a selection rectangle that doesn't cover the connector, but covers the bounding rectangle of the connector.
    40     * mkommend: This is the default behavior. `DiagramEntities` are selected if the bounding boxes intersect the selection rectangle.
    41    * !OpenView should be default double click behavior in operator graph chart.
    42     * mkommend: implemented with r3184.
    43    * Sometimes arrows cannot be selected (e.g. when they're pointing directly east).
    44     * mkommend: corrected selection of connections with r3175.
    4531   * Some boxes are sometimes placed above the top end of the chart
    46     * mkommend: This behavior could not be reproduced in r3176.
    47    * Operators with a breakpoint set should be in some way highlighted
    48     * abeham: this actually works, maybe there's some case where this doesn't work?
     32    * mkommend: This behavior could not be reproduced in r3176.
    4933   * A selected box should change the mouse cursor to the move cursor when hovering over it.
    5034    * mkommend: implemented with r3171.
    51    * Just single clicking the successor port with the connector tool connects the box with itself, I don't think this is a desired behavior.
    52     * mkommend: fixed with r3181.
    53    * I would be nice if: As long the space keyboard is pressed the selection mode switches to panning
    54     * mkommend: implemented with r3173.
    5535   * Top-down layouting would be better instead of left-right for two reasons:
    5636    1. The boxes are usually much wider than high and thus a left-right layout makes the graph even longer