Find/Replace overlay: renamed tooltips - #4357
Open
r-mennig wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Ping @HeikoKlare |
Contributor
HeikoKlare
reviewed
Sep 7, 2026
HeikoKlare
left a comment
Contributor
There was a problem hiding this comment.
Thank you for the proposal. I like the consistent naming of using "find next/previous" instead of "search forward/backward" and would be in favor of merging this renaming.
Renames "Search forward", "Search backwards" and "Search all" tooltips to "Find next", "Find previous" and "Find all" to closer match existing naming in search view. Also updates all find/replace overlay tooltips according to Eclipse UI style guide.
r-mennig
force-pushed
the
find_replace_rename_tooltips
branch
from
September 8, 2026 07:33
1c61b06 to
6f7d5ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, the tooltips for the buttons in the Find/Replace Overlay to find the next / previous / all hits are shown as "Search forward" / "Search backward" / "Search all". The search view however uses the tooltips "Show Next Match" / "Show Previous Match".
To closer align both sets of tooltips, this PR changes the "Search forward", "Search backwards" and "Search all" tooltips to "Find Next", "Find Previous" and "Find All" ("Find" is used here to signal to the user that a search is being executed, unlike in the search view in which all matches are already known).
Additionally, this PR also updates the capitalization of all find/replace overlay tooltips according to the Eclipse UI style guide (see Guideline 1.5). The placeholder texts in the search / replace bar are not changed, as those are already capitalized correctly according to Guideline 1.6.