nilclass / jumperlab

A UI for @Architeuthis-Flux's awesome Jumperless breadboard
Other
13 stars 4 forks source link

Show connection lines for nano header points #7

Open nilclass opened 9 months ago

nilclass commented 9 months ago

When connecting points on the Nano header (e.g. A1, A2, D12, D13, ...) the connection points light up in the correct colors. However, there are no lines shown to the other nodes that are connected, and when hovering the net, these points are not highlighted in any way.

To make it easier to see what's connected to those points, let's draw lines to the other connection points.

Open questions:

nilclass commented 9 months ago

I added basic support for this in a3c952cfd6534490c9434b328d647fb09bc2ece0.

For now the lines are drawn straight from pin to pin, no fancy routing. They are always visible, and get highlighted (line a bit thicker) when the net is highlighted (e.g. when hovering over it in the netlist panel).