| Summary: | Documents panel sorts case insensitive and Projects panel sorts case sensitive, so Previous/Next Document navigates different than expected | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Laura David Hurka <laura.stern> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | a.samirh78, laura.stern, nate |
| Priority: | NOR | ||
| Version First Reported In: | 18.12.1 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kate/aefe636289d60f28b15422cd0136eff1b33a4f9e | Version Fixed/Implemented In: | 19.08.0 |
| Sentry Crash Report: | |||
|
Description
Laura David Hurka
2019-02-06 13:09:53 UTC
You can change how the Documents panel sorts files from Settings -> Configure kate -> Application -> Documents; it could well be that it's not case sensitivity that's causing the issue, but rather it's sorting by opening order. (In reply to Ahmad Samir from comment #1) > it could well be that it's not case sensitivity that's causing the > issue, but rather it's sorting by opening order. No, it’s case sensitivity. The shortcuts navigate in the way the Documents panel is configured. But even if the Documents panel is set to sorting by file name, it still sorts different than the Projects panel. OK. I could reproduce it. Git commit aefe636289d60f28b15422cd0136eff1b33a4f9e by Christoph Cullmann, on behalf of Ahmad Samir. Committed on 08/04/2019 at 17:01. Pushed by cullmann into branch 'master'. Project plugin: sort the tree view case insensitively Summary: This matches how the Filetree plugin sorts its tree view, so that using the Next/Previous Document (from Filetree plugin) actions while looking at the Projects panel doesn't skip/jump over files. FIXED-IN: 19.08.0 Test Plan: - Create a git repo that has three files with mixed case names, e.g.: a B c - Open kate and look at the filetree panel and the projects panel, how the files are sorted should match. Reviewers: #kate, cullmann, dhaumann Reviewed By: #kate, cullmann Subscribers: kwrite-devel Tags: #kate Differential Revision: https://phabricator.kde.org/D20319 M +1 -1 addons/project/kateprojectworker.cpp https://commits.kde.org/kate/aefe636289d60f28b15422cd0136eff1b33a4f9e |