
New Syntax Error in existing Sequence Diagrams (since 1.2025.0??)
Jan 20, 2025 · On my end, I haven't fixed the diagrams yet, as I prefer PlantUML to resolve the issue on their side so that all my existing diagrams continue to work as they did before without any changes.
Multiple separate diagrams in one file. Is it possible? - PlantUML Q&A
Feb 16, 2025 · I have experimented with multiple separate diagrams in the same file. I was hoping to do this to demonstrate the different themes. @startuml !theme amiga Alice -> Bob: Hello Bob -> Alice: …
Parsing Error (Assumed diagram type: sequence) for Basic Activity ...
Jun 18, 2025 · Impact: This bug makes it impossible to use standard features like activity stereotypes or data objects in activity diagrams with these PlantUML versions, severely limiting the ability to create …
**How to run PlantUML in VS Code using only a local JAR, ensuring no ...
Feb 25, 2025 · In many companies, especially those dealing with confidential data, security is a major ... property and confidential information remain protected.
Add interactive functionality for Usecase diagrams ... - PlantUML Q&A
Mar 8, 2021 · Very recently, ioplker submits us a MR that add interactive functionality for Usecase ... specific interactive mode or default non-interactive)
Activity diagram: Using if(...) is (...) syntax in ELSEIF - PlantUML Q&A
Dec 26, 2022 · Hi Please compare the below two examples, each utilizing one of the two conditional syntaxes cited ... syntax (example 2) is not rendered correctly?
How can I make multiple-line state descriptions without having to type ...
Apr 9, 2025 · Hello N., Currently state definition is only mono line. Then awaiting new feature of multiline management: Suppression of `\n` management and Multiline text blocks proposal · Issue #1985 · …
if condition and goto/label in activity diagram - PlantUML Q&A
Feb 7, 2025 · @startuml test start if ( condition_1) then (true) if ( condition_2 ) then (true) ... flow chart isnt being displayed what I want to see.
Is it possible to add a note above/below a component in ... - PlantUML …
Jul 23, 2021 · I'm looking to add a few notes on a component diagram that is fairly flat. note right/left on middle components adds a lot of spacing and can cause arrows to cross over each other which …
Is it possible to only use straight lines in a class ... - PlantUML Q&A
Feb 12, 2014 · Strongly agree! PlantUML is very useful to visualize the classes interaction when you need to make changes in a large unknown code base with many classes. Following the curved lines …