Commit Graph

3 Commits

Author SHA1 Message Date
2ce08cc091 Add multi-selection and gitignore for pycache
Remove LC_SINGLE_SEL to enable shift/ctrl selection, and ignore
__pycache__ and .pyc files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 16:52:41 +00:00
5f59b3dd4f Fix ColumnSorterMixin attribute name and sheet detection
Use itemDataMap (required by wx mixin) instead of item_data_map,
and use fp.GetSheetname() instead of GetProperties() lookup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 16:52:26 +00:00
27b79d38a7 Add component table plugin for KiCad PCB editor
Shows a sortable table of all board components with columns for
designation, value, library, package, and sheet instance.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 16:31:05 +00:00