FirstTimeInForever / intellij-pdf-viewer

Plugin for viewing PDF documents in IntelliJ-based IDEs.
https://github.com/FirstTimeInForever/intellij-pdf-viewer
MIT License
83 stars 18 forks source link

`ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. #93

Closed PHPirates closed 5 months ago

PHPirates commented 8 months ago

IntelliJ IDEA 2024.1 EAP (Ultimate Edition) Build #IU-241.10840.26, built on February 1, 2024 Non-Bundled Plugins: nl.rubensten.texifyidea (0.9.4-alpha.2) com.firsttimeinforever.intellij.pdf.viewer.intellij-pdf-viewer (0.16.0)

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.firsttimeinforever.intellij.pdf.viewer.actions.view.PdfSetSidebarViewModeAction$Hide' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.firsttimeinforever.intellij.pdf.viewer.intellij-pdf-viewer]
    at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
    at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
    at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
    at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
    at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:198)