116_uppsrc1.diff

The diff file to apply for uppsrc directory (first version) - Sender Ghost, 11/11/2011 08:04 PM

Download (492 Bytes)

View differences:

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()) {