Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.8.2
-
-
0cab1f1762d1cf2aca473d47f0cb0f060b9d709c (qt-creator/qt-creator/4.9)
Description
Right-clicking on a sub-directory in the File System pane and choosing Find in This Directory from the context menu places the parent directory path into the Directory field of the Files in File System search configuration.
Example: given the following directory structure:
project | +- foo | +- bar | +- file.c +- file.h
if I right-click bar and choose Find in This Directory, the Directory field of the search configuration will contain /home/gromov/project/foo. The expected value in this case would be /home/gromov/project/foo/bar.