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

Address plugin verifier warnings #42

Merged
merged 5 commits into from
Oct 18, 2024
Merged

Conversation

r-ralph
Copy link
Member

@r-ralph r-ralph commented Oct 17, 2024

Fix some warnings reported by plugin verifier.

  1. Stop using deprecated functions in HtmlSyntaxInfoUtil.
    a. Some of these APIs will apparently be removed in the most recent release (2024.3)
  2. Supporting K2 mode
    a. Follow the migration guide and change to use the Analysis API used in K2 mode.
    b. https://kotlin.github.io/analysis-api/migrating-from-k1.html
    c. Also, Kotlin plugin was changed to a required plugin because K2 mode specification and optional could not be described at the same time.
  3. Indicate that this plugin can be applied without requiring a restart of the IDE.

In addition, the following issues found during these corrections will be corrected:

  1. Fix to correctly display icons even when only field is written such as static import.

Copy link
Contributor

@munetoshi munetoshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@r-ralph r-ralph merged commit 32c039f into line:master Oct 18, 2024
4 checks passed
@r-ralph r-ralph deleted the ij-deprecated branch October 18, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants