Merge pull request #113115 from KoBeWi/Buildock

Change MSBuildPanel to EditorDock
This commit is contained in:
Rémi Verschelde
2025-11-27 09:55:55 +01:00
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>