Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to change unit sorting order. #67

Open
dsa-t opened this issue Jun 22, 2022 · 0 comments
Open

Add an option to change unit sorting order. #67

dsa-t opened this issue Jun 22, 2022 · 0 comments

Comments

@dsa-t
Copy link

dsa-t commented Jun 22, 2022

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:

  1. Do not sort (units should appear in the same order as in the CSV file)
  2. Sort like in KiCad (A, B, C, AA, AB, AC)
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant