https://bugs.kde.org/show_bug.cgi?id=453569

Christoph Cullmann <cullm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |22.08.0
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |cullm...@kde.org

--- Comment #4 from Christoph Cullmann <cullm...@kde.org> ---
Hmm, strange, I tried that with 22.08, works, but I am not aware of any fixes
for that.

Only hint is this:

commit 6c5f6e0f8c8603fa0a2e0f43ff3ea37b65dd4864
Author: Waqar Ahmed <waqar....@gmail.com>
Date:   Mon Mar 15 19:02:22 2021 +0500

    Revert change to project['list']

diff --git a/addons/project/kateprojectworker.cpp
b/addons/project/kateprojectworker.cpp
index 17d9b406a..284521af3 100644
--- a/addons/project/kateprojectworker.cpp
+++ b/addons/project/kateprojectworker.cpp
@@ -373,9 +373,9 @@ QVector<QString> KateProjectWorker::findFiles(const QDir
&dir, const QVariantMap
          * all code later requires this and the filesFrom... routines do this,
too, internally
          * even without this, the tree views will show them, but opening them
will create new elements!
          */
-        //        for (auto &file : userGivenFilesList) {
-        //            file = dir.absoluteFilePath(file);
-        //        }
+        for (auto &file : userGivenFilesList) {
+            file = dir.absoluteFilePath(file);
+        }

         /**
          * users might have specified duplicates, this can't happen for the
other ways


Please try 22.08, sorry for the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to