Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find/replace dialog: properly update search string #2322 #2327

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Find/replace dialog: properly update search string eclipse-platform#2322

    
    
    The find/replace dialog does currently not properly update its search
    string. When changing the search string and pressing return to execute a
    search, the previous search string is taken. The reason is an existing
    workaround for event handling of Combos in GTK.
    
    This change ensures that the search and replace input strings are
    properly updated upon every text modification in the according widgets.
    
    Fixes eclipse-platform#2322
    HeikoKlare committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4a3149a View commit details
    Browse the repository at this point in the history