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

Add hover info to entries in the Liberty Tool window #222

Open
turkeylurkey opened this issue Dec 13, 2022 · 2 comments · May be fixed by #528
Open

Add hover info to entries in the Liberty Tool window #222

turkeylurkey opened this issue Dec 13, 2022 · 2 comments · May be fixed by #528
Assignees
Labels
enhancement New feature or request

Comments

@turkeylurkey
Copy link
Member

turkeylurkey commented Dec 13, 2022

There could be multiple apps in the window and it should be easy to tell which entry corresponds to which project.

image

Perhaps if you hover over the element it should display the full path of the build file (pom.xml, build.gradle).

In this example we've cloned the project https://github.com/OpenLiberty/guide-maven-multimodules and opened the root directory. Not exactly best practice but simple to reproduce the issue.
Similar to OpenLiberty/liberty-tools-vscode#208

@TrevCraw
Copy link
Contributor

TrevCraw commented May 6, 2024

Draft PR open for this issue here which requires updates: #528

@Rahul-Biju
Copy link
Contributor

Rahul-Biju commented May 13, 2024

Branch Link : https://github.com/Rahul-Biju/liberty-tools-intellij/tree/issue222_addHoverInfo_libertyDashboard

I have used a MouseMotionListener which is an interface in Java Swing that provides methods to handle mouse motion events, such as moving the mouse.So now what happens is If the mouse is not over the project then the path won’t show. If the mouse is over the project then the path will show.

issue : at some points in the liberty dashboard , when the cursor moves the path is showing.



Next step : this issue need to be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment