1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 22:34:09 +02:00

Added diagnostics panel

This commit is contained in:
Brian Fiete 2020-07-31 06:16:29 -07:00
parent efa9566f88
commit f034880723
12 changed files with 1017 additions and 51 deletions

View file

@ -12873,6 +12873,7 @@ namespace IDE
for (var project in mWorkspace.mProjects)
project.Update();
UpdateCompilersAndDebugger();
gApp.mDiagnosticsPanel.UpdateStats();
if (mScriptManager != null)
mScriptManager.Update();