-
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
#1131 extra dialog appears for multiple projects #1137
base: intellij-2024.2-support-backup
Are you sure you want to change the base?
#1131 extra dialog appears for multiple projects #1137
Conversation
src/main/java/io/openliberty/tools/intellij/util/TreeDataProvider.java
Outdated
Show resolved
Hide resolved
src/main/java/io/openliberty/tools/intellij/runConfiguration/LibertyRunConfiguration.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.
Thanks @staicy123 , Changes looks good to me.
I have tested these changes using zip file generated in intellij versions 2024.1, 2024.2 and 2024.3. So works fine as expected in all 3 IDEs
src/main/java/io/openliberty/tools/intellij/actions/LibertyGeneralAction.java
Outdated
Show resolved
Hide resolved
b74ed41
to
831f833
Compare
…ATAKEY and added comments
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, thank you.
Fixes ##1131
This PR addresses the issue where a behavioral inconsistency was identified in DevMode actions from the Liberty Tool window between IntelliJ versions 2024.1 and 2024.2 (with the same behavior observed in 2024.3). Specifically, an unnecessary pop-up window was appearing to select the Liberty project, even when the DevMode for the corresponding project was already selected.
The root cause of the issue was identified and resolved. The fix ensures that the extra pop-up no longer appears, streamlining the workflow for the affected IntelliJ versions.