| 53 | * In the operator graph chart view: |
| 54 | * Long operator names require higher shapes as the operator name breaks into the next line. |
| 55 | * mkommend: implemented with r3169. |
| 56 | * Scrolling using the mouse wheel looks very odd, if this can't be fixed it better should be disabled. |
| 57 | * mkommend: disabled the scrolling using the mouse wheel with r3167. |
| 58 | * !OpenView should be default double click behavior in operator graph chart. |
| 59 | * mkommend: implemented with r3184. |
| 60 | * Sometimes arrows cannot be selected (e.g. when they're pointing directly east). |
| 61 | * mkommend: corrected selection of connections with r3175. |
| 62 | * Operators with a breakpoint set should be in some way highlighted |
| 63 | * abeham: this actually works, maybe there's some case where this doesn't work? |
| 64 | * Just single clicking the successor port with the connector tool connects the box with itself, I don't think this is a desired behavior. |
| 65 | * mkommend: fixed with r3181. |
| 66 | * I would be nice if: As long the space keyboard is pressed the selection mode switches to panning |
| 67 | * mkommend: implemented with r3173. |
| 68 | * The vertical scroll bar allows scrolling way past the graph. |
| 69 | * abeham: On second review, this isn't actually an issue. |
| 70 | * Sometimes one of the ports (in port) remains selected even if clicked somewhere in the white space. |
| 71 | * mkommend: This is only a minor repainting issue and won't be fixed right now. |
| 72 | * You can select a connector by drawing a selection rectangle that doesn't cover the connector, but covers the bounding rectangle of the connector. |
| 73 | * mkommend: This is the default behavior. `DiagramEntities` are selected if the bounding boxes intersect the selection rectangle. |