About 4,910 results
Open links in new tab
  1. 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 …

  2. **How to run PlantUML in VS Code using only a local JAR, …

    Feb 25, 2025 · The goal of this question is to understand how to configure and run PlantUML in VS Code entirely offline, ensuring that: No data leaves the local machine or company network …

  3. 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 …

  4. 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?

  5. Please provide a way to draw if/elseif/else structure ... - PlantUML …

    Oct 23, 2015 · I'm working on some code with switch case structures on big enumerate type or if/elsif/ ... if/elseif/else structure vertically in activity diagrams.

  6. 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 …

  7. PlantUML Q&A

    How to Set Default Zoom Level for Diagrams in PlantUML IDEA Plugin? asked 1 day ago in Question / help by Xisdom zoom high-dpi 0 votes

  8. What is the Syntax for "for" loop in Plantuml - PlantUML Q&A

    May 19, 2019 · What I'm looking for is a way to *execute* for loops within the PlantUML language. But, I think I found a workaround approach that uses "!while" loops, with some problems for …

  9. Multiple separate diagrams in one file. Is it possible? - PlantUML …

    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 …

  10. How can I align the text of components? - PlantUML Q&A

    Jan 23, 2021 · I'm bypassing Plantuml's node layout and using the Graphviz one instead. I mean Graphviz can do html style nodes containing colours, tables, images, etc (see my answer to …