116_uppsrc1.diff
uppsrc/ide/Navigator.cpp 2011-11-11 02:06:16 +0600 | ||
---|---|---|
38 | 38 |
int itemsc = browser.item.GetScroll(); |
39 | 39 |
|
40 | 40 |
String cref = browser.GetCodeRef(); |
41 |
if(assist_active && !(theide && theide->SwapSIf(cref)))
|
|
41 |
if(theide && (assist_active && !theide->SwapSIf(cref) || theide->IsAux()))
|
|
42 | 42 |
theide->IdeGotoCodeRef(cref); |
43 | 43 |
|
44 | 44 |
if(scope == browser.scope.GetKey()) { |