-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: better browser performance + fixed settings panel + pulled upstream plugin template (upgraded gradle and build tools) #193
Conversation
ramonvermeulen
commented
Oct 19, 2024
•
edited
Loading
edited
- upgraded all the intellij idea plugin template related files based on the upstream repository, big changes in gradle set-up, and minor changes in CI/CD pipelines
- disabled offscreen rendering for the embedded lineage panel browser which increased performance
- fixed the settingsPanel (which had some bugs while trying to apply changed settings)
- moved addBrowseFolderListener to another function signature which is not deprecated, solves TextFieldWithBrowseButton.addBrowseFolderListener is deprecated in future IDE release #187
- implemented Disposable in (I think) the correct way, tried to stick with the IDEA plugin documentation about this concept
- upgraded new minor due to a lot of changes (should've actually already done this with v0.1.2 my bad)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #193 +/- ##
==========================================
- Coverage 16.92% 16.84% -0.09%
==========================================
Files 28 28
Lines 827 843 +16
Branches 110 110
==========================================
+ Hits 140 142 +2
- Misses 679 694 +15
+ Partials 8 7 -1 ☔ View full report in Codecov by Sentry. |
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|