Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-33335

if c++ files are symbolic link to a symbolic link in linux, when edit the file and save, it will not save to the real file, but save to another new file

XMLWordPrintable

    • Linux/X11
    • 968135b74 (18.0)

      if edit file include/a/a.h, then save, it will save to new file include/a.h, not save to real file src/a/a.h

      ├── CMakeLists.txt
      ├── include
      │   └── a -> ../src/a/export
      └── src
          ├── CMakeLists.txt
          ├── a
          │   ├── CMakeLists.txt
          │   ├── a.cpp
          │   ├── a.h
          │   └── export
          │       └── a.h -> ../a.h
          └── main
              ├── CMakeLists.txt
              └── main.cpp
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            con Eike Ziller
            test__user Zaq Plm
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes