huoguangjin / MultiHighlight

Jetbrains IDE plugin: highlight identifiers with custom colors 🎨💡
https://plugins.jetbrains.com/plugin/9511-multihighlight
GNU General Public License v3.0
103 stars 22 forks source link

IDEA 2024.1 Exception Info #42

Closed JohnWickzzz closed 2 months ago

JohnWickzzz commented 5 months ago

com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'com.github.huoguangjin.multihighlight.action.MultiHighlightAction' must override getActionUpdateThread and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: MultiHighlight] 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:199)

After upgrade IDEA to 2024.1, use the plugin to highlight words, it works, but will throw that exception message.

khelifaadm commented 4 months ago

same issue After upgrade IDEA to 2024.1

huoguangjin commented 2 months ago

It is just a warning for 2024.1, and it will not cause any problems. I will fix it in a few days.