diff -r 73cb6384a71f -r f89952e5fc11 eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui --- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Fri Jun 14 18:46:44 2019 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Wed Jun 26 19:41:11 2019 +0200 @@ -257,12 +257,12 @@ <property name="geometry"> <rect> <x>0</x> - <y>-581</y> - <width>549</width> - <height>916</height> + <y>0</y> + <width>561</width> + <height>932</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> + <layout class="QVBoxLayout" name="verticalLayout_7"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> @@ -642,6 +642,25 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_9"> + <property name="title"> + <string>Commented Code</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <widget class="QCheckBox" name="aggressiveCheckBox"> + <property name="toolTip"> + <string>Select to search for commented code more aggressively. This may increase the number of false positives.</string> + </property> + <property name="text"> + <string>Search aggressively</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Code Complexity</string> @@ -942,6 +961,7 @@ <tabstop>builtinsAssignmentList</tabstop> <tabstop>addBuiltinButton</tabstop> <tabstop>deleteBuiltinButton</tabstop> + <tabstop>aggressiveCheckBox</tabstop> <tabstop>complexitySpinBox</tabstop> <tabstop>lineComplexitySpinBox</tabstop> <tabstop>lineComplexityScoreSpinBox</tabstop>