dotplugin
dotplugin copied to clipboard
Dot language plugin for Intellij IDEA
This plugin will make PyCharm crash. The problem can be seen in "https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010178799-PyCharm-does-not-start-issue-with-dotplugin"
after installation and restart of dotplugin i get the following error message in pycharm 2021.2 any recommendations / solutions? com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing 'com.intellij.psi.stubs.StubUpdatingIndex' at com.intellij.serviceContainer.ComponentManagerImplKt.handleComponentError(ComponentManagerImpl.kt:1481) at com.intellij.util.indexing.FileBasedIndexDataInitialization.lambda$initAssociatedDataForExtensions$0(FileBasedIndexDataInitialization.java:88) at com.intellij.util.indexing.IndexDataInitializer.executeTask(IndexDataInitializer.kt:76)...
It's reqiured to have opportunity to rename all affected nodes IDs at once.
Error log are pasted below: ``` com.intellij.diagnostic.PluginException: Cannot load class org.apache.batik.anim.dom.SVGOMDocument ( error: org/w3c/dom/svg/SVGDocument, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=DOT Language, id=org.plugin.dot.id, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\PyCharmCE2023.3\plugins\dotplugin, version=1.5.3, package=null, isBundled=false), packagePrefix=null, state=active) ) at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.kt:331) at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.kt:178) at...
This has happened when I used pydot to generate file which contained style="rounded,filled" **Steps to reproduce:** Run the python code and see that style=rounded,filled instead of style="rounded,filled" Once that is...
``` Unhandled exception in [CoroutineName(com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl), StandaloneCoroutine{Cancelling}@740b64d7, Dispatchers.Default] com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Access is allowed from Event Dispatch Thread (EDT) only; see https://jb.gg/ij-platform-threading for details Current thread: Thread[DefaultDispatcher-worker-15,5,main] 1190533736 (EventQueue.isDispatchThread()=false) SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 200630168 at...
The following simple HTML-based node seems to confuse the parser, as seen in the screenshot below: ``` digraph { my_table [ label= shape=plain style=filled fillcolor=cornsilk ] } ``` However, `dot`...
``` IntelliJ IDEA 2024.1 (Community Edition) Build #IC-241.14494.240, built on March 27, 2024 Runtime version: 17.0.10+8-b1207.12 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 14.4.1 GC: G1 Young...
Is the plugin perhaps missing a dependency? I get the following exception when trying to view the graph: ``` com.intellij.diagnostic.PluginException: Cannot load class org.apache.batik.anim.dom.SVGOMDocument ( error: org/w3c/dom/svg/SVGDocument, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=DOT Language, id=org.plugin.dot.id,...