horizon-eda / horizon

Horizon is a free EDA package
https://horizon-eda.org/
GNU General Public License v3.0
1.08k stars 79 forks source link

Guess pin number name direction in unit editor #734

Open frmdstryr opened 10 months ago

frmdstryr commented 10 months ago

This guesses the direction to increment the name when adding the next pin, which depending on the sort can save time. If the previous 2 pins have a delta of -1 it decrements instead of incrementing (until 0).

image