donkirkby/live-py-plugin

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

Closed this issue · 0 comments

What I did

If I start PyCharm 2024.1 there is a red icon in the lower right hand corner. This button opens the window with internal errors. The error happens every time I start PyCharm 2024.1, even without interacting with the plugin.
image

What happened

image

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'io.github.donkirkby.livepycharm.StartActionNewUI' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: io.github.donkirkby.livepycharm]
	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)

My environment

Describe the versions of everything you were using:

  • Editor (PyCharm, Emacs, or SublimeText): PyCharm 2024.1 (Professional Edition)
  • Live Coding plugin: 4.11.3
  • Operating system: Windows 10
  • Python: 3.12