Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>HgHisteditCommitEditor</class> <widget class="QDialog" name="HgHisteditCommitEditor"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>500</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>Commit Message</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QSplitter" name="splitter"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Commit Message</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="EricSpellCheckedPlainTextEdit" name="messageEdit"> <property name="toolTip"> <string>Edit the commit message</string> </property> <property name="tabChangesFocus"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Recent commit messages</string> </property> </widget> </item> <item> <widget class="QComboBox" name="recentComboBox"> <property name="toolTip"> <string>Select a recent commit message to use</string> </property> </widget> </item> </layout> </widget> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Information</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="EricSpellCheckedPlainTextEdit" name="infoEdit"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricSpellCheckedPlainTextEdit</class> <extends>QPlainTextEdit</extends> <header>eric7/EricWidgets/EricSpellCheckedTextEdit.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>