kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22209
[PATCH 0/5] Pin summary for pin table
Hi,
this patch set implements a summary line for the pin table, listing the
currently defined pins, to quickly check whether any pins have been
forgotten.
If pins 1,2,3,4,5,6,8,9,10,11,12 are defined, the status bar then reads
"1-6,8-12".
Simon
Simon Richter (5):
Split off pin number comparison
Move comparison helper class to generic header
Move container functionality
Add pin number summary
Compress consecutive numbers in pin summary.
eeschema/CMakeLists.txt | 1 +
eeschema/dialogs/dialog_lib_edit_pin_table.cpp | 150 ++++-------------
eeschema/dialogs/dialog_lib_edit_pin_table.h | 2 +
.../dialogs/dialog_lib_edit_pin_table_base.cpp | 3 +
.../dialogs/dialog_lib_edit_pin_table_base.fbp | 91 ++++++++++
eeschema/dialogs/dialog_lib_edit_pin_table_base.h | 2 +
eeschema/pin_number.cpp | 184 +++++++++++++++++++++
eeschema/pin_number.h | 69 ++++++++
8 files changed, 383 insertions(+), 119 deletions(-)
create mode 100644 eeschema/pin_number.cpp
create mode 100644 eeschema/pin_number.h
--
2.1.4
Follow ups