Open
Description
Currently, units are sorted in this way:
A, AA, AB, AC, B, C
It would be nice to add an option to control the unit sorting order:
- Do not sort (units should appear in the same order as in the CSV file)
- Sort like in KiCad (
A, B, C, AA, AB, AC
) - Preserve current sorting order (
A, AA, AB, AC, B, C
)
Currently, the workaround to achieve KiCad-like sorting order is to rename double-letter names to something like:
A, B, C, ZA, ZB, ZC
Forked from issue #66
Metadata
Metadata
Assignees
Labels
No labels