STEPS TO REPRODUCE 1. Open a file in project 'foo'. The projects sidebar shows the files from 'foo' 2. Open a file from project 'bar' OBSERVED RESULT Project sidebar shows files from 'foo' Switching between the two files does not update the projects sidebar EXPECTED RESULT Project sidebar shows files from 'bar' Switching between files updates the projects sidebar SOFTWARE/OS VERSIONS KDE Frameworks Version: master Qt Version: 5.15-kde ADDITIONAL INFORMATION Bisected to https://invent.kde.org/utilities/kate/-/merge_requests/621
For me it still does. Are that projects with .kateproject files or are that auto-generated projects from e.g. git?
These are from git repos, without .kateproject
Ok, thanks. Need to try this then. This gives some ideas how my change could have borked that!
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/654
Yeah, ok, guess I found the culprit. Was no clever idea to think one could just purge the fileName for auto-generated projects.
Ok, fixed. Was only broken in master, but in no released version.
Thanks for helping to find this. As I in most cases use just .kateproject based projects, I would not have noticed this regression!