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

Sort dlt files in the proper sequence #599

Open
oxoxoxox opened this issue Dec 6, 2024 · 3 comments
Open

Sort dlt files in the proper sequence #599

oxoxoxox opened this issue Dec 6, 2024 · 3 comments

Comments

@oxoxoxox
Copy link

oxoxoxox commented Dec 6, 2024

I have some dlt files, which is named as xxx.1.dlt, xxx.9.dlt, xxx.10.dlt, xxx.99.dlt, xxx.100.dlt ...

Can author modify the sourcecode to sort these files in the proper sequence of increasing numbers?
And when I select the folder to open all dlt files, these files can also be opened in this sequence.

PS: In macOS, Finder can sort these files properly.

image
@alexmucde
Copy link
Collaborator

Good idea. I could add easily add a sorting of the filenames when opening, which should be normally sone by Windows Explorer but we still have issues with sorting like with DN_KRNL.12.dlt. Better naming would be DN_KRNL.012.dlt.
But this what you think should be implemented, that also DN_KRNL.12.dlt is handled correctly in the right order?

@oxoxoxox
Copy link
Author

oxoxoxox commented Dec 7, 2024

Good idea. I could add easily add a sorting of the filenames when opening, which should be normally sone by Windows Explorer but we still have issues with sorting like with DN_KRNL.12.dlt. Better naming would be DN_KRNL.012.dlt. But this what you think should be implemented, that also DN_KRNL.12.dlt is handled correctly in the right order?

Yes, I think DN_KRNL.12.dlt should treat as DN_KRNL.012.dlt while sorting. Just like 001 to 999.

@oxoxoxox
Copy link
Author

oxoxoxox commented Dec 7, 2024

And yes, write the filename as DN_KRNL.012.dlt would be a better solution, but this is not what I can determined.🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants