mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 03:28:02 +02:00
Scope Prev/Next, other minor improvements
This commit is contained in:
parent
0154b75923
commit
9e009b134c
7 changed files with 115 additions and 4 deletions
|
@ -383,6 +383,13 @@ namespace IDE.ui
|
|||
var bfSystem = IDEApp.sApp.mBfResolveSystem;
|
||||
var bfCompiler = IDEApp.sApp.mBfResolveCompiler;
|
||||
|
||||
if (mGettingSymbolInfo)
|
||||
{
|
||||
gApp.Fail("Cannot rename symbols here");
|
||||
mGettingSymbolInfo = false;
|
||||
return;
|
||||
}
|
||||
|
||||
Debug.Assert(!mGettingSymbolInfo);
|
||||
|
||||
StopWork();
|
||||
|
@ -855,7 +862,9 @@ namespace IDE.ui
|
|||
if (mSourceViewPanel.[Friend]mWantsFullClassify)
|
||||
hasWorkLeft = true;
|
||||
if (mSourceViewPanel.HasDeferredResolveResults())
|
||||
{
|
||||
hasWorkLeft = true;
|
||||
}
|
||||
if (!hasWorkLeft)
|
||||
{
|
||||
StartWork();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue