-
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 #175 Liberty tool window doesn't scroll #485
Fixes #175 Liberty tool window doesn't scroll #485
Conversation
Fixes OpenLiberty#175 Fixed the issue of Liberty tool window doesn't scroll.
It looks like these changes affect the automated tests. Please update the tests to accommodate the changes. Test failures are occurring on these lines in the log: |
src/main/java/io/openliberty/tools/intellij/actions/RefreshLibertyToolbar.java
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/actions/RunLibertyDevTask.java
Show resolved
Hide resolved
.../intellij/lsp4jakarta/lsp4ij/codeAction/proposal/quickfix/RemoveParamAnnotationQuickFix.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.
Looks good for me
Fixes #175
Fixed the issue of Liberty tool window doesn't scroll.