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

Use Popup::ignore_escape_key helper for completion #6006

Merged

Conversation

the-mikedavis
Copy link
Member

The completion component has a separate branch for handling the Escape key but it can use the ignore_escape_key helper added for signature-help instead (#1755).

This should not cause a behavior change - it's just cleaning up the completion component.

The completion component has a separate branch for handling the
Escape key but it can use the `ignore_escape_key` helper added for
signature-help instead.

This should not cause a behavior change - it's just cleaning up the
completion component.
@the-mikedavis the-mikedavis added C-enhancement Category: Improvements S-waiting-on-review Status: Awaiting review from a maintainer. labels Feb 15, 2023
Copy link
Member

@pascalkuthe pascalkuthe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Considering that the ignore_escape_key lists the completion key as an example usecase its indeed odd that we didn't use it here yet 😄

@archseer archseer merged commit d8526a7 into helix-editor:master Feb 16, 2023
@the-mikedavis the-mikedavis deleted the md-ignore-escape-key-completion branch February 16, 2023 04:38
wes-adams pushed a commit to wes-adams/helix that referenced this pull request Jul 4, 2023
The completion component has a separate branch for handling the
Escape key but it can use the `ignore_escape_key` helper added for
signature-help instead.

This should not cause a behavior change - it's just cleaning up the
completion component.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants