116_uppsrc.diff
| uppsrc/ide/Navigator.cpp 2011-11-11 05:54:09 +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 && !theide->SwapSIf(cref))
|
|
| 42 | 42 |
theide->IdeGotoCodeRef(cref); |
| 43 | 43 |
|
| 44 | 44 |
if(scope == browser.scope.GetKey()) {
|