intellij-pdf-viewer icon indicating copy to clipboard operation
intellij-pdf-viewer copied to clipboard

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

Open PHPirates opened this issue 5 months ago • 0 comments

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)

PHPirates avatar Feb 03 '24 10:02 PHPirates