https://bugs.kde.org/show_bug.cgi?id=435334
Bug ID: 435334
Summary: Document Tree View: order does not fit the one of
Search & Replace
Product: kate
Version: 20.12.3
Platform: Slackware Packages
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
If I set Document Tree View Sort by to "document path" the order is wrong. It
differs from the order in ls and the order Search & Replace shows.
STEPS TO REPRODUCE
1. create the file named 'a.txt' with content "test-qqq"
2. create the file named 'a_1.txt' with content "test-qqq"
3. Right-click the Documents panel and set Sort By to "Document Path"
4. Open Search & Replace, enter "test-qqq" into Find field and click "Search"
OBSERVED RESULT
the order of the files in Documents is
- a_1.txt
- a.txt
the order of the files in Search & Replace is
- a.txt
- a_1.txt
the order of the files in ls is
- a.txt
- a_1.txt
EXPECTED RESULT
Everywhere the order must be
- a.txt
- a_1.txt
SOFTWARE/OS VERSIONS
Operating System: Slackware-current
KDE Plasma Version: 5.21.3
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2
Kernel Version: 5.10.27
OS Type: 64-bit
Graphics Platform: X11
Processors: 12 × Intel® Core™ i7-9750H CPU @ 2.60GHz
Memory: 31.1 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630
--
You are receiving this mail because:
You are watching all bug changes.