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

CHE-5643. Add ability to select items in the quick fix window using keyboard #5761

Merged
merged 1 commit into from
Jul 24, 2017

Conversation

RomanNikitenko
Copy link
Member

What does this PR do?

Add ability to select items in the quick fix window using keyboard

What issues does this PR fix or reference?

#5643

Changelog

Add ability to select items in the quick fix window using keyboard

quick_fix_window

Signed-off-by: Roman Nikitenko [email protected]

@RomanNikitenko RomanNikitenko added the kind/bug Outline of a bug - must adhere to the bug report template. label Jul 20, 2017
@RomanNikitenko RomanNikitenko added this to the 5.16.0 milestone Jul 20, 2017
@RomanNikitenko RomanNikitenko requested review from svor and vparfonov July 20, 2017 14:17
@RomanNikitenko RomanNikitenko requested a review from evidolob as a code owner July 20, 2017 14:17
@codenvy-ci
Copy link

return;
}

if (currentSelectedElement == elementToSelect) {
Copy link
Contributor

Choose a reason for hiding this comment

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

try to use currentSelectedElement.isEqualNode(elementToSelect)

Copy link
Member Author

Choose a reason for hiding this comment

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

@svor fixed, thank you!

@codenvy-ci
Copy link

@RomanNikitenko
Copy link
Member Author

ci-test

@codenvy-ci
Copy link

ci-test build report:
Build details
Test report
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@RomanNikitenko RomanNikitenko merged commit e2b0158 into master Jul 24, 2017
@RomanNikitenko RomanNikitenko deleted the CHE-5643 branch July 24, 2017 12:43
@slemeur slemeur added kind/enhancement A feature request - must adhere to the feature request template. and removed kind/bug Outline of a bug - must adhere to the bug report template. labels Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants