Skip to content

Add an option to change unit sorting order. #67

Description

@dsa-t

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions