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

Consider custom sort for port lists #111

Open
PropGit opened this issue May 21, 2020 · 0 comments
Open

Consider custom sort for port lists #111

PropGit opened this issue May 21, 2020 · 0 comments

Comments

@PropGit
Copy link
Contributor

PropGit commented May 21, 2020

Consider custom sort compare function for port lists that sorts alphanumerically, so cases like

COM1
COM10
COM2

are instead sorted as

COM1
COM2
COM10

as if they had been COM01, COM02 and COM10, respectively.

Also, use case-insensitive sort.

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

No branches or pull requests

1 participant