-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 16.0.2
-
None
-
-
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
For Gerrit Dashboard: QTCREATORBUG-33335 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
671398,4 | FilePath: Fix resolution of symlinks with directory links | 18.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |