mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 19:48:01 +02:00
Added Diagnostics panel
This commit is contained in:
parent
015470203b
commit
86a41649ec
12 changed files with 150 additions and 76 deletions
|
@ -143,6 +143,10 @@ namespace IDE.ui
|
|||
{
|
||||
panel = gApp.mMemoryPanel;
|
||||
}
|
||||
else if (type == "DiagnosticsPanel")
|
||||
{
|
||||
panel = gApp.mDiagnosticsPanel;
|
||||
}
|
||||
else if (type == "AutoCompletePanel")
|
||||
{
|
||||
panel = gApp.mAutoCompletePanel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue