Closed rob-mason closed 6 months ago
Thank you for letting me know. This will be fixed in the next version of the plugin. I'll update this issue once it is avialable.
There is now pre-release v0.2.5 which includes a fix. Please give it a try if it fixes your problem.
The pre-release of the plugin is available from GitHub releases.
To try out a pre-release:
diagrams.net-intellij-plugin-xx.xx.xx.zip
from the Assets section of the release.
Jetbrains Rider (as of 2024.1) is now reporting the following warning/error:
com.intellij.diagnostic.PluginException:
ActionUpdateThread.OLD_EDT
is deprecated and going to be removed soon. 'de.docs_as_co.intellij.plugin.drawio.actions.OpenDevtoolsAction' must overridegetActionUpdateThread
and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: de.docs_as_co.intellij.plugin.diagramsnet] 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)