Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 16.0.0
-
None
Description
I have the same git repository cloned in sibling directories, e.g. "src/myClone1" and "src/myClone2". Starting with Qt Creator 16, when I use Locator to find functions in QML e.g. m myQmlFunction it is now finding the symbol in both repositories, instead of just the project I have open. The results are also alphanumerically sorted, so often times the symbol from the wrong repository is matched first, and it results in the wrong file being opened for editing.