Skip to content

Commit 756c864

Browse files
committed
Add hints for history navigation to FindReplaceOverlay
In the FindReplaceOverlay, the search and replace histories can be navigated via pressing arrow up and down keys. This adds an according hint to the hint messages of the input fields.
1 parent d11d8f0 commit 756c864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/findandreplace/FindReplaceMessages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ FindReplaceOverlay_caseSensitiveButton_toolTip=Match case
5656
FindReplaceOverlay_wholeWordsButton_toolTip=Match whole word
5757
FindReplaceOverlay_replaceButton_toolTip=Replace
5858
FindReplaceOverlay_replaceAllButton_toolTip=Replace all
59-
FindReplaceOverlay_searchBar_message=Find
60-
FindReplaceOverlay_replaceBar_message=Replace
59+
FindReplaceOverlay_searchBar_message=Find (\u2195 for history)
60+
FindReplaceOverlay_replaceBar_message=Replace (\u2195 for history)
6161
FindReplaceOverlay_replaceToggle_toolTip=Toggle input for replace
6262
FindReplaceOverlay_searchHistory_toolTip=Show search history
6363
FindReplaceOverlay_replaceHistory_toolTip=Show replace history

0 commit comments

Comments
 (0)