Change MSBuildPanel to EditorDock

This commit is contained in:
kobewi 2025-11-24 17:38:24 +01:00
parent 4601c07d86
commit a07fcf5d05
6 changed files with 39 additions and 27 deletions

View file

@ -67,6 +67,12 @@
Closes the dock, making its tab hidden.
</description>
</method>
<method name="make_visible">
<return type="void" />
<description>
Focuses the dock's tab (or window if it's floating). If the dock was closed, it will be opened. If it's a bottom dock, makes the bottom panel visible.
</description>
</method>
<method name="open">
<return type="void" />
<description>