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

Change shortcut for opening Component Browser to enter #7527

Merged
merged 5 commits into from
Aug 11, 2023

Conversation

farmaazon
Copy link
Contributor

@farmaazon farmaazon commented Aug 9, 2023

Pull Request Description

This was meant to be a trivial change, but actually a dirty workaround needed to be applied. Because enter is used to both open searcher and accept input/entry, both actions were fired at once. I fixed it by debouncing opening searcher event (so the searcher will be opened only once key event handling is over)

Important Notes

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • [ ] Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • All code has been tested:
    • Unit tests have been written where possible.
    • If GUI codebase was changed, the GUI was tested when built using ./run ide build.

@farmaazon farmaazon marked this pull request as ready for review August 9, 2023 10:20
@vitvakatu vitvakatu changed the title Change shortcut for opening Component Browser to tab Change shortcut for opening Component Browser to enter Aug 10, 2023
@vitvakatu
Copy link
Contributor

QA Report 🟢

No issues caused by this PR were spotted, but I did found two on develop: #7554 and #7553.

@farmaazon farmaazon added CI: Ready to merge This PR is eligible for automatic merge and removed CI: Ready to merge This PR is eligible for automatic merge labels Aug 10, 2023
@farmaazon farmaazon added the CI: Ready to merge This PR is eligible for automatic merge label Aug 10, 2023
@vitvakatu
Copy link
Contributor

@4e6 @JaroslavTulach @hubertp could you please approve to unblock the merge?

@mergify mergify bot merged commit fd972f8 into develop Aug 11, 2023
24 checks passed
@mergify mergify bot deleted the wip/farmaazon/open-cb-with-enter branch August 11, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants