<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>PlantUML Q&amp;A - Recent questions in To be sorted</title>
<link>https://forum.plantuml.net/questions/unsorted</link>
<description>Powered by Question2Answer</description>
<item>
<title>Control package layout in class diagram</title>
<link>https://forum.plantuml.net/20132/control-package-layout-in-class-diagram</link>
<description>I am trying to translate an Enterprise Architect diagram to PlantUML, because the EA expert has moved to another job (and licenses are scarce).&lt;br /&gt;
&lt;br /&gt;
The diagram has 10 packages. I have a .puml file defining the packages, and the relationships between them. The .puml file pulls in !include files for all the classes/interfaces in the packages.&lt;br /&gt;
&lt;br /&gt;
The default layout seems to be all the packages side by side as far as the .png will stretch (the rightmost package is truncated and there are a couple not shown at all) with all the arrows in a bunch of spaghetti across the top of the packages.&lt;br /&gt;
&lt;br /&gt;
Now, it is possible to see the relationships between the packages if the packages were laid out in 3 columns, with service users in the left column, intermediate API packages in the middle and service providers in the right column. But I have not been able to make the layout program do this.&lt;br /&gt;
&lt;br /&gt;
I tried using .right.&amp;gt; .up.&amp;gt; and .down.&amp;gt; to influence the layout but it seems a bit random whether the diagram accepts these suggestions or not.&lt;br /&gt;
&lt;br /&gt;
I also tried using together {..} around the definitions of some of the packages, I ended up with quite a broken diagram, with some classes no longer in their proper packages. The manual does show together {...} being used for classes, not packages, so that's probably to be expected, so I gave up on together {...}&lt;br /&gt;
&lt;br /&gt;
Using left to right direction and !pragma layout smetana changes the layout, but not in a way that makes the relationships readable. At least the &amp;quot;left to right direction&amp;quot; stopped the direction from being left to right and lined up the packages vertically, so they were all visible. But the arrows were still like spaghetti.&lt;br /&gt;
&lt;br /&gt;
Changing the order in which the packages are defined has some influence on the layout. Why would this be? Surely the important thing is the relationships, so if there is no way for me to explicitly control the layout, the arrows should be what defines it?&lt;br /&gt;
&lt;br /&gt;
(Note, I am drawing these arrows between the packages, not between the classes.)</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/20132/control-package-layout-in-class-diagram</guid>
<pubDate>Mon, 28 Jul 2025 12:23:57 +0000</pubDate>
</item>
<item>
<title>Getting Error java.lang.ClassCastException when creating state diagram using allowmix override</title>
<link>https://forum.plantuml.net/19121/getting-classcastexception-creating-diagram-allowmix-override</link>
<description></description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/19121/getting-classcastexception-creating-diagram-allowmix-override</guid>
<pubDate>Tue, 30 Jul 2024 02:28:10 +0000</pubDate>
</item>
<item>
<title>How can I escape double underscores in a namespace name?</title>
<link>https://forum.plantuml.net/18026/how-can-i-escape-double-underscores-in-a-namespace-name</link>
<description>&lt;p&gt;I would like to use a namespace name that starts and ends with double underscores, e.g.&lt;/p&gt;&lt;pre&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;@startuml&lt;/span&gt;
&lt;span style=&quot;color:#569cd6&quot;&gt;namespace&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#FF0000&quot;&gt;__builtin__&lt;/span&gt;&lt;span style=&quot;color:#d4d4d4&quot;&gt; {&lt;/span&gt;
&lt;span style=&quot;color:#d4d4d4&quot;&gt;}&lt;/span&gt;
&lt;span style=&quot;color:#569cd6&quot;&gt;@enduml&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;But the name is displayed as &lt;span style=&quot;text-decoration: underline;&quot;&gt;builtin&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;How can I escape the underscores?&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/18026/how-can-i-escape-double-underscores-in-a-namespace-name</guid>
<pubDate>Tue, 11 Jul 2023 14:51:22 +0000</pubDate>
</item>
<item>
<title>Providing a modular plantuml jar</title>
<link>https://forum.plantuml.net/17925/providing-a-modular-plantuml-jar</link>
<description>Deploying a Javafx app that uses plantuml is tricky, as using jlink to create a custom jre for your javafx app will now fail, because it can't handle non modular jars. &lt;br /&gt;
&lt;br /&gt;
Unless the plantuml developers on day offer a modular jar, I'm not sure what the solution to this is?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/17925/providing-a-modular-plantuml-jar</guid>
<pubDate>Sun, 04 Jun 2023 00:50:28 +0000</pubDate>
</item>
<item>
<title>Escape Character for Curly Braces</title>
<link>https://forum.plantuml.net/17493/escape-character-for-curly-braces</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I will keep it short. ~ does work for [], but not for {}. What am I doing wrong? Is it not possible to escape curly braces? I need curly braces in tooltips. Example here:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.plantuml.com/plantuml/uml/SoWkIImgAStDuNBCoKnELT2rKt3AJx9IS2mjoKZDAybCJYp9pCzJ24ejB4qjBk42oYde0jM05MDHLLoGdrUSoeLkM5u-K5sHGY9sGo6ARNHr2QY66kwGcfS2SZ00&quot; rel=&quot;nofollow&quot;&gt;https://www.plantuml.com/plantuml/uml/SoWkIImgAStDuNBCoKnELT2rKt3AJx9IS2mjoKZDAybCJYp9pCzJ24ejB4qjBk42oYde0jM05MDHLLoGdrUSoeLkM5u-K5sHGY9sGo6ARNHr2QY66kwGcfS2SZ00&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
EDIT: Looked for similar questions before and just found one afterwards. Sorry. Seems like there is no way? &lt;a href=&quot;https://forum.plantuml.net/17208/curly-braces-tooltip-would-show-json-something-like-tooltips&quot; rel=&quot;nofollow&quot;&gt;https://forum.plantuml.net/17208/curly-braces-tooltip-would-show-json-something-like-tooltips&lt;/a&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/17493/escape-character-for-curly-braces</guid>
<pubDate>Fri, 24 Feb 2023 18:46:18 +0000</pubDate>
</item>
<item>
<title>Performance degradation noticed (Plantuml taking long process time) if a macro has unbalanced parenthesis.</title>
<link>https://forum.plantuml.net/13973/performance-degradation-plantuml-unbalanced-parenthesis</link>
<description>Generating of svg's are taking long time when there are any macros with unbalanced parentheses(excluding parenthesis as special character) in UML code.&lt;br /&gt;
&lt;br /&gt;
Ex: macro_name(para1, para2, &amp;nbsp;&amp;quot;x=y&amp;quot;))&lt;br /&gt;
&lt;br /&gt;
In the above example, you can see extra closed parenthesis and Plantuml taking long time here to generate svg but it is working fast when we remove that extra parenthesis.&lt;br /&gt;
&lt;br /&gt;
Can you please explain reason behind this ? &lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
&lt;br /&gt;
.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/13973/performance-degradation-plantuml-unbalanced-parenthesis</guid>
<pubDate>Fri, 28 May 2021 08:54:58 +0000</pubDate>
</item>
<item>
<title>Is it possible to add custom metadata to a PlantUML source file?</title>
<link>https://forum.plantuml.net/13789/is-it-possible-to-add-custom-metadata-to-plantuml-source-file</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I'm writing a Git hook to generate PlantUML diagrams as part of the pre-commit stage to Git. The plan is to have the hook scan the repository for *.plantuml files, generate PNGs or SVGs then include them in the commit. I'd like to be able to add some metadata to the source files to let the user set the destination for the generated files, e.g.:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;br&gt;[Destination=./output/class-diagrams/]&lt;br&gt;Bob-&amp;gt;Alice : hello&lt;br&gt;@enduml&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif&quot;&gt;I've&lt;/span&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif&quot;&gt; though&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif&quot;&gt;t about implementing it using some custom syntax in a comment, but thought I'd check to see if there is any standard way to do this with PlantUML diagrams.&lt;/span&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/13789/is-it-possible-to-add-custom-metadata-to-plantuml-source-file</guid>
<pubDate>Sat, 08 May 2021 12:50:31 +0000</pubDate>
</item>
<item>
<title>How to export plantuml file as xml file?</title>
<link>https://forum.plantuml.net/13609/how-to-export-plantuml-file-as-xml-file</link>
<description></description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/13609/how-to-export-plantuml-file-as-xml-file</guid>
<pubDate>Sat, 10 Apr 2021 10:13:24 +0000</pubDate>
</item>
<item>
<title>Using plantuml.jar with JavaFX</title>
<link>https://forum.plantuml.net/13598/using-plantuml-jar-with-javafx</link>
<description>How do I use plantuml.jar instructions in Java? I searched a lot but I didn't get what I wanted. I need to link this tool with JavaFX.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/13598/using-plantuml-jar-with-javafx</guid>
<pubDate>Thu, 08 Apr 2021 22:51:21 +0000</pubDate>
</item>
<item>
<title>How to keep a single appearance of the participant in sequence diagram?</title>
<link>https://forum.plantuml.net/11960/how-keep-single-appearance-the-participant-sequence-diagram</link>
<description>&lt;p&gt;For example,&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000&quot;&gt;http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;How to remove the bottom bob and alice?&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/11960/how-keep-single-appearance-the-participant-sequence-diagram</guid>
<pubDate>Mon, 10 Aug 2020 09:52:28 +0000</pubDate>
</item>
<item>
<title>[Ad] Information: article about PlantUML on the last Linux Magazine of June 2020.</title>
<link>https://forum.plantuml.net/11751/information-article-about-plantuml-last-linux-magazine-june</link>
<description>&lt;p&gt;Hello all,&lt;br&gt;&lt;br&gt;Just FYI, there is an article about PlantUML on the last&lt;strong&gt; Linux Magazine&lt;/strong&gt; of June:&lt;/p&gt;&lt;blockquote&gt;&lt;h2&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.linux-magazine.com/Issues/2020/235/PlantUML-Diagrams&quot;&gt;Drawing diagrams with PlantUML&lt;/a&gt;&lt;br&gt;&lt;span style=&quot;font-size:14px&quot;&gt;Picture This&lt;/span&gt;&lt;/h2&gt;&lt;h2&gt;Article from &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.linux-magazine.com/Issues/2020/235&quot;&gt;Issue 235/2020&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Author(s): Marco Fioretti&lt;/p&gt;&lt;p&gt;&lt;strong&gt;With PlantUML, you can quickly create all kinds of diagrams using human-readable text and reuse them anywhere.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Sooner or later, almost everybody needs to draw a diagram, whether to manage large amounts of information or organize group activities. For software developers and administrators (as well as business managers), diagrams based on the Unified Modeling Language (UML) make it easy to visualize complex systems, from software platforms to quality control departments, to see how they function.&lt;/p&gt;&lt;p&gt;[...]&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;Links&lt;/span&gt;:&lt;/p&gt;&lt;p&gt;→ &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.linux-magazine.com/Issues/2020/235&quot;&gt;Linux Magazine n°235/2020, June 2020&lt;/a&gt;&lt;br&gt;→ &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.linux-magazine.com/Issues/2020/235/PlantUML-Diagrams&quot;&gt;https://www.linux-magazine.com/Issues/2020/235/PlantUML-Diagrams&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;I haven't read the article, it's up to you.&lt;br&gt;Regards,&lt;br&gt;Th.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/11751/information-article-about-plantuml-last-linux-magazine-june</guid>
<pubDate>Fri, 19 Jun 2020 17:01:39 +0000</pubDate>
</item>
<item>
<title>My diagram is cut off. How do I fix this?</title>
<link>https://forum.plantuml.net/11465/my-diagram-is-cut-off-how-do-i-fix-this</link>
<description>Using Plantuml, it seems that my diagram is too big and keeps being cut off. The diagram is so wide that it goes beyond the right hand edge of the png. How do I fix this?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/11465/my-diagram-is-cut-off-how-do-i-fix-this</guid>
<pubDate>Mon, 11 May 2020 02:02:27 +0000</pubDate>
</item>
<item>
<title>A salt cell of table may contain also a block of ui controls and line around that block</title>
<link>https://forum.plantuml.net/10643/salt-cell-table-contain-also-block-controls-line-around-block</link>
<description>@startsalt&lt;br /&gt;
{&lt;br /&gt;
Login | &amp;quot;MyName &amp;quot;&lt;br /&gt;
Password | &amp;quot;**** &amp;quot;&lt;br /&gt;
{+&lt;br /&gt;
Login2 | &amp;quot;MyName &amp;quot;&lt;br /&gt;
Password2 | &amp;quot;**** &amp;quot;&lt;br /&gt;
[Cancel2] | [ OK3 ]&lt;br /&gt;
} | [Cancel]&lt;br /&gt;
[ OK2 ] | [ OK ]&lt;br /&gt;
}&lt;br /&gt;
@endsalt</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/10643/salt-cell-table-contain-also-block-controls-line-around-block</guid>
<pubDate>Sun, 12 Jan 2020 03:48:20 +0000</pubDate>
</item>
<item>
<title>In class diagrams, is there a way to force a self-relation appear as a single single side arrow?</title>
<link>https://forum.plantuml.net/8579/class-diagrams-there-force-relation-appear-single-single-arrow</link>
<description>That is, forcing that the arrow both start and finish on bottom/left/right/top of the class box.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/8579/class-diagrams-there-force-relation-appear-single-single-arrow</guid>
<pubDate>Mon, 12 Nov 2018 09:53:09 +0000</pubDate>
</item>
<item>
<title>Multiplicities and roles in class diagrams</title>
<link>https://forum.plantuml.net/8478/multiplicities-and-roles-in-class-diagrams</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
I tried to have a role and a multiplicity on an association, For Example:&lt;br /&gt;
&lt;br /&gt;
class Example &amp;quot;1 example&amp;quot; -right- &amp;quot;example2 *&amp;quot; class Example2&lt;br /&gt;
&lt;br /&gt;
This works, but I want the 1 on top of the line, example below the line. Is this possible somehow?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/8478/multiplicities-and-roles-in-class-diagrams</guid>
<pubDate>Wed, 24 Oct 2018 16:21:13 +0000</pubDate>
</item>
<item>
<title>How to better layout classdiagrams with a central entity</title>
<link>https://forum.plantuml.net/8277/how-to-better-layout-classdiagrams-with-a-central-entity</link>
<description>I have a class diagram where I have a central BaseEntity where all entities inherit from:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.plantuml.com/plantuml/uml/hPF1pjCm3CVlVOhSqRS7o8blOmSEan284-BWfMQBQDmeTWOJshj3qdKrQZTs89TMV_yJ_-muRraWIGvTmzyzHKWGJES9vHpHz4cEVTCG1EG83iscJsX-DURFSXqmcpKmRacyd0UvhZU-jOPos6EQD9SG1DjNiUOT24w17DjPuD9STDhFZ6a710SCIA81QkWAW3y5gUKAkLe6ouof76iDI_9qc28Hc7_qgPr74a8NvZ86y9sI2tJv34G5XNrFLuGNnQdXjVNvAhxvnB9SHWVt8guF4SWZMxEfl-VXu2zVbIUpz05JyLn_bKdrqAfwbYviyt7tzvXazeJCwmJaZizNMavSxh4UY9KQWXTTtG2dbU9Of56molwGyeQvp_eyP6DdALGJdob1Dr-ZwS3_dvMbczoUa4I_lN_2rnqpSgNUnnu9wdVOyfvENa3qKz897lZA4AxkTN9vaseSbhWTSurxoneVYTMteGqi89djbA8a-5H5FG18EMYCoQKmNft3ADZUX0-Gn3iVOH3hVVq6&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/hPF1pjCm3CVlVOhSqRS7o8blOmSEan284-BWfMQBQDmeTWOJshj3qdKrQZTs89TMV_yJ_-muRraWIGvTmzyzHKWGJES9vHpHz4cEVTCG1EG83iscJsX-DURFSXqmcpKmRacyd0UvhZU-jOPos6EQD9SG1DjNiUOT24w17DjPuD9STDhFZ6a710SCIA81QkWAW3y5gUKAkLe6ouof76iDI_9qc28Hc7_qgPr74a8NvZ86y9sI2tJv34G5XNrFLuGNnQdXjVNvAhxvnB9SHWVt8guF4SWZMxEfl-VXu2zVbIUpz05JyLn_bKdrqAfwbYviyt7tzvXazeJCwmJaZizNMavSxh4UY9KQWXTTtG2dbU9Of56molwGyeQvp_eyP6DdALGJdob1Dr-ZwS3_dvMbczoUa4I_lN_2rnqpSgNUnnu9wdVOyfvENa3qKz897lZA4AxkTN9vaseSbhWTSurxoneVYTMteGqi89djbA8a-5H5FG18EMYCoQKmNft3ADZUX0-Gn3iVOH3hVVq6&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Is there a way to organize this diagram better and not expand it more vertical and not horizontal?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/8277/how-to-better-layout-classdiagrams-with-a-central-entity</guid>
<pubDate>Mon, 24 Sep 2018 11:44:17 +0000</pubDate>
</item>
<item>
<title>Is it possible to run only the preprocessor?</title>
<link>https://forum.plantuml.net/7944/is-it-possible-to-run-only-the-preprocessor</link>
<description>&lt;p&gt;&lt;span style=&quot;color:rgb(52, 73, 94); font-family:ubuntu,helvetica,arial,freesans,sans-serif; font-size:16px&quot;&gt;Hi,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(52, 73, 94); font-family:ubuntu,helvetica,arial,freesans,sans-serif; font-size:16px&quot;&gt;Iis it possible to just run the preprocessor and get back a new plantuml file without any macros, !include or !define etc&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color:rgb(52, 73, 94); font-family:ubuntu,helvetica,arial,freesans,sans-serif; font-size:16px&quot;&gt;I guess that this would be very useful for testing when implementing the preprocessor features and therefor should already be implemented internally and&amp;nbsp;hidden from use by normal users.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(52, 73, 94); font-family:ubuntu,helvetica,arial,freesans,sans-serif; font-size:16px&quot;&gt;If so, would it be possible to enable this also for users?&lt;/span&gt;&lt;br&gt;&lt;br&gt;The reason I need this is that I need to do a SHA checksum&amp;nbsp;on my the plantuml files and they need to get different checksum depending on what is !included etc. So I need to do the checksum after the preprocessor has been applied.&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color:rgb(52, 73, 94); font-family:ubuntu,helvetica,arial,freesans,sans-serif; font-size:16px&quot;&gt;/Andreas&lt;/span&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7944/is-it-possible-to-run-only-the-preprocessor</guid>
<pubDate>Wed, 18 Jul 2018 14:18:48 +0000</pubDate>
</item>
<item>
<title>Is it possible to have multi-line sequence messages both above and below the arrow?</title>
<link>https://forum.plantuml.net/7423/possible-have-multi-line-sequence-messages-above-below-arrow</link>
<description>I would like to know if it's possible to have multiline sequence messages be above and below the arrow? &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
It makes it easier to separate commands and parameters in our sequence diagrams.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7423/possible-have-multi-line-sequence-messages-above-below-arrow</guid>
<pubDate>Wed, 14 Mar 2018 14:55:49 +0000</pubDate>
</item>
<item>
<title>association of components</title>
<link>https://forum.plantuml.net/7326/association-of-components</link>
<description>Should this work the same way as in case of association of classes (or is that a correct presentation)?&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEpot8pqlDAr58L4Wi1XBLNBLSIA998D4aTD5aa6WoH3HHGLSXYKiZKKSXILD1JqyXcSiXDIy5Q3O0&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEpot8pqlDAr58L4Wi1XBLNBLSIA998D4aTD5aa6WoH3HHGLSXYKiZKKSXILD1JqyXcSiXDIy5Q3O0&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The classes example is:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEIImkLaXKg5PGuAhbWdAJ5AeHd6G89r51Lo69IoDHHo59Kq5FJo6PYyiXDIy5P0O0&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEIImkLaXKg5PGuAhbWdAJ5AeHd6G89r51Lo69IoDHHo59Kq5FJo6PYyiXDIy5P0O0&lt;/a&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7326/association-of-components</guid>
<pubDate>Wed, 28 Feb 2018 08:56:45 +0000</pubDate>
</item>
<item>
<title>Installing plant UML for Word on Mac</title>
<link>https://forum.plantuml.net/7304/installing-plant-uml-for-word-on-mac</link>
<description>How do I install PlantUML for Word 2011 on Mac?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7304/installing-plant-uml-for-word-on-mac</guid>
<pubDate>Mon, 26 Feb 2018 14:25:39 +0000</pubDate>
</item>
<item>
<title>State content padding setting</title>
<link>https://forum.plantuml.net/7274/state-content-padding-setting</link>
<description>&lt;p&gt;Is it possible to make controllable spaces between compound state and its content?&lt;/p&gt;&lt;pre&gt;state &quot;Request Handling&quot; {
  state &quot;Validate&quot;
  state &quot;Execute&quot;
}
&lt;/pre&gt;&lt;pre&gt;Validate --&amp;gt; Execute&lt;/pre&gt;&lt;p&gt;In this case, if I use 'skinparam padding 5' it makes all states look ugly.&lt;/p&gt;&lt;p&gt;But at the same time, I would like to be able to move inner states from the borders of the compound state.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7274/state-content-padding-setting</guid>
<pubDate>Thu, 22 Feb 2018 20:42:05 +0000</pubDate>
</item>
<item>
<title>Archimate with joints</title>
<link>https://forum.plantuml.net/7246/archimate-with-joints</link>
<description>I need an archimate diagram with parallel business process steps. Pretty much like class diagram allow for links to split: &lt;a href=&quot;http://s.plantuml.com/imgp/3n5-class-diagram-032.png&quot; rel=&quot;nofollow&quot;&gt;http://s.plantuml.com/imgp/3n5-class-diagram-032.png&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
How can I get that with archimate?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7246/archimate-with-joints</guid>
<pubDate>Tue, 20 Feb 2018 07:05:40 +0000</pubDate>
</item>
<item>
<title>&quot;open source scan&quot; of Plantuml 2018.1 sources at Eclipse</title>
<link>https://forum.plantuml.net/7228/open-source-scan-of-plantuml-2018-1-sources-at-eclipse</link>
<description>&lt;p&gt;Hello Experts,&lt;/p&gt;&lt;p&gt;We have planned to use Plantuml 2018.1 as a part of our eclipse open source project &quot;&lt;strong&gt;APP4MC - Application Platform Project for Mulit Core&lt;/strong&gt;&quot; : &lt;a rel=&quot;nofollow&quot; href=&quot;https://projects.eclipse.org/projects/technology.app4mc&quot;&gt;https://projects.eclipse.org/projects/technology.app4mc&lt;/a&gt;&lt;/p&gt;&lt;p&gt;For including any 3rd party libraries inside Eclipse projects, we have to get the sources scanned by Eclipse IP team. For this reason I have initiated the scanning process for Plantuml 2018.1 :&lt;a rel=&quot;nofollow&quot; href=&quot;https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15530&quot;&gt;https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15530 &lt;/a&gt;&lt;/p&gt;&lt;p&gt;Now IP team at Eclipse is comparing the sources which are part PlantUML 2018.1 with Plantuml 8000 (&lt;a rel=&quot;nofollow&quot; href=&quot;http://sourceforge.net/projects/plantuml/files/plantuml-jar-epl-8000.zip/download&quot;&gt;http://sourceforge.net/projects/plantuml/files/plantuml-jar-epl-8000.zip/download&lt;/a&gt;) which was released in 2016 and also was approved by eclipse IP team based on previous request :&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://dev.eclipse.org/ipzilla/show_bug.cgi?id=8178&quot;&gt;https://dev.eclipse.org/ipzilla/show_bug.cgi?id=8178&lt;/a&gt; and they have mentioned that there are many new folders like : &lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;strong&gt;stdlib, gen, h, smetana, sprites&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt; as a part of the 2018.1 sources zip file dowloaded from : ( &lt;a rel=&quot;nofollow&quot; href=&quot;http://sourceforge.net/projects/plantuml/files/plantuml-epl-1.2018.1.tar.gz/download&quot;&gt;http://sourceforge.net/projects/plantuml/files/plantuml-epl-1.2018.1.tar.gz/download &lt;/a&gt;)&lt;/p&gt;&lt;p&gt;Can you let me know if all these folders (&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;strong&gt;stdlib, gen, h, smetana, sprites&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;) are required to be part of binary when I am using Plantuml as a part of java application ?&lt;/p&gt;&lt;p&gt;Only concern is that these folders were not there in Plantuml 8000 version and they are now present as a part of 2018.1.&lt;/p&gt;&lt;p&gt;I will be happy if you can let me know about this and clarify this query.&lt;/p&gt;&lt;p&gt;Thanks in Advance !!&lt;/p&gt;&lt;pre&gt;
&lt;/pre&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7228/open-source-scan-of-plantuml-2018-1-sources-at-eclipse</guid>
<pubDate>Mon, 19 Feb 2018 10:26:49 +0000</pubDate>
</item>
<item>
<title>Is there an up-to-date version of the Eclipse plugin?</title>
<link>https://forum.plantuml.net/7224/is-there-an-up-to-date-version-of-the-eclipse-plugin</link>
<description>There has been several releases of the plantuml.jar, but no corresponding release of the Eclipse plugin.&lt;br /&gt;
&lt;br /&gt;
Could you consider synchronising the releases of the Eclipse plugin with plantuml.jar releases?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7224/is-there-an-up-to-date-version-of-the-eclipse-plugin</guid>
<pubDate>Mon, 19 Feb 2018 06:59:40 +0000</pubDate>
</item>
<item>
<title>Sticky position the participants in the sequence diagram</title>
<link>https://forum.plantuml.net/7220/sticky-position-the-participants-in-the-sequence-diagram</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;When sequence diagrams are longer, the participant object representations at the top and footer of the sequence diagram are not useful as they are not in view when scrolled. Can some one please share their idea how to make either the header or footer participants sticky in a sequence diagram generated with pantuml?&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7220/sticky-position-the-participants-in-the-sequence-diagram</guid>
<pubDate>Sun, 18 Feb 2018 21:40:18 +0000</pubDate>
</item>
<item>
<title>Is it possible to size a component in a component diagramm.</title>
<link>https://forum.plantuml.net/7117/is-it-possible-to-size-a-component-in-a-component-diagramm</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I want to create a component diagram centered on a single component. I can manage to center it but not to make it bigger.&lt;br /&gt;
&lt;br /&gt;
Thank you for your help.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7117/is-it-possible-to-size-a-component-in-a-component-diagramm</guid>
<pubDate>Thu, 01 Feb 2018 11:52:44 +0000</pubDate>
</item>
<item>
<title>reference in activity diagram</title>
<link>https://forum.plantuml.net/7098/reference-in-activity-diagram</link>
<description>&lt;p&gt;&lt;span style=&quot;color:rgb(36, 39, 41); font-family:arial,helvetica neue,helvetica,sans-serif; font-size:15px&quot;&gt;In activity diagram I would like to put reference to another activityput a fork symbol inside the action that references the activity, how can I do this with plantuml syntax?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(36, 39, 41); font-family:arial,helvetica neue,helvetica,sans-serif; font-size:15px&quot;&gt;As far as I know in the uml standard reference activity is marked with&amp;nbsp;fork symbol inside the action.&lt;/span&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7098/reference-in-activity-diagram</guid>
<pubDate>Mon, 29 Jan 2018 11:51:13 +0000</pubDate>
</item>
<item>
<title>Construct the image URI using the c# equivalent of Javascript Encode64(zip_deflate(s,9)) ?</title>
<link>https://forum.plantuml.net/7004/construct-image-equivalent-javascript-encode64-zip_deflate</link>
<description>I have easily ported the Encode64 from JS to c# ; Also, for simple use cases e.g &amp;quot;Alice -&amp;gt; Bob Hello&amp;quot;, &amp;nbsp;the `System.IO.Compression.DeflateStream` from c# produces an URL that &lt;a href=&quot;http://plantuml.com/image/encodedText&quot; rel=&quot;nofollow&quot;&gt;http://plantuml.com/image/encodedText&lt;/a&gt;... understands, however anything more complex the planuml.com returns an error.&lt;br /&gt;
&lt;br /&gt;
How can I create the equivalent of somewhat proprietary Javascript Encode64(zip_deflate(s,9)) of Plantuml in c# code?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7004/construct-image-equivalent-javascript-encode64-zip_deflate</guid>
<pubDate>Mon, 22 Jan 2018 07:09:01 +0000</pubDate>
</item>
<item>
<title>The &quot;newpage&quot; feature not working with teoz architecture</title>
<link>https://forum.plantuml.net/6990/the-newpage-feature-not-working-with-teoz-architecture</link>
<description>I am using !pragma teoz and newpage. The newpage is unable to break the pages.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6990/the-newpage-feature-not-working-with-teoz-architecture</guid>
<pubDate>Wed, 17 Jan 2018 10:07:42 +0000</pubDate>
</item>
<item>
<title>How can I config AsciiMath/JLatexMath  in eclipse?</title>
<link>https://forum.plantuml.net/6983/how-can-i-config-asciimath-jlatexmath-in-eclipse</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;When I try to add equation in eclipse, it could not be working well.&lt;/p&gt;&lt;p&gt;For example,&lt;/p&gt;&lt;p&gt;by using &amp;lt;math&amp;gt;, crash is occurred.&lt;/p&gt;&lt;p&gt;--&amp;gt; &lt;a rel=&quot;nofollow&quot; href=&quot;https://drive.google.com/open?id=1gSroq28XTqiob2lciiaz9USymtQgTy_f&quot;&gt;https://drive.google.com/open?id=1gSroq28XTqiob2lciiaz9USymtQgTy_f&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Meanwhile, when I try to use &amp;lt;latex&amp;gt;, equation is not displayed well.&lt;/p&gt;&lt;p&gt;--&amp;gt; &lt;a rel=&quot;nofollow&quot; href=&quot;https://drive.google.com/open?id=1OiuILsDA0P3FAnzMg1U72Zc2Dd1-PsLX&quot;&gt;https://drive.google.com/open?id=1OiuILsDA0P3FAnzMg1U72Zc2Dd1-PsLX&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Should I set specific configuration in eclipse?&lt;/p&gt;&lt;p&gt;Actually, &lt;a rel=&quot;nofollow&quot; href=&quot;http://plantuml.com/ascii-math&quot;&gt;http://plantuml.com/ascii-math&lt;/a&gt; is not enough to set latex or math.&lt;/p&gt;&lt;p&gt;Could you guide information for it???&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;BR&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6983/how-can-i-config-asciimath-jlatexmath-in-eclipse</guid>
<pubDate>Mon, 15 Jan 2018 06:59:02 +0000</pubDate>
</item>
<item>
<title>Directing Activity Joins on Activity Beta</title>
<link>https://forum.plantuml.net/6940/directing-activity-joins-on-activity-beta</link>
<description>&lt;p&gt;In the original Activity, I can identify nodes using &quot;as&quot;.&amp;nbsp; &amp;nbsp;This doesn't appear to be supported in the new Beta format.&lt;/p&gt;&lt;p&gt;So now I have a diagram where I'd like to force the connection between two paths, but I can't figure out what I'm doing wrong.&lt;/p&gt;&lt;p&gt;In this diagram, I want a line from &quot;BLP4&quot; to &quot;Common 3&quot;.&amp;nbsp; If I remove the 'detach', BLP4 merges back in to its originating trunk.&amp;nbsp; These are conditional branches, so using fork/join isn't the proper notation.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(68, 68, 68); font-family:roboto,helvetica,arial,sans-serif&quot;&gt;Source:&amp;nbsp; &lt;a href=&quot;https://goo.gl/yo8T2b&quot; rel=&quot;nofollow&quot;&gt;https://goo.gl/yo8T2b&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(68, 68, 68); font-family:roboto,helvetica,arial,sans-serif&quot;&gt;Thank you !!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://goo.gl/NajisR&quot; style=&quot;height:589px; width:215px&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6940/directing-activity-joins-on-activity-beta</guid>
<pubDate>Wed, 03 Jan 2018 22:37:04 +0000</pubDate>
</item>
<item>
<title>How can I overline a symbol, such as xbar in statistics, in a message label?</title>
<link>https://forum.plantuml.net/6930/how-can-overline-symbol-such-xbar-statistics-message-label</link>
<description>How can I overline a symbol, such as xbar in statistics, in a message label?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6930/how-can-overline-symbol-such-xbar-statistics-message-label</guid>
<pubDate>Wed, 27 Dec 2017 21:47:35 +0000</pubDate>
</item>
<item>
<title>Is it possible to hide borders?</title>
<link>https://forum.plantuml.net/6897/is-it-possible-to-hide-borders</link>
<description>Specifically, I want to hide the border of a component.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6897/is-it-possible-to-hide-borders</guid>
<pubDate>Mon, 18 Dec 2017 15:56:12 +0000</pubDate>
</item>
<item>
<title>&lt;&lt; name_of_style &gt;&gt; syntax with arrow</title>
<link>https://forum.plantuml.net/6892/name_of_style-syntax-with-arrow</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
Is it possible to use the &amp;lt;&amp;lt; name_of_style &amp;gt;&amp;gt; syntax with arrows of state ?&lt;br /&gt;
&lt;br /&gt;
I try&lt;br /&gt;
&lt;br /&gt;
skinparam arrowColor&amp;lt;&amp;lt;name_of_style&amp;gt;&amp;gt; green&lt;br /&gt;
skinparam arrowThickness&amp;lt;&amp;lt;name_of_style&amp;gt;&amp;gt; bold&lt;br /&gt;
&lt;br /&gt;
→ no syntax error&lt;br /&gt;
&lt;br /&gt;
And&lt;br /&gt;
&lt;br /&gt;
r1 --&amp;gt; com &amp;nbsp;&amp;lt;&amp;lt;name_of_style&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
→ no syntax error but Arrow doesn't &amp;nbsp;change&lt;br /&gt;
&lt;br /&gt;
r1 -&amp;lt;&amp;lt;name_of_style&amp;gt;&amp;gt; -&amp;gt; com&lt;br /&gt;
&lt;br /&gt;
→ syntax error&lt;br /&gt;
&lt;br /&gt;
So I have no idea if it's not possible or if I &amp;nbsp;don't find the syntax…&lt;br /&gt;
&lt;br /&gt;
Thank</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6892/name_of_style-syntax-with-arrow</guid>
<pubDate>Fri, 15 Dec 2017 14:47:32 +0000</pubDate>
</item>
<item>
<title>Possible to add a text in the activate box ?</title>
<link>https://forum.plantuml.net/6882/possible-to-add-a-text-in-the-activate-box</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
For a sequence diagrma, I want to add a text in the activate box but I didn't find how to do it.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6882/possible-to-add-a-text-in-the-activate-box</guid>
<pubDate>Wed, 13 Dec 2017 10:14:02 +0000</pubDate>
</item>
<item>
<title>Is it possible to have padding for actors ?</title>
<link>https://forum.plantuml.net/6883/is-it-possible-to-have-padding-for-actors</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
I use skinparam ParticipantPadding to customize the distance between participants and it wors fine. However it doesn't work for actors.&lt;br /&gt;
&lt;br /&gt;
Could you please add it ?&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6883/is-it-possible-to-have-padding-for-actors</guid>
<pubDate>Wed, 13 Dec 2017 10:13:54 +0000</pubDate>
</item>
<item>
<title>Timing Diagram: Feature request for adding notes</title>
<link>https://forum.plantuml.net/6877/timing-diagram-feature-request-for-adding-notes</link>
<description>&lt;p&gt;I would like to be able to add some notes to the timing diagram. For concise participants this could be usefull, if some state is only active a very short time, but needs a longer explanation.&lt;/p&gt;&lt;p&gt;Also, I would like to explain, why a state changed in a note just at the state change.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Syntax suggestion:&lt;/p&gt;&lt;pre&gt;@startuml
robust &quot;Web Browser&quot; as WB
concise &quot;Web User&quot; as WU

@0
WU is Idle
WB is Idle

@100
WU is Waiting: THIS TEXT SHOULD SHOW IN A NOTE ABOVE THE MIDDLE of the &amp;lt; Waiting &amp;gt; - bar
WB is Processing
WU note THIS TEXT SHOULD SHOW ABOVE THE STATE CHANGE AT T=100 AND COULD EXPLAIN WHY THE STATE CHANGED

@300
WB is Waiting
@enduml&lt;/pre&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6877/timing-diagram-feature-request-for-adding-notes</guid>
<pubDate>Tue, 12 Dec 2017 16:55:44 +0000</pubDate>
</item>
<item>
<title>I'd like to use the plantUML java classes to explore the structure of a diagram I wrote</title>
<link>https://forum.plantuml.net/6872/like-plantuml-java-classes-explore-structure-diagram-wrote</link>
<description>I'd like to use the java classes to step though the blocks of a state diagram that I specify in a .puml file. I'm brand new to the source, so I don't have clarity on which classes to use for this. I can make a SourceStringReader object, but what should I do to get some type of iterator to step though the graph the file defines? Do I have to call a generate function first, or is everything inside after the SourceStringReader constructor?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6872/like-plantuml-java-classes-explore-structure-diagram-wrote</guid>
<pubDate>Mon, 11 Dec 2017 21:38:57 +0000</pubDate>
</item>
<item>
<title>Sequence diagram sub-diagrams</title>
<link>https://forum.plantuml.net/6867/sequence-diagram-sub-diagrams</link>
<description>According to the documentation, it is possible to use ref frames to reference subdiagrams. However, despite searching very thoroughly I feel like I must be missing something:I can't find the proper way to declare the subdiagram to be referenced! According to the UML reference I have and multiple pages I've seen online (example: &lt;a href=&quot;https://www.ibm.com/developerworks/rational/library/3101.html#N101C6&quot; rel=&quot;nofollow&quot;&gt;https://www.ibm.com/developerworks/rational/library/3101.html#N101C6&lt;/a&gt;) the sequence diagram being referenced should be enclosed in a frame labeled &amp;quot;sd NameOfDiagram&amp;quot;. I haven't found a good way to do this though.&lt;br /&gt;
&lt;br /&gt;
Some things that I've tried&lt;br /&gt;
&lt;br /&gt;
(Maybe it's an undocumented feature)&lt;br /&gt;
&lt;br /&gt;
sd NameOfDiagram&lt;br /&gt;
&lt;br /&gt;
Alice -&amp;gt; Bob: sendMessage&lt;br /&gt;
&lt;br /&gt;
Bob -&amp;gt; Alice: sendResponse&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
Syntax error&lt;br /&gt;
&lt;br /&gt;
(Well, maybe I can just use the custom frame)&lt;br /&gt;
&lt;br /&gt;
group sd NameOfDiagram&lt;br /&gt;
&lt;br /&gt;
Alice -&amp;gt; Bob: sendMessage&lt;br /&gt;
&lt;br /&gt;
Bob -&amp;gt; Alice: sendResponse&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
Close! But the actors are declared outside the frame, rather than inside it.&lt;br /&gt;
&lt;br /&gt;
Well, maybe I just declare it as a folder&lt;br /&gt;
&lt;br /&gt;
folder &amp;quot;sd NameOfDiagram&amp;quot; {&lt;br /&gt;
&lt;br /&gt;
Alice -&amp;gt; Bob: sendMessage&lt;br /&gt;
&lt;br /&gt;
Bob -&amp;gt; Alice: sendResponse&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Well, everything's inside the folder, but that's a class diagram now, not a sequence diagram!&lt;br /&gt;
&lt;br /&gt;
ARGH!</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6867/sequence-diagram-sub-diagrams</guid>
<pubDate>Sun, 10 Dec 2017 11:27:12 +0000</pubDate>
</item>
<item>
<title>20b13 complains &quot;allow mixing&quot; 20b4 (online works)</title>
<link>https://forum.plantuml.net/6851/20b13-complains-allow-mixing-20b4-online-works</link>
<description>Just trying to find out how to embed tables with parameters for the elements, putting table in rectangles or objects blows up, but using notes works on line, but not with more recent version so far as I can tell. e.g. This works with current on line version (20b4) but not with 20b13&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.plantuml.com/plantuml/png/XLHHRzem47xthxXs3mjI48AjUs9HMG88gOCAIf7sviIN4DMn8yU1iTB_ldC6Wz9LUqZkxhlpzzsTbTnMbXjR5v9zX6YyWWfjNJ9s9J3D5KgjCYXsDfRUfaowBM3xhw0L0XcxrOrP6wIOxI7LjG4o-OPYSFK4zp_iK4gz3VQmm0qgoc2UhIrPbJiYTeLAdDH8EbU9h0L2ds-hJgABGglW0irGeU6oGtuYTIt-EkyLwZJD4uphN8fSPHTXy5Qph2rsUC5_QKM3dBp_bnfDiJcOotA5j3NpH9g9LXQL5IXfNMRd1X2vmSHIGf5v0mICsTnA1EQeYG7m9ozAYUpF_SHSLkiMesL2KyTOHJebDxm0HyDLHeUV6T1n9K9jQ37z_g3f-_4-30BetJ28jH5e5dOdyNLIy6gDubWGQgalJcj32lYA_eonEG2nvCdJ4QgS20XjBV6-CCO6gqLuDrj67etkqzDwPgV6hmbe6ynohThTQpS73BuFViocfEw9ElPfz-rkxvD_6hP5DVFPyc4uzpRPDl8VnwiM2HqWaMtzo27lYFGQaPD6QdYZyVdcYtykeRH5a9XQE5w4v7GFu2x2vTXP3wDZ3qIyMaIJ-J1y26VJAHbF95t_JglMFrCzVsGujVfotgqjbMjnDXfDmk6tvUGkcap77dr41vwBH6dyUqDmQQ3V3e3g71sj3jfjS0jYxkK2MWsZSG_uoE6Z8qvFuoRTazjZ53hNSLBetDAmMre1_LX-0m00&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/png/XLHHRzem47xthxXs3mjI48AjUs9HMG88gOCAIf7sviIN4DMn8yU1iTB_ldC6Wz9LUqZkxhlpzzsTbTnMbXjR5v9zX6YyWWfjNJ9s9J3D5KgjCYXsDfRUfaowBM3xhw0L0XcxrOrP6wIOxI7LjG4o-OPYSFK4zp_iK4gz3VQmm0qgoc2UhIrPbJiYTeLAdDH8EbU9h0L2ds-hJgABGglW0irGeU6oGtuYTIt-EkyLwZJD4uphN8fSPHTXy5Qph2rsUC5_QKM3dBp_bnfDiJcOotA5j3NpH9g9LXQL5IXfNMRd1X2vmSHIGf5v0mICsTnA1EQeYG7m9ozAYUpF_SHSLkiMesL2KyTOHJebDxm0HyDLHeUV6T1n9K9jQ37z_g3f-_4-30BetJ28jH5e5dOdyNLIy6gDubWGQgalJcj32lYA_eonEG2nvCdJ4QgS20XjBV6-CCO6gqLuDrj67etkqzDwPgV6hmbe6ynohThTQpS73BuFViocfEw9ElPfz-rkxvD_6hP5DVFPyc4uzpRPDl8VnwiM2HqWaMtzo27lYFGQaPD6QdYZyVdcYtykeRH5a9XQE5w4v7GFu2x2vTXP3wDZ3qIyMaIJ-J1y26VJAHbF95t_JglMFrCzVsGujVfotgqjbMjnDXfDmk6tvUGkcap77dr41vwBH6dyUqDmQQ3V3e3g71sj3jfjS0jYxkK2MWsZSG_uoE6Z8qvFuoRTazjZ53hNSLBetDAmMre1_LX-0m00&lt;/a&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6851/20b13-complains-allow-mixing-20b4-online-works</guid>
<pubDate>Wed, 06 Dec 2017 08:41:20 +0000</pubDate>
</item>
<item>
<title>sloped arrows on sequence diagram (to indicate passing of time)</title>
<link>https://forum.plantuml.net/6826/sloped-arrows-on-sequence-diagram-to-indicate-passing-time</link>
<description>&lt;p&gt;Is it possible to use PlantUML to make the arrows on a sequence diagram sloped? I would like to be able to illustrate the passage of time. Also, I sometimes need to send two requests from an actor in parallel, and find that it's visually clearer if that is shown by arrows with the same start and different slopes.&lt;/p&gt;&lt;p&gt;Here's an example of what I'm looking for (from &lt;a href=&quot;http://www.mcternan.me.uk/mscgen/&quot; rel=&quot;nofollow&quot;&gt;http://www.mcternan.me.uk/mscgen/&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.mcternan.me.uk/mscgen/img/example1.png&quot; style=&quot;height:306px; width:600px&quot;&gt;&lt;/p&gt;&lt;p&gt;thanks!&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6826/sloped-arrows-on-sequence-diagram-to-indicate-passing-time</guid>
<pubDate>Fri, 01 Dec 2017 19:30:02 +0000</pubDate>
</item>
<item>
<title>Are horizontal swimlanes possible and if not, when?</title>
<link>https://forum.plantuml.net/6795/are-horizontal-swimlanes-possible-and-if-not-when</link>
<description>&lt;p&gt;If I'm correct, this is the supposed syntax for left to right direction,&lt;br&gt;&lt;br&gt;however it doesn't seem to be working for swim lanes.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;br&gt;&lt;br&gt;title Swim Lane Diagram&lt;br&gt;&lt;br&gt;left to right direction&lt;br&gt;|swimlane1|&lt;br&gt;|swimlane2|&lt;br&gt;start&lt;br&gt;group Test&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:Action1;&lt;br&gt;end&lt;br&gt;&lt;br&gt;@enduml&lt;/span&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6795/are-horizontal-swimlanes-possible-and-if-not-when</guid>
<pubDate>Thu, 23 Nov 2017 10:51:07 +0000</pubDate>
</item>
<item>
<title>skinparam PartitionBorderColor does not work</title>
<link>https://forum.plantuml.net/6773/skinparam-partitionbordercolor-does-not-work</link>
<description>&lt;p&gt;somehow the skinparam PartitionBorderColor does not work. The colour remains black.&lt;/p&gt;&lt;p&gt;@startuml&lt;br&gt;skinparam PartitionBorderColor blue&lt;/p&gt;&lt;p&gt;start&lt;br&gt;partition Initialization {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; :read config file;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; :init internal variable;&lt;br&gt;}&lt;br&gt;partition Running {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; :wait for user interaction;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; :print information;&lt;br&gt;}&lt;/p&gt;&lt;p&gt;stop&lt;br&gt;@enduml&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;denied:C:\eswd\plantuml\ablauf.png&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;denied:C:\eswd\plantuml\ablauf.png&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6773/skinparam-partitionbordercolor-does-not-work</guid>
<pubDate>Sat, 18 Nov 2017 15:37:16 +0000</pubDate>
</item>
<item>
<title>Zoom fit and Fit width</title>
<link>https://forum.plantuml.net/6764/zoom-fit-and-fit-width</link>
<description>How do I activate the options &amp;quot;Zoom fit&amp;quot; and &amp;quot;Fit width&amp;quot; or what is the syntax for it? Please give an example</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6764/zoom-fit-and-fit-width</guid>
<pubDate>Wed, 15 Nov 2017 09:39:02 +0000</pubDate>
</item>
<item>
<title>Proper way to write an Use Case Description</title>
<link>https://forum.plantuml.net/6749/proper-way-to-write-an-use-case-description</link>
<description>&lt;p&gt;I'm trying to mimic a Use Case Description using salt. &lt;a rel=&quot;nofollow&quot; href=&quot;https://www.seilevel.com/wp-content/uploads/Description-of-Use-Cases.jpg&quot;&gt;This&lt;/a&gt; is what I'd like to achieve.&lt;/p&gt;&lt;p&gt;I've come up with this&lt;/p&gt;&lt;p&gt;@startsalt&lt;/p&gt;&lt;p&gt;{#&lt;/p&gt;&lt;p&gt;Nome | .&lt;/p&gt;&lt;p&gt;Descrizione | .&lt;/p&gt;&lt;p&gt;Attori | .&lt;/p&gt;&lt;p&gt;Precondizioni | .&lt;/p&gt;&lt;p&gt;Postcondizioni | .&lt;/p&gt;&lt;p&gt;Flusso di controllo principale | .&lt;/p&gt;&lt;p&gt;Flussi di controllo alternativi | {T+&lt;/p&gt;&lt;p&gt;# Step1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | .&lt;/p&gt;&lt;p&gt;## SubStep1&amp;nbsp; &amp;nbsp; &amp;nbsp;| .&lt;/p&gt;&lt;p&gt;### SSubStep1 &amp;nbsp; &amp;nbsp;| .&lt;/p&gt;&lt;p&gt;### SSubStep2 &amp;nbsp; &amp;nbsp;| .&lt;/p&gt;&lt;p&gt;### SSubStep3&amp;nbsp; &amp;nbsp; | .&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;Eccezioni | .&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;@endsalt&lt;/p&gt;&lt;p&gt;Is there a better way to do it? Am I missing something?&lt;/p&gt;&lt;p&gt;Thank you for this amazing tool.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6749/proper-way-to-write-an-use-case-description</guid>
<pubDate>Sat, 11 Nov 2017 17:25:07 +0000</pubDate>
</item>
<item>
<title>Adding content to imagemaps</title>
<link>https://forum.plantuml.net/6743/adding-content-to-imagemaps</link>
<description>&lt;p&gt;Is there a way to add content in the generated cmapx?&lt;/p&gt;&lt;p&gt;in my case, i want to add a fixed value to the link in the cmapx&lt;/p&gt;&lt;p&gt;I have:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&amp;lt;area shape=&quot;rect&quot; id=&quot;id1&quot; href=&quot;#m001&quot; title=&quot;#m001&quot; alt=&quot;&quot; coords=&quot;235,1109,305,1126&quot;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&amp;lt;area shape=&quot;rect&quot; id=&quot;id1&quot; href=&quot;#m002&quot; title=&quot;#m002&quot; alt=&quot;&quot; coords=&quot;295,1109,365,1126&quot;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I want to have&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&amp;lt;area shape=&quot;rect&quot; id=&quot;id1&quot; href=&quot;#001&quot; title=&quot;#m001&quot;&amp;nbsp; alt=&quot;&quot; coords=&quot;295,1109,365,1126&quot;&amp;nbsp;&lt;/span&gt;&lt;strong style=&quot;font-family:courier new,courier,monospace&quot;&gt;data-tab=&quot;#resources&lt;/strong&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&quot;&amp;nbsp;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&amp;lt;area shape=&quot;rect&quot; id=&quot;id1&quot; href=&quot;#m002&quot; title=&quot;#m002&quot; alt=&quot;&quot; coords=&quot;295,1109,365,1126&quot;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;data-tab=&quot;#resources&lt;/strong&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Is there any way? Should I transform the file externally?&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6743/adding-content-to-imagemaps</guid>
<pubDate>Thu, 09 Nov 2017 14:24:13 +0000</pubDate>
</item>
<item>
<title>break in Activity diagram regression</title>
<link>https://forum.plantuml.net/6717/break-in-activity-diagram-regression</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;This little sample is working with the &quot;www.plantuml.com&quot; version (.2017.19beta12), but not with last beta (1.2017.19beta17):&lt;/p&gt;&lt;p&gt;&lt;em&gt;@startuml&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;start&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;repeat&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;'&amp;nbsp; :Test something;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; if (Something went wrong?) then (no)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; :OK;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp; ' comment break and there is no more problem&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; break&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; endif&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;repeat while (Something went wrong with long text?) is (yes)&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;stop&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;@enduml&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.plantuml.com/plantuml/png/ROun3i8m34LdSeg_jRq27JW00mDS8AKkYThObMCfS7lIgcnuUhBUjtysh-QKLlBc6k3ye6p8aiX2v5VlK2TEQE-_5GgneQZmwzB10Z5QbcuNQ_vsxTq9QF2Kb3PpK3_3yxYfIeWPB4XISLKP5af7Sb3oyyx4OvoEJYWXBlJ_FKgqW6KZexVLDlLu-w7SkMooVW40&quot; rel=&quot;nofollow&quot;&gt;http://www.plantuml.com/plantuml/png/ROun3i8m34LdSeg_jRq27JW00mDS8AKkYThObMCfS7lIgcnuUhBUjtysh-QKLlBc6k3ye6p8aiX2v5VlK2TEQE-_5GgneQZmwzB10Z5QbcuNQ_vsxTq9QF2Kb3PpK3_3yxYfIeWPB4XISLKP5af7Sb3oyyx4OvoEJYWXBlJ_FKgqW6KZexVLDlLu-w7SkMooVW40&lt;/a&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6717/break-in-activity-diagram-regression</guid>
<pubDate>Mon, 06 Nov 2017 11:31:41 +0000</pubDate>
</item>
<item>
<title>How to generate package diagram with nested packages which may contain same names in different levels?</title>
<link>https://forum.plantuml.net/6707/generate-package-diagram-nested-packages-contain-different</link>
<description>I use a script to generate package diagrams with hierarchical packages which may contain duplicated names but not in the same levels. e.g.:&lt;br /&gt;
&lt;br /&gt;
@startuml&lt;br /&gt;
package A {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;package B {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;package C&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;package A&lt;br /&gt;
}&lt;br /&gt;
@enduml&lt;br /&gt;
&lt;br /&gt;
I think, package A.A might be acceptable. But plantuml failed with this error: Thie element (A) is already defined.&lt;br /&gt;
&lt;br /&gt;
I also try the following:&lt;br /&gt;
&lt;br /&gt;
@startuml&lt;br /&gt;
folder A {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;folder B {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;folder C&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;folder A&lt;br /&gt;
}&lt;br /&gt;
@enduml&lt;br /&gt;
&lt;br /&gt;
Then, plantuml failed with the same error. I tried namespace instead of folder, then failed with the same error.</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6707/generate-package-diagram-nested-packages-contain-different</guid>
<pubDate>Fri, 03 Nov 2017 11:00:07 +0000</pubDate>
</item>
<item>
<title>How to force rectangles layout?</title>
<link>https://forum.plantuml.net/6671/how-to-force-rectangles-layout</link>
<description>Is there a way to constrain rectangles layout? I would like to show memories internal organization with sectors, themselves made of banks, etc. The following code displays Sector 0 and Sector 1 in a row. Is it possible to force them to display in a column?&lt;br /&gt;
&lt;br /&gt;
@startuml&lt;br /&gt;
rectangle &amp;quot;my_memory&amp;quot; {&lt;br /&gt;
&amp;nbsp;rectangle &amp;quot;Sector 0&amp;quot;&lt;br /&gt;
&amp;nbsp;rectangle &amp;quot;Sector 1&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
@enduml</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6671/how-to-force-rectangles-layout</guid>
<pubDate>Thu, 26 Oct 2017 09:59:30 +0000</pubDate>
</item>
<item>
<title>how can i modelize a python module (a python module contains methods and class definitions) with plantUML</title>
<link>https://forum.plantuml.net/6665/modelize-python-module-contains-methods-definitions-plantuml</link>
<description></description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6665/modelize-python-module-contains-methods-definitions-plantuml</guid>
<pubDate>Wed, 25 Oct 2017 16:31:08 +0000</pubDate>
</item>
</channel>
</rss>