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>EditorSearchPage</class> <widget class="QWidget" name="EditorSearchPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>576</width> <height>554</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure editor search options</b></string> </property> </widget> </item> <item> <widget class="Line" name="line3"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Quicksearch</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QCheckBox" name="quicksearchCheckBox"> <property name="toolTip"> <string>Select to perform a search while entering the text to search for.</string> </property> <property name="text"> <string>Enable Quicksearch</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="quicksearchMarkersEnabledCheckBox"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Select, whether search markers shall be shown for a quicksearch</string> </property> <property name="text"> <string>Highlight all occurrences of quicksearch text</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Timeout for quicksearch highlighting:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="quicksearchMarkOccurrencesTimeoutSpinBox"> <property name="toolTip"> <string>Enter the time in milliseconds after which occurrences of the current search text shall be highlighted</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::PlusMinus</enum> </property> <property name="correctionMode"> <enum>QAbstractSpinBox::CorrectToNearestValue</enum> </property> <property name="suffix"> <string> ms</string> </property> <property name="minimum"> <number>100</number> </property> <property name="maximum"> <number>5000</number> </property> <property name="singleStep"> <number>100</number> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="searckMarkersBox"> <property name="title"> <string>Search Markers</string> </property> <layout class="QVBoxLayout"> <item> <widget class="QCheckBox" name="occurrencesMarkersEnabledCheckBox"> <property name="toolTip"> <string>Select, whether markers for all occurrences of the current word shall be shown</string> </property> <property name="text"> <string>Highlight all occurrences of current word</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="searchMarkersEnabledCheckBox"> <property name="toolTip"> <string>Select, whether search markers shall be shown for a standard search</string> </property> <property name="text"> <string>Highlight all occurrences of search text</string> </property> </widget> </item> <item> <layout class="QHBoxLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Timeout for current word highlighting:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="markOccurrencesTimeoutSpinBox"> <property name="toolTip"> <string>Enter the time in milliseconds after which occurrences of the current word shall be highlighted</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="buttonSymbols"> <enum>QAbstractSpinBox::PlusMinus</enum> </property> <property name="correctionMode"> <enum>QAbstractSpinBox::CorrectToNearestValue</enum> </property> <property name="suffix"> <string> ms</string> </property> <property name="minimum"> <number>100</number> </property> <property name="maximum"> <number>5000</number> </property> <property name="singleStep"> <number>100</number> </property> </widget> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <layout class="QHBoxLayout"> <item> <widget class="QLabel" name="TextLabel2_2_2_2_2_2"> <property name="text"> <string>Marker Color:</string> </property> </widget> </item> <item> <widget class="QPushButton" name="searchMarkerButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the color for the search markers.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="regexpModeBox"> <property name="title"> <string>Regular Expression Type</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QRadioButton" name="regexpPosixButton"> <property name="toolTip"> <string>Select to used the QScintilla POSIX alike regular expression mode.</string> </property> <property name="text"> <string>QScintilla Regular Mode (POSIX)</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="regexpCxx11Button"> <property name="toolTip"> <string>Select to used the QScintilla extended (C++11) regular expression mode.</string> </property> <property name="text"> <string>QScintilla Extended Mode (C++11)</string> </property> </widget> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_8"> <item> <widget class="QLabel" name="highlightingBackgroundLabel"> <property name="text"> <string>Search Area Highlighting:</string> </property> </widget> </item> <item> <widget class="QPushButton" name="highlightingBackgroundButton"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the color for the highlighting of the search area, if it is not the whole document.</string> </property> <property name="text"> <string/> </property> </widget> </item> <item> <spacer name="spacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>347</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>558</width> <height>231</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>quicksearchCheckBox</tabstop> <tabstop>quicksearchMarkersEnabledCheckBox</tabstop> <tabstop>quicksearchMarkOccurrencesTimeoutSpinBox</tabstop> <tabstop>occurrencesMarkersEnabledCheckBox</tabstop> <tabstop>searchMarkersEnabledCheckBox</tabstop> <tabstop>markOccurrencesTimeoutSpinBox</tabstop> <tabstop>searchMarkerButton</tabstop> <tabstop>regexpPosixButton</tabstop> <tabstop>regexpCxx11Button</tabstop> <tabstop>highlightingBackgroundButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>quicksearchCheckBox</sender> <signal>toggled(bool)</signal> <receiver>quicksearchMarkersEnabledCheckBox</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>108</x> <y>95</y> </hint> <hint type="destinationlabel"> <x>127</x> <y>260</y> </hint> </hints> </connection> </connections> </ui>