mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-28 04:28:01 +02:00
Start of package management
This commit is contained in:
parent
e517a9745a
commit
e6c4a95ccd
25 changed files with 4316 additions and 692 deletions
|
@ -167,7 +167,7 @@ namespace IDE.ui
|
|||
mConfigComboBox.mDisabled = !canChangeConfig;
|
||||
mPlatformComboBox.mDisabled = !canChangeConfig;
|
||||
|
||||
if ((gApp.IsCompiling || gApp.mRunningTestScript) && (mUpdateCnt % 8 == 0))
|
||||
if ((gApp.IsCompiling || gApp.mRunningTestScript || (gApp.mWorkspace.mProjectLoadState == .Preparing)) && (mUpdateCnt % 8 == 0))
|
||||
MarkDirtyEx(8);
|
||||
|
||||
var debugState = gApp.mDebugger.GetRunState();
|
||||
|
@ -398,6 +398,10 @@ namespace IDE.ui
|
|||
{
|
||||
DrawStatusBox("Const Evaluation");
|
||||
}
|
||||
else if (gApp.mWorkspace.mProjectLoadState == .Preparing)
|
||||
{
|
||||
DrawStatusBox("Loading Projects");
|
||||
}
|
||||
else
|
||||
mStatusBoxUpdateCnt = -1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue