Project plugin: sort the tree view case insensitively
ClosedPublic

Authored by ahmadsamir on Apr 6 2019, 6:57 PM.

Details

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.

BUG: 403997
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.

Diff Detail

Repository
R40 Kate
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahmadsamir created this revision.Apr 6 2019, 6:57 PM
Restricted Application added a project: Kate. · View Herald TranscriptApr 6 2019, 6:57 PM
ahmadsamir requested review of this revision.Apr 6 2019, 6:57 PM
cullmann accepted this revision.Apr 7 2019, 1:16 PM

Guess this makes sense.

This revision is now accepted and ready to land.Apr 7 2019, 1:16 PM

Please commit it too.

Thanks.

This revision was automatically updated to reflect the committed changes.