mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Fixed pause issue running post-build scripts, added curl diagnostics
This commit is contained in:
parent
c5dca50e50
commit
43c82515fe
5 changed files with 37 additions and 21 deletions
|
@ -893,18 +893,20 @@ namespace IDE
|
|||
if (gApp.mLastActiveSourceViewPanel != null)
|
||||
{
|
||||
var sourceViewPanel = gApp.mLastActiveSourceViewPanel;
|
||||
if (sourceViewPanel.HasFocus())
|
||||
{
|
||||
if (sourceViewPanel.[Friend]mOldVerLoadExecutionInstance != null)
|
||||
return false;
|
||||
if (!sourceViewPanel.mDeferredResolveResults.IsEmpty)
|
||||
return false;
|
||||
|
||||
if (sourceViewPanel.[Friend]mOldVerLoadExecutionInstance != null)
|
||||
return false;
|
||||
if (!sourceViewPanel.mDeferredResolveResults.IsEmpty)
|
||||
return false;
|
||||
|
||||
if (sourceViewPanel.[Friend]mWantsFastClassify)
|
||||
return false;
|
||||
if (sourceViewPanel.[Friend]mWantsFullClassify)
|
||||
return false;
|
||||
if (sourceViewPanel.[Friend]mWantsFullRefresh)
|
||||
return false;
|
||||
if (sourceViewPanel.[Friend]mWantsFastClassify)
|
||||
return false;
|
||||
if (sourceViewPanel.[Friend]mWantsFullClassify)
|
||||
return false;
|
||||
if (sourceViewPanel.[Friend]mWantsFullRefresh)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if ((gApp.mBfResolveCompiler != null) && (gApp.mBfResolveCompiler.IsPerformingBackgroundOperation()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue