Community
Participate
Working Groups
In my project are 2 classes with the same name (and same filename) but they are in an other namespace. When I switch to header or to cpp file by using ctrl+tab inside the editor, the editor opens the wrong file. It seems that it does not consider the namespace of the class.
Similar to bug 282820. Could you provide a sample project?
(In reply to comment #1) > Similar to bug 282820. > Could you provide a sample project? It is code of the company I am working for and cannot be released. At the moment I have no time to change the code. So I have no example for you at this time. Perhaps later.
Created attachment 181693 [details] Sample project I think I can reproduce it. If you open src/Test.h and Ctrl+tab, it will switch to src/foo/Test.cpp. Also, open src/Test.cpp, it will switch to src/foo/Test.h
This was fixed in bug 421544. *** This bug has been marked as a duplicate of bug 421544 ***