e2519981
Starting Member
1 Posts |
Posted - Apr 30 2013 : 11:04:10 AM
|
If I double click a function name in the VA Outline list it takes me to that function in all open tabs showing that file, whereas I would expect it to only go to the function in the active tab. To reproduce do the following:
1. Open a cpp file (eg. foo.cpp). 2. Use Window | New Window to create a new tab displaying foo.cpp. 3. Click a function name in the VA Outline list. 4. Both tabs (foo.cpp:1 and foo.cpp:2) will go to the function.
For me, this only happens with higher numbered tabs. That is, if I select foo.cpp:2 and click in the VA Outline list both foo.cpp:1 and foo.cpp:2 go to the function. If I select foo.cpp:1 and click in the VA Outline list only foo.cpp:1 goes to the function. If I have a foo.cpp:3 and click, then foo.cpp:3 and foo.cpp:1 go to the function. And so on.
I can't help but believe this a bug, because of the different behavior depending on which tab is selected. |
|