diff -r b41c9a7bcbbb -r a267ac36dd69 src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui --- a/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui Mon Mar 20 10:43:29 2023 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui Mon Mar 20 16:08:35 2023 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>650</width> - <height>500</height> + <height>600</height> </rect> </property> <property name="windowTitle"> @@ -24,13 +24,7 @@ <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QFrame" name="filterFrame"> - <property name="frameShape"> - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <layout class="QHBoxLayout" name="horizontalLayout"> + <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>0</number> </property> @@ -43,14 +37,14 @@ <property name="bottomMargin"> <number>0</number> </property> - <item> + <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Exclude Files:</string> </property> </widget> </item> - <item> + <item row="0" column="1"> <widget class="QLineEdit" name="excludeFilesEdit"> <property name="toolTip"> <string>Enter filename patterns of files to be excluded separated by a comma</string> @@ -60,7 +54,7 @@ </property> </widget> </item> - <item> + <item row="0" column="2" rowspan="2"> <widget class="Line" name="line"> <property name="lineWidth"> <number>2</number> @@ -70,7 +64,7 @@ </property> </widget> </item> - <item> + <item row="0" column="3"> <widget class="QPushButton" name="startButton"> <property name="toolTip"> <string>Press to start the syntax check run</string> @@ -80,6 +74,23 @@ </property> </widget> </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Additional 'builtins':</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="builtinsEdit"> + <property name="toolTip"> + <string>Enter additional 'builtins' names separated by whitespace.</string> + </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> </item> @@ -144,10 +155,10 @@ </widget> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> + <tabstop>excludeFilesEdit</tabstop> + <tabstop>builtinsEdit</tabstop> <tabstop>startButton</tabstop> - <tabstop>excludeFilesEdit</tabstop> <tabstop>resultList</tabstop> - <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections/>