(--------)
Hi PlantUML
Looking into the CLion Plugin settings I can see that PlantUML integration has version 2.29.1
However if I run version I getPlantUML version 1.2020.23 (Sun Dec 13 20:14:58 CET 2020) (GPL source distribution) Dot version: dot - graphviz version 2.44.1 (20200629.0846) Installation seems OK. File generation OK Java Runtime: OpenJDK Runtime Environment JVM: OpenJDK 64-Bit Server VM Default Encoding: Cp1252 Language: en Country: GB PLANTUML_LIMIT_SIZE: 4096
The rendering says "Graphviz has crashed" (in green) if I create this small drawing: (also with 2.38)
@startuml digraph test { } @enduml
Here you can find 2.29.1
Versions: PlantUML integration - plugin for IntelliJ IDEs | JetBrains
Hello all,
We observe the same thing on:
Could you test:
@startuml digraph foo { PlantUML -> Dot [label=use]; } @enduml
Regards,Th.
I see that the issue has been addressed.Do you know if there will be an update to the CLion plugin anytime soon?