Changes between Version 72 and Version 73 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/22/10 17:43:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v72 v73 29 29 * Would be nice to have paste support (e.g. from Excel) in the datagrid of the string convertible matrix view. 30 30 * 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.45 31 * 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. 49 33 * A selected box should change the mouse cursor to the move cursor when hovering over it. 50 34 * 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 panning54 * mkommend: implemented with r3173.55 35 * Top-down layouting would be better instead of left-right for two reasons: 56 36 1. The boxes are usually much wider than high and thus a left-right layout makes the graph even longer