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

Refactor for compatibility with Intellij SDK > 2024.2.5 #27

Open
romaindalichamp opened this issue Dec 31, 2024 · 0 comments
Open

Refactor for compatibility with Intellij SDK > 2024.2.5 #27

romaindalichamp opened this issue Dec 31, 2024 · 0 comments
Assignees
Labels

Comments

@romaindalichamp
Copy link
Owner

Since Intellij SDK > 2024.2.5, verification results are trigerring errors related to news changes and deprecated methods.

  • Deprecated method AnActionEvent.createFromDataContext(...) is invoked in TerminalTabsUtil.Companion.performManualRenamingAction(...).
  • Deprecated method ActionPlaces.isPopupPlace(String) is invoked in CustomRevealFileInTerminalAction.isAvailable(...)
  • Override-only method AnAction.actionPerformed(AnActionEvent) is invoked in TerminalTabsUtil.Companion.performManualRenamingAction(...). This method is marked with @ApiStatus.OverrideOnly annotation, which indicates that the method must be only overridden but not invoked by client code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant