-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gui): improve search bar behavior when using key bindings (PR #2074
) Before, the search bar would toggle, which was quite annoying. Now, it replicates IntelliJ's search bar behaviour. 1.1. If the user has selected text, use that as the search text 1.2. Otherwise, use the previous search text (or empty if none) 2. Select all text in the search bar and give it focus
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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