Skip to main content

All Questions

Tagged with
0 votes
1 answer
156 views

PlantUML produces error when specifying asynchronous messages

I have this PlantUML code (.puml) @startuml title Asynchronous Message Example participant Alice participant Bob Alice -> Bob: Request Bob --> Alice: Acknowledgment Alice ::> Bob: ...
Alexander Mills's user avatar
2 votes
1 answer
3k views

How to autogenerate UML diagram for java in IntelliJ

I created a medium-sized project in java using IntelliJ, and for my presentation, I need to have a UML diagram of the project structure. Since the project is not particularly small, I wanted to find a ...
Ana Cruz's user avatar
  • 103
1 vote
1 answer
599 views

IntelliJ PlantUML plugin does not detect *.pu files

I installed the PlantUML plugin in IntelliJ Ultimate 2020.2. I have a repo with a bunch of *.pu files, but these are not being rendered. However if I change the file extension to *.puml it works. Is ...
Bajal's user avatar
  • 5,736
1 vote
1 answer
744 views

How to save HTML file rendered from markdown with PlantUML diagrams with IntelliJ IDEA?

Here is what I want to do with IntelliJ: 1. Edit markdown with some PlantUML diagrams while checking rendered preview image 2. Save the result of 1 as rendered HTML file. I can do 1 with PlantUML ...
toshikazut's user avatar
1 vote
1 answer
1k views

AsciiDoc includes wrong diagram

I am using AsciiDoc and Plant UML in IntelliJ IDEA to write documentation. There I have run into a strange issue with including diagrams. I have found a way to make it work, but I don't understand why....
Kira Resari's user avatar
  • 2,145
1 vote
0 answers
250 views

Extract the UML code from an IntelliJ diagram

After creating a class diagram in the usual way (Right click in the project view -> Diagrams -> Show diagram), I can save it as a .uml file. This works fine. My question is: is there any way of ...
enanone's user avatar
  • 958
75 votes
7 answers
42k views

Can't render component diagram with PlantUML in IntelliJ

I am trying to create a component diagram using the PlantUML plugin for IntelliJ. I have installed the plugin and worked with it before. However, when I try to render a component diagram, I get an ...
Yedidya kfir's user avatar
  • 1,659
1 vote
1 answer
7k views

plantUML class diagram not visualized and given error

I installed this plugin and tried to draw uml diagram using PlantUML in IntelJ (or Visual Studio code). But both IDEs gave the same error. My code : @startuml Class01 <|-- Class02 Class03 *-- ...
uma's user avatar
  • 1,537
1 vote
0 answers
69 views

intellij implement compiler plugin

I've taken an existing project plantuml4idea and now I'm trying to implement auto-build functionality. What I mean is that the user can click a button when using PlantUML and an image representation ...
bryan hunt's user avatar