-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: improve extension (de)selection in Quarkus wizard #989
feat: improve extension (de)selection in Quarkus wizard #989
Conversation
fbricon
commented
Jul 1, 2023
•
edited
Loading
edited
- (de)select extension on double-click in extensions treeview
- deselect extension on double-click in selected extensions list
- deselect selection of extension on DELETE or BACKSPACE keypress in selected extensions list
9a4da4e
to
459399e
Compare
Signed-off-by: Fred Bricon <[email protected]>
459399e
to
75928f0
Compare
Updated commit to handle cases when the treeview is filtered, and selected extensions are not visible in the treeview. Removing them (double-click or delete) now works as expected. |
Signed-off-by: Andre Dietisheim <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works nicely for me, LGTM.
Extracted classes, methods to improve code readability a bit.
@fbricon added a commit on top for a bit of cleanup (#getComponent was 140 lines long, still is 100 with my change). Please have a look if you agree. |
@adietish thanks |