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

File tree ordering with special characthers #20283

Open
1 task done
m47730 opened this issue Nov 6, 2024 · 0 comments
Open
1 task done

File tree ordering with special characthers #20283

m47730 opened this issue Nov 6, 2024 · 0 comments
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue

Comments

@m47730
Copy link

m47730 commented Nov 6, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

The file ordering in the tree when special characters are involved is cumbersome (see screenshots)

mkdir -p /tmp/demo
cd /tmp/demo
touch aaa.ext aaa.sub.ext bbb.ext aaa-aaa.ext

this is what zed shows:

Screenshot from 2024-11-06 09-28-31

this is the order of the cli:

ls -1
aaa-aaa.ext
aaa.ext
aaa.sub.ext
bbb.ext

The expectation is that aaa.ext and aaa.sub.ext are sequential

Environment

Zed: v0.159.10 (Zed)
OS: Linux Wayland fedora 40
Memory: 15 GiB
Architecture: x86_64
GPU: Intel(R) Xe Graphics (TGL GT2) || Intel open-source Mesa driver || Mesa 24.1.7

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

Zed.log

@m47730 m47730 added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

No branches or pull requests

1 participant