Change python scripting panel to allow multiple editor windows

* We also remove the old completion/help functionality as it will be replaced.
This commit is contained in:
baldurk
2026-08-13 17:46:43 +01:00
parent f5033de8ff
commit 2aff86b678
5 changed files with 488 additions and 402 deletions
+21 -1
View File
@@ -213,7 +213,27 @@
<item>
<widget class="QToolButton" name="saveScript">
<property name="toolTip">
<string>Save the current script to disk</string>
<string>Save the current script (Ctrl+S)</string>
</property>
<property name="text">
<string>Save</string>
</property>
<property name="icon">
<iconset resource="../Resources/resources.qrc">
<normaloff>:/save.png</normaloff>:/save.png</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="saveAsScript">
<property name="toolTip">
<string>Save the current script to a new location</string>
</property>
<property name="text">
<string>Save As</string>