dotplugin icon indicating copy to clipboard operation
dotplugin copied to clipboard

Dot language plugin for Intellij IDEA

Results 21 dotplugin issues
Sort by recently updated
recently updated
newest added

This syntax: graph route { d1,d2--d3,d4; } renders (with no CLI warnings) ![dot-test1](https://user-images.githubusercontent.com/147394/168303798-c5b2b1f8-49a9-448c-af25-1d27bf73a754.png) but in IDEA I get nothing and a warning on bottom: ![image](https://user-images.githubusercontent.com/147394/168303998-8717f3d5-84bf-4cb9-91cc-c0cfc34d0cbf.png) This *was* working few versions...

I got an error using this plugin on the following line ` CANC, CMPL, REJE [color=red style=filled];` where it does not like the comma after `CANC`. It later also complains...

IntelliJ version: 2022.2 graphiz failing code: `digraph D { A [shape=diamond] B [shape=box] C [shape=circle] A -> B [style=dashed, color=grey] A -> C [color="black:invis:black"] A -> D [penwidth=5, arrowhead=none] }`

As I saw reasonably recent activity I decided to offer my contribution back: - ported to gradle - updated many deprecated references - fixed multi level indenting - unix line...

I installed Intellij on my MacOS with a new arm processor. The plugin fails to render any dot file, even the most simple. ``` digraph RegionBuild { node[shape=plaintext] test ->...

I generated a .gv file by the madge library. (command: `madge --extensions ts,tsx --dot ./src > graph.gv`), but in the file I have got `DotTokenType.] expected, got ','` error. I...

Plugin version 1.4.1 on CLion 2022.2. Thanks for the plugin! Yet, I get the following exception after just opening a project that contains dot files and then navigating to some...

Now when a rendering fails a log will be output to intelliJ's log and can be seen by the user for details. Created this fork for the issue I will...