--- a/src/eric7/UI/SearchWidgetLine.ui Tue Dec 19 09:31:02 2023 +0100 +++ b/src/eric7/UI/SearchWidgetLine.ui Tue Dec 19 11:04:03 2023 +0100 @@ -93,6 +93,9 @@ </item> <item> <widget class="QCheckBox" name="caseCheckBox"> + <property name="toolTip"> + <string>Select to match case sensitive</string> + </property> <property name="text"> <string>Match case</string> </property> @@ -100,6 +103,9 @@ </item> <item> <widget class="QCheckBox" name="wordCheckBox"> + <property name="toolTip"> + <string>Select to match whole words only</string> + </property> <property name="text"> <string>Whole word</string> </property> @@ -107,6 +113,9 @@ </item> <item> <widget class="QCheckBox" name="regexpCheckBox"> + <property name="toolTip"> + <string>Select if the searchtext is a regular expression</string> + </property> <property name="text"> <string>Regexp</string> </property>