--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Sun May 31 17:23:49 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Thu Jun 04 17:57:20 2020 +0200 @@ -43,104 +43,124 @@ </attribute> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> + <widget class="QLabel" name="label_20"> + <property name="text"> + <string>Categories:</string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QListWidget" name="categoriesList"> + <property name="toolTip"> + <string>Select the categories of checks to be performed.</string> + </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Exclude Files:</string> </property> </widget> </item> - <item row="0" column="1"> + <item row="1" column="1"> <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> <property name="toolTip"> <string>Enter filename patterns of files to be excluded separated by a comma</string> </property> </widget> </item> - <item row="1" column="0"> + <item row="2" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Exclude Messages:</string> </property> </widget> </item> - <item row="1" column="1"> + <item row="2" column="1"> <widget class="E5ClearableLineEdit" name="excludeMessagesEdit"> <property name="toolTip"> - <string>Enter message codes or categories to be excluded separated by a comma</string> + <string>Enter message codes to be excluded separated by a comma</string> </property> </widget> </item> - <item row="1" column="2"> + <item row="2" column="2"> <widget class="QToolButton" name="excludeMessagesSelectButton"> <property name="toolTip"> <string>Press to select the message codes from a list</string> </property> </widget> </item> - <item row="2" column="0"> + <item row="3" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Included Messages:</string> </property> </widget> </item> - <item row="2" column="1"> + <item row="3" column="1"> <widget class="E5ClearableLineEdit" name="includeMessagesEdit"> <property name="toolTip"> - <string>Enter message codes or categories to be included separated by a comma</string> + <string>Enter message codes to be included separated by a comma</string> </property> </widget> </item> - <item row="2" column="2"> + <item row="3" column="2"> <widget class="QToolButton" name="includeMessagesSelectButton"> <property name="toolTip"> <string>Press to select the message codes from a list</string> </property> </widget> </item> - <item row="3" column="0"> + <item row="4" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Fix Issues:</string> </property> </widget> </item> - <item row="3" column="1"> + <item row="4" column="1"> <widget class="E5ClearableLineEdit" name="fixIssuesEdit"> <property name="toolTip"> <string>Enter message codes of issues to be fixed automatically (leave empty to fix all)</string> </property> </widget> </item> - <item row="3" column="2"> + <item row="4" column="2"> <widget class="QToolButton" name="fixIssuesSelectButton"> <property name="toolTip"> <string>Press to select the message codes from a list</string> </property> </widget> </item> - <item row="4" column="0"> + <item row="5" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Don't Fix Issues:</string> </property> </widget> </item> - <item row="4" column="1"> + <item row="5" column="1"> <widget class="E5ClearableLineEdit" name="noFixIssuesEdit"> <property name="toolTip"> <string>Enter message codes of issues not to be fixed automatically</string> </property> </widget> </item> - <item row="4" column="2"> + <item row="5" column="2"> <widget class="QToolButton" name="noFixIssuesSelectButton"> <property name="toolTip"> <string>Press to select the message codes from a list</string> </property> </widget> </item> - <item row="5" column="0" colspan="3"> + <item row="6" column="0" colspan="3"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QCheckBox" name="repeatCheckBox"> @@ -193,7 +213,7 @@ </item> </layout> </item> - <item row="6" column="0" colspan="2"> + <item row="7" column="0"> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -244,8 +264,8 @@ <rect> <x>0</x> <y>0</y> - <width>389</width> - <height>1102</height> + <width>637</width> + <height>891</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> @@ -1036,6 +1056,7 @@ <tabstops> <tabstop>mainWidget</tabstop> <tabstop>optionsTabWidget</tabstop> + <tabstop>categoriesList</tabstop> <tabstop>excludeFilesEdit</tabstop> <tabstop>excludeMessagesEdit</tabstop> <tabstop>excludeMessagesSelectButton</tabstop>