abrookins / WrapToColumn

An IntelliJ plugin that wraps text
Apache License 2.0
61 stars 12 forks source link

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. #63

Closed abrookins closed 2 weeks ago

abrookins commented 2 weeks ago
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.andrewbrookins.idea.wrap.WrapAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.andrewbrookins.wrap_to_column]
    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:201)
abrookins commented 2 weeks ago

Leaving this here for anyone searching. This is fixed in 1.9.1: https://github.com/abrookins/WrapToColumn/releases/tag/1.9.1