-
Suggestion
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.3.0
-
None
-
2604a8e485d8d51a5424effe1cafb5ace7cac1a0 (qt-creator/qt-creator/master)
When I am clicking through compile issues and I have 3 separate files open and being viewed, if I double click an issue, it takes the last editor I clicked in and changes what file it is viewing and jumps to that line.
I think having the option (probably as the default) to have it jump to the line in the visible document that is already open in a different window, instead of showing it in the last text editor that has been used, or the one with the most recent focus.
Or in other words, if I have main.cpp open in one window or split and mainwindow.h open in another, and I have a compile issue in main.cpp, when I double click the issue, and it jumps to the line, it should always prefer to show the line in the editor that already has main.cpp open, rather than relying on which editor had focus last, and showing me two views of main.cpp.