-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fixes #222 add hover info to entries in the Liberty Tool window #528
base: main
Are you sure you want to change the base?
Fixes #222 add hover info to entries in the Liberty Tool window #528
Conversation
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.
Looks good to me.
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.
I tried out the behaviour and noticed something that needs to be updated. My mouse was nowhere near the project in the Liberty dashboard, but the hover text appeared. The white circle in the image below is roughly where my mouse was when the pop up text appeared. We should only be displaying the pop up text when hovering over the project element in the tree.
src/main/java/io/openliberty/tools/intellij/LibertyExplorer.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/LibertyExplorer.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/LibertyExplorer.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/LibertyExplorer.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/LibertyExplorer.java
Outdated
Show resolved
Hide resolved
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.
The tooltip text covers up the Liberty actions and other project nodes when moving the mouse off of the project node. This should be addressed before merging these changes.
Fixes #222 Added hover info to entries in the Liberty Tool window