https://bugs.kde.org/show_bug.cgi?id=403997
Bug ID: 403997 Summary: Documents panel sorts case insensitive and Projects panel sorts case sensitive, so Previous/Next Document navigates different than expected Product: kate Version: 18.12.1 Platform: Neon Packages OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: kwrite-bugs-n...@kde.org Reporter: david.hu...@mailbox.org Target Milestone: --- SUMMARY The Documents panel sorts files different than the Projects panel. The actions Previous/Next Document navigate as expected from the Documents panel, but behaves weird when loocking at the Projects panel. STEPS TO REPRODUCE 1. Create a project (e. g. git) with Makefile, main.c, uart.c 2. Open all files with Kate, and show the Documents panel. Looks like this: main.c Makefile uart.c 3. Show the Projects panel. Look like this: Makefile main.c uart.c 3. Open uart.c, still showing Projects panel. 4. Try to navigate to main.c, using Previous Document (Alt+Up) OBSERVED RESULT Navigates to Makefile EXPECTED RESULT Navigates to main.c, because that is shown directly above uart.c It would be more convenient, if Projects sorts the same way as Documents. I do not see a reason, why Documents should sort case insensitive, and Projects should sort case sensitive, and thus in a different way. Additionally, I found no configuration option for this. SOFTWARE/OS VERSIONS KDE Neon 5.14 KDE Plasma Version: 5.14.5 KDE Frameworks Version: 5.54.0 Qt Version: 5.11.2 -- You are receiving this mail because: You are watching all bug changes.