<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>PlantUML Q&amp;A - Recent questions and answers in To be sorted</title>
<link>https://forum.plantuml.net/qa/unsorted</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: How to compile plantuml?</title>
<link>https://forum.plantuml.net/3666/how-to-compile-plantuml?show=20434#a20434</link>
<description>Sorry about that, we are going to add a new entry in our FAQ.&lt;br /&gt;
&lt;br /&gt;
You have 2 options:&lt;br /&gt;
&lt;br /&gt;
./gradlew jar&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
ant</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/3666/how-to-compile-plantuml?show=20434#a20434</guid>
<pubDate>Tue, 12 May 2026 11:16:31 +0000</pubDate>
</item>
<item>
<title>Answered: Left align field name, right align tpye</title>
<link>https://forum.plantuml.net/6479/left-align-field-name-right-align-tpye?show=20161#a20161</link>
<description>&lt;p&gt;Hi there!&lt;/p&gt;&lt;p&gt;I've managed to create this behavior this way:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;' I hope this (not appropriate at all) tweak works for you.&lt;br&gt;class SomeClass&amp;nbsp;{&lt;br&gt;&amp;nbsp; &amp;lt;#transparent,#transparent&amp;gt;| &quot;&quot;- anAttribute&quot;&quot; | &quot;&quot;String&quot;&quot; |&lt;br&gt;&amp;nbsp; --&lt;br&gt;&amp;nbsp; &amp;lt;#transparent,#transparent&amp;gt;| &quot;&quot;+ aMethod()&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&quot;&quot; | &quot;&quot;String&quot;&quot; |&lt;br&gt;&amp;nbsp; &amp;lt;#transparent,#transparent&amp;gt;| &quot;&quot;+ anotherMethod()&amp;nbsp; &amp;nbsp;&quot;&quot; | &quot;&quot;boolean&quot;&quot; |&lt;br&gt;&amp;nbsp; &amp;lt;#transparent,#transparent&amp;gt;| &quot;&quot;+ yetAnotherMethod()&quot;&quot; | &quot;&quot;SomeClass&quot;&quot; |&lt;br&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@enduml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Explanation:&lt;/p&gt;&lt;p&gt;- I put a table inside the class :(&lt;/p&gt;&lt;p&gt;- I set the border colors to be transparent&lt;/p&gt;&lt;p&gt;- I used &lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&quot;&quot;this&quot;&quot;&lt;/span&gt; to ensure monospacing and avoid/prevent layout issues.&lt;/p&gt;&lt;p&gt;Its visual appeal is better than the official one, in my opinion (although not only I encourage but prefer to use the official one).&lt;/p&gt;&lt;p&gt;Hope that helps!&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6479/left-align-field-name-right-align-tpye?show=20161#a20161</guid>
<pubDate>Mon, 01 Sep 2025 22:02:02 +0000</pubDate>
</item>
<item>
<title>Answered: Control package layout in class diagram</title>
<link>https://forum.plantuml.net/20132/control-package-layout-in-class-diagram?show=20134#a20134</link>
<description>&lt;p&gt;Hello A.,&lt;/p&gt;&lt;ul&gt;&lt;li&gt;What is your arrow type?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;First:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Can you try &lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;`&lt;strong&gt;--&amp;gt;&lt;/strong&gt;`&lt;/span&gt;?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Second:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Can you use arrows between classes?&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;If that can help,&lt;/em&gt;&lt;br&gt;Regards,&lt;/p&gt;&lt;p&gt;Th.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/20132/control-package-layout-in-class-diagram?show=20134#a20134</guid>
<pubDate>Tue, 29 Jul 2025 09:11:14 +0000</pubDate>
</item>
<item>
<title>Answered: How to control box size?</title>
<link>https://forum.plantuml.net/6558/how-to-control-box-size?show=19713#a19713</link>
<description>&lt;p&gt;it can be set with style&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;lt;style&amp;gt;&lt;br&gt;activity {&lt;br&gt;&amp;nbsp; MinimumWidth 200&lt;br&gt;}&lt;br&gt;&amp;lt;/style&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.plantuml.com/plantuml/uml/RO_DIWD148Jl_HHrr5E2nzqb1WL1GGGl7gMPRJQDypFCz2IkuhkBQ_QMIrDGtmTT-sfSh0LFGxNPouxOcHxLPdmJyAnHGmjlEje1Dzij_T2mEOEqgDJXCUPc_HBKbBr-IKz5ih0H07HuvJYcu6TKyU8CZCeXUq5cBVqPUaZbn6L4BYdpnAOfhjLz2hcPnWbJuL4bsjhSiVkuQB1hdaqm_DtFtTEx3Pl_kFw6qq6zuCgbU9GoINHoUqqTNfejUwgbJ7k9Oml-5m00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.plantuml.com/plantuml/svg/RO_DIWD148Jl_HHrr5E2nzqb1WL1GGGl7gMPRJQDypFCz2IkuhkBQ_QMIrDGtmTT-sfSh0LFGxNPouxOcHxLPdmJyAnHGmjlEje1Dzij_T2mEOEqgDJXCUPc_HBKbBr-IKz5ih0H07HuvJYcu6TKyU8CZCeXUq5cBVqPUaZbn6L4BYdpnAOfhjLz2hcPnWbJuL4bsjhSiVkuQB1hdaqm_DtFtTEx3Pl_kFw6qq6zuCgbU9GoINHoUqqTNfejUwgbJ7k9Oml-5m00&quot; style=&quot;height:613px; width:258px&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6558/how-to-control-box-size?show=19713#a19713</guid>
<pubDate>Sun, 16 Feb 2025 20:05:46 +0000</pubDate>
</item>
<item>
<title>Answered: UML Communication diagram</title>
<link>https://forum.plantuml.net/6559/uml-communication-diagram?show=19499#a19499</link>
<description>@startuml&lt;br /&gt;
&lt;br /&gt;
actor User&lt;br /&gt;
&lt;br /&gt;
rectangle KantongKuSystem {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;registrasi()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;login()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;topUp()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;transferSaldo()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;payment()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;requestInbox()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;requestHistory()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;requestProfile()&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
rectangle Registrasi {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;validateData()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;createAccount()&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
rectangle Login {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;validateLogin()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;createSession()&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
rectangle Bank {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;validateTransaction()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;confirmTransaction()&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
rectangle Database {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;updateData()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;fetchData()&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
rectangle Inbox {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;kirimNotifikasi()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;tampilkanInbox()&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
rectangle Merchant {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;validatePayment()&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
User -&amp;gt; KantongKuSystem : Interaksi Utama&lt;br /&gt;
&lt;br /&gt;
KantongKuSystem -&amp;gt; Registrasi : registrasi()&lt;br /&gt;
Registrasi -&amp;gt; Database : createAccount()&lt;br /&gt;
Database -&amp;gt; Registrasi : konfirmasiRegistrasi()&lt;br /&gt;
&lt;br /&gt;
KantongKuSystem -&amp;gt; Login : login()&lt;br /&gt;
Login -&amp;gt; Database : validateLogin()&lt;br /&gt;
Database -&amp;gt; Login : loginValid()&lt;br /&gt;
Login -&amp;gt; KantongKuSystem : sessionCreated()&lt;br /&gt;
&lt;br /&gt;
KantongKuSystem -&amp;gt; Bank : validateTransaction()&lt;br /&gt;
Bank -&amp;gt; KantongKuSystem : transactionValid()&lt;br /&gt;
KantongKuSystem -&amp;gt; Database : updateSaldo()&lt;br /&gt;
Database -&amp;gt; KantongKuSystem : saldoUpdated()&lt;br /&gt;
&lt;br /&gt;
KantongKuSystem -&amp;gt; Inbox : kirimNotifikasi()&lt;br /&gt;
Inbox -&amp;gt; User : notifikasiTerkirim()&lt;br /&gt;
&lt;br /&gt;
KantongKuSystem -&amp;gt; Merchant : validatePayment()&lt;br /&gt;
Merchant -&amp;gt; KantongKuSystem : paymentValid()&lt;br /&gt;
&lt;br /&gt;
KantongKuSystem -&amp;gt; Database : fetchData()&lt;br /&gt;
Database -&amp;gt; KantongKuSystem : returnData()&lt;br /&gt;
&lt;br /&gt;
KantongKuSystem -&amp;gt; User : tampilkanData()&lt;br /&gt;
&lt;br /&gt;
@enduml</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6559/uml-communication-diagram?show=19499#a19499</guid>
<pubDate>Thu, 21 Nov 2024 04:08:43 +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>Answered: What's the best way to represent a message that doesn't get received in a sequence diagram?</title>
<link>https://forum.plantuml.net/2222/whats-represent-message-doesnt-received-sequence-diagram?show=19106#a19106</link>
<description>&lt;p&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif&quot;&gt;Arrows that use &quot;o&quot; now have a filled circle by default (added with &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/plantuml/plantuml/pull/1863&quot;&gt;PR #1863&lt;/a&gt;, which is already merged and will be released with &lt;/span&gt;v1.2024.7 maybe?&lt;span style=&quot;font-family:arial,helvetica,sans-serif&quot;&gt;). So you can display lost and found messages by using e.g. the following code.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;br&gt;participant &quot;: A&quot; as a&lt;br&gt;[o-&amp;gt; a ++ : method(key : char)&lt;br&gt;[o&amp;lt;&amp;lt;-- a : method(dir : String) : ret&lt;br&gt;@enduml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif&quot;&gt;If you want to have a different fill color, you can use a style definition as follows.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace; white-space:pre-wrap&quot;&gt;&amp;lt;style&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace; white-space:pre-wrap&quot;&gt;sequenceDiagram {&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace; white-space:pre-wrap&quot;&gt;arrow {&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace; white-space:pre-wrap&quot;&gt;BackgroundColor Blue;&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace; white-space:pre-wrap&quot;&gt;}&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace; white-space:pre-wrap&quot;&gt;}&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace; white-space:pre-wrap&quot;&gt;&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;participant &quot;: A&quot; as a&lt;br&gt;[o-&amp;gt; a ++ : method(key : char)&lt;br&gt;[o&amp;lt;&amp;lt;-- a : method(dir : String) : ret&lt;br&gt;@enduml&lt;/span&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/2222/whats-represent-message-doesnt-received-sequence-diagram?show=19106#a19106</guid>
<pubDate>Tue, 23 Jul 2024 08:01:09 +0000</pubDate>
</item>
<item>
<title>Answered: How could I see or get the intermediate dot file or string (the contents with the grammar of dot language)?</title>
<link>https://forum.plantuml.net/2512/could-intermediate-string-contents-with-grammar-language?show=18296#a18296</link>
<description>&lt;p&gt;Seems like it was answered before:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://forum.plantuml.net/14466/how-can-i-see-the-graphviz-code-that-is-being-generated&quot;&gt;https://forum.plantuml.net/14466/how-can-i-see-the-graphviz-code-that-is-being-generated&lt;/a&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/2512/could-intermediate-string-contents-with-grammar-language?show=18296#a18296</guid>
<pubDate>Thu, 05 Oct 2023 07:19:59 +0000</pubDate>
</item>
<item>
<title>Answered: Java IllegalStateException for june 30 beta</title>
<link>https://forum.plantuml.net/3662/java-illegalstateexception-for-june-30-beta?show=18059#a18059</link>
<description>&lt;p&gt;Seems to be (long) resolved?&lt;br&gt;&lt;br&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/HSun3e9048NXVaxnIhR0n4QJZGKGZJsSO0BZkW4Miem5CTvT48tTo_zDCTca7FNHTzJ9JQ43edTtHUEZrEg7G9XQ7qQEt6FakcKdbSwTO7K2rpf4vBzHqATpSCj5DKygFPu484UQ8YdDkfFBtaBCMeg_dIsQZQy72_VbBHmj2eFJRhFImC8JNfH9Q9RVtm00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.plantuml.com/plantuml/png/HSun3e9048NXVaxnIhR0n4QJZGKGZJsSO0BZkW4Miem5CTvT48tTo_zDCTca7FNHTzJ9JQ43edTtHUEZrEg7G9XQ7qQEt6FakcKdbSwTO7K2rpf4vBzHqATpSCj5DKygFPu484UQ8YdDkfFBtaBCMeg_dIsQZQy72_VbBHmj2eFJRhFImC8JNfH9Q9RVtm00&quot; style=&quot;height:430px; width:269px&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/3662/java-illegalstateexception-for-june-30-beta?show=18059#a18059</guid>
<pubDate>Tue, 18 Jul 2023 19:25:38 +0000</pubDate>
</item>
<item>
<title>Answered: 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?show=18027#a18027</link>
<description>&lt;p&gt;Hello M.,&lt;/p&gt;&lt;p&gt;Here is a solution:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;using plantuml escape character&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt; '~'&lt;/span&gt;&lt;/li&gt;&lt;li&gt;and using 'double quoted&amp;nbsp;label' and 'alias'&lt;/li&gt;&lt;/ul&gt;&lt;pre&gt;@startuml
namespace &quot;~__builtin__&quot; as builtin {
}
@enduml&lt;/pre&gt;&lt;p&gt;Then we can observe the expected result:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.planttext.com/?text=SoWkIImgAStDuSfBp4qjBaXCJbLGgekFJohDp2d9p8kFLr98B5Q0yXIgkMgv75BpKe3g0G00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.planttext.com/api/plantuml/svg/SoWkIImgAStDuSfBp4qjBaXCJbLGgekFJohDp2d9p8kFLr98B5Q0yXIgkMgv75BpKe3g0G00&quot; style=&quot;height:65px; width:114px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;em&gt;Enjoy,&lt;/em&gt;&lt;br&gt;Regards,&lt;br&gt;Th.&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?show=18027#a18027</guid>
<pubDate>Wed, 12 Jul 2023 08:43:09 +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>Answered: Using plantuml.jar with JavaFX</title>
<link>https://forum.plantuml.net/13598/using-plantuml-jar-with-javafx?show=17924#a17924</link>
<description>A modern version of a Javafx project (e.g. that created by vscode java plugin) is modular, and the plantuml jar is not modular - but can still be used if you add it to the --module-path.&lt;br /&gt;
&lt;br /&gt;
You also have to edit the javafx project's src/main/java/module-info.java to contain&lt;br /&gt;
&lt;br /&gt;
module com.example {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;requires javafx.controls;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;requires javafx.fxml;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;requires javafx.web;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;requires net.sourceforge.plantuml; &amp;nbsp;&amp;nbsp;&amp;lt;---&lt;br /&gt;
...&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Unfortunately deploying a Javafx app that uses plantuml is trickier, as using jlink to create a custom jre for your javafx app will now fail, because it can't handle non modular jars. Unless the plantuml developers on day offer a modular jar, I'm not sure what the solution to this is.&lt;br /&gt;
&lt;br /&gt;
I've raised an issue for this: &lt;a href=&quot;https://github.com/plantuml/plantuml/issues/1446&quot; rel=&quot;nofollow&quot;&gt;https://github.com/plantuml/plantuml/issues/1446&lt;/a&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/13598/using-plantuml-jar-with-javafx?show=17924#a17924</guid>
<pubDate>Sun, 04 Jun 2023 00:48:33 +0000</pubDate>
</item>
<item>
<title>Answered: Layout problems output TEOZ engine?</title>
<link>https://forum.plantuml.net/3765/layout-problems-output-teoz-engine?show=17764#a17764</link>
<description>&lt;p&gt;&lt;em&gt;[Just to answer an old question]&lt;/em&gt;&lt;/p&gt;&lt;p&gt;FYI, it seems now&amp;nbsp;&lt;strong&gt;&lt;span style=&quot;color:green&quot;&gt;OK&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;em&gt;(tested en V1.2023.6)&lt;/em&gt;:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://www.planttext.com/?text=KomeIapFJLGeISslKYWfAatbAixEp2j8B4hCLSX8p4ifByeiAKdDWqYf8-IACn9Jyiipyz8LqX9pYbEv4dNjaW00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.planttext.com/api/plantuml/svg/KomeIapFJLGeISslKYWfAatbAixEp2j8B4hCLSX8p4ifByeiAKdDWqYf8-IACn9Jyiipyz8LqX9pYbEv4dNjaW00&quot; style=&quot;height:104px; width:67px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;em&gt;Thanks for the Report,&lt;br&gt;And thanks to PlantUML Team,&lt;/em&gt;&lt;br&gt;Regards.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/3765/layout-problems-output-teoz-engine?show=17764#a17764</guid>
<pubDate>Tue, 25 Apr 2023 15:30:59 +0000</pubDate>
</item>
<item>
<title>Answered: ClassHeaderBackgroundColor for Object Diagrams?</title>
<link>https://forum.plantuml.net/5004/classheaderbackgroundcolor-for-object-diagrams?show=17747#a17747</link>
<description>&lt;p&gt;&lt;em&gt;[To answer to an old question]&amp;nbsp;&lt;img title=&quot;wink&quot; alt=&quot;wink&quot; src=&quot;https://forum.plantuml.net/qa-plugin/wysiwyg-editor/ckeditor/plugins/smiley/images/wink_smile.png&quot; style=&quot;height:23px; width:23px&quot;&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Yes it is now possible by header style.&lt;/p&gt;&lt;p&gt;See:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://forum.plantuml.net/14563/style-object-allow-style-on-object-diagram&quot; rel=&quot;nofollow&quot;&gt;https://forum.plantuml.net/14563/style-object-allow-style-on-object-diagram&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Regards.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/5004/classheaderbackgroundcolor-for-object-diagrams?show=17747#a17747</guid>
<pubDate>Wed, 19 Apr 2023 10:35:06 +0000</pubDate>
</item>
<item>
<title>Answered: Escape Character for Curly Braces</title>
<link>https://forum.plantuml.net/17493/escape-character-for-curly-braces?show=17677#a17677</link>
<description>&lt;p&gt;You can use &amp;lt;U+007B&amp;gt; for the left curly bracket.&lt;/p&gt;&lt;pre&gt;@startuml
Alice -&amp;gt; Bob: [[&quot;this is the tooltip&quot; &amp;lt;U+007B&amp;gt;this is the text starting with a curly bracket}]]
@enduml
&lt;/pre&gt;&lt;blockquote&gt;&lt;div&gt;&lt;img alt=&quot;&quot; src=&quot;//www.plantuml.com/plantuml/png/SoWkIImgAStDuNBCoKnELT2rKt3AJx9IY8vMAid8B5O0efACL8MI_FoSaim29GMRK6q30tCdEnJ9r8eI1R0vcNdf2kMP9HaAYGh9fKKvbGf9HOd9sQabjR6nN0wfUIb0Um00&quot; style=&quot;height:119px; width:373px&quot;&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;p&gt;Idea using a macro:&lt;/p&gt;&lt;pre&gt;@startuml
!function linktext(txt)
!if (%substr(txt,0,1) == &quot;{&quot;)
  !return &quot;&amp;lt;U+007B&amp;gt;&quot; + %substr(txt,1,%strlen(txt)-1)
!else
  !return txt
!endif
!endfunction

Alice -&amp;gt; Bob: [[&quot;this is the tooltip&quot; linktext(&quot;{this is the text starting with a curly bracket}&quot;)]]
@enduml&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;//www.plantuml.com/plantuml/uml/JP31QiCm38RlVee_Wa93KqXEWx6Mhk-mK-aXyPH5rBE7BREEidUV6nWD62m-IRz-wP2qZve_dQd6xArAy73YByfNNUjLQrF9YFKgvI5fl9EcRReQknteHhK1giYQemUzl6tQzkcu9somhE-QLGaT-rblsnL9TeaNhOKNvjzbdBz_8yQyEh6CxHx7C3pZT2AT9A4ydHWQWbFveeTVkYtpTuHvFV4V-1QTqCFcw7umnDvUM7-fFf_DeOmi1_W3&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;//www.plantuml.com/plantuml/png/JP31QiCm38RlVee_Wa93KqXEWx6Mhk-mK-aXyPH5rBE7BREEidUV6nWD62m-IRz-wP2qZve_dQd6xArAy73YByfNNUjLQrF9YFKgvI5fl9EcRReQknteHhK1giYQemUzl6tQzkcu9somhE-QLGaT-rblsnL9TeaNhOKNvjzbdBz_8yQyEh6CxHx7C3pZT2AT9A4ydHWQWbFveeTVkYtpTuHvFV4V-1QTqCFcw7umnDvUM7-fFf_DeOmi1_W3&quot; style=&quot;height:119px; width:373px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/17493/escape-character-for-curly-braces?show=17677#a17677</guid>
<pubDate>Fri, 24 Mar 2023 22:23:54 +0000</pubDate>
</item>
<item>
<title>Answered: is there any support for subactivity or the rake symbol</title>
<link>https://forum.plantuml.net/195/is-there-any-support-for-subactivity-or-the-rake-symbol?show=17149#a17149</link>
<description>&lt;p&gt;I know the question is quite a few years old, but I stumbled on it with the same question. That's why I will answer for others who might have this question.&lt;/p&gt;&lt;p&gt;I was unsatisfied with the grayscale sprite, because it doesn't scale. So I wrote a SVG rake:&lt;/p&gt;&lt;pre&gt;@startuml

&lt;span style=&quot;color:#000000&quot;&gt;sprite $rake &amp;lt;svg width=&quot;16&quot; height=&quot;16&quot; viewBox=&quot;0 0 16 16&quot;&amp;gt;
&amp;lt;path
    style=&quot;fill:#000000&quot;
    d=&quot;M 7,1 H 9 V 7 H 15 V 15 H 13 V 9 H 9 V 15 H 7 V 9 H 3 V 15 H 1 V 7 H 7 Z&quot;
/&amp;gt;
&amp;lt;/svg&amp;gt;&lt;/span&gt;

start
:Identify security problems &amp;lt;$rake&amp;gt;;
stop

&lt;span style=&quot;color:#000000&quot;&gt;@enduml&lt;/span&gt;&lt;/pre&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/195/is-there-any-support-for-subactivity-or-the-rake-symbol?show=17149#a17149</guid>
<pubDate>Thu, 15 Dec 2022 16:29:48 +0000</pubDate>
</item>
<item>
<title>Answered: Can I change a sequence arrow line thickness per arrow?</title>
<link>https://forum.plantuml.net/5877/can-i-change-a-sequence-arrow-line-thickness-per-arrow?show=16802#a16802</link>
<description>&lt;p&gt;This can be achieved in a similar fashion as setting inline colors:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;br&gt;a -[thickness=5]&amp;gt; b&lt;br&gt;@enduml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKfKq8qkoSXCpivBBIwsDOsrKqZYSaZDIm7A0G00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.plantuml.com/plantuml/png/SoWkIImgAStDuKfKq8qkoSXCpivBBIwsDOsrKqZYSaZDIm7A0G00&quot; style=&quot;height:61px; width:130px&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/5877/can-i-change-a-sequence-arrow-line-thickness-per-arrow?show=16802#a16802</guid>
<pubDate>Tue, 18 Oct 2022 14:05:57 +0000</pubDate>
</item>
<item>
<title>Answered: Why the synchronization bad doesnt't extend to other swinlanes?</title>
<link>https://forum.plantuml.net/4190/why-the-synchronization-bad-doesntt-extend-other-swinlanes?show=16468#a16468</link>
<description>posted 6 years ago, but problem is not solved (((</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/4190/why-the-synchronization-bad-doesntt-extend-other-swinlanes?show=16468#a16468</guid>
<pubDate>Mon, 05 Sep 2022 06:35:00 +0000</pubDate>
</item>
<item>
<title>Answered: Sequence diagram: crossed arrows</title>
<link>https://forum.plantuml.net/1072/sequence-diagram-crossed-arrows?show=16372#a16372</link>
<description>Hi team,&lt;br /&gt;
I want to concatenate arrow in sequence diagram (msg1 and msg2 in my example), however 2 bugs found:&lt;br /&gt;
1. the text msg1 and msg2 are nto aligned vertically.&lt;br /&gt;
2. if the diagrame contains pages, then there will be strange things appearing in pages.&lt;br /&gt;
Regards,&lt;br /&gt;
Lucky&lt;br /&gt;
&lt;br /&gt;
my code:&lt;br /&gt;
&lt;br /&gt;
@startuml&lt;br /&gt;
!pragma teoz true&lt;br /&gt;
&lt;br /&gt;
title test&lt;br /&gt;
s1-&amp;gt;s2 ++: req&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;s2-&amp;gt;s3 ++: fwd&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;br /&gt;
return resp&lt;br /&gt;
&lt;br /&gt;
newpage test1&lt;br /&gt;
s1-&amp;gt;s2 ++: req&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;s2-&amp;gt;s3 ++: fwd&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&lt;br /&gt;
return resp&lt;br /&gt;
&lt;br /&gt;
s1 -&amp;gt;o s2: msg 1 \n&lt;br /&gt;
&amp;amp; s2 -&amp;gt; s3: msg 2&lt;br /&gt;
&lt;br /&gt;
@enduml</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/1072/sequence-diagram-crossed-arrows?show=16372#a16372</guid>
<pubDate>Fri, 12 Aug 2022 09:54:44 +0000</pubDate>
</item>
<item>
<title>Answered: Sticky position the participants in the sequence diagram</title>
<link>https://forum.plantuml.net/7220/sticky-position-the-participants-in-the-sequence-diagram?show=16369#a16369</link>
<description>Any news about this feature?</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/7220/sticky-position-the-participants-in-the-sequence-diagram?show=16369#a16369</guid>
<pubDate>Thu, 11 Aug 2022 10:39:46 +0000</pubDate>
</item>
<item>
<title>Answered: Is it possible to get a plantuml.exe for Windows?</title>
<link>https://forum.plantuml.net/188/is-it-possible-to-get-a-plantuml-exe-for-windows?show=16354#a16354</link>
<description>you could create a .bat file that did the call to &amp;quot;java -jar&amp;quot;. &amp;nbsp;Or look into something like this: &lt;a href=&quot;https://genuinecoder.com/convert-java-jar-to-exe/&quot; rel=&quot;nofollow&quot;&gt;https://genuinecoder.com/convert-java-jar-to-exe/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
(Oh man I did NOT realize how old this question was!)</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/188/is-it-possible-to-get-a-plantuml-exe-for-windows?show=16354#a16354</guid>
<pubDate>Tue, 09 Aug 2022 23:45:31 +0000</pubDate>
</item>
<item>
<title>Answered: hide unlinked seems to have no effect</title>
<link>https://forum.plantuml.net/5753/hide-unlinked-seems-to-have-no-effect?show=14037#a14037</link>
<description>&lt;p&gt;Hello All,&lt;/p&gt;&lt;p&gt;&lt;em&gt;To&amp;nbsp;answer to a &lt;strong&gt;very&amp;nbsp;&lt;/strong&gt;old question, from &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://plantuml.com/changes&quot;&gt;V1.2020.6 (5 Apr, 2020)&lt;/a&gt;&amp;nbsp;and:&lt;/em&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://forum.plantuml.net/11052/remove-unlinked-components&quot;&gt;https://forum.plantuml.net/11052/remove-unlinked-components&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;We can now use 'hide' or 'remove' '@unlinked':&lt;/p&gt;&lt;pre&gt;&lt;span style=&quot;color:rgb(0, 128, 0)&quot;&gt;hide @unlinked&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;as:&lt;/p&gt;&lt;pre&gt;@startuml
&lt;span style=&quot;color:#008000&quot;&gt;&lt;strong&gt;hide @unlinked&lt;/strong&gt;&lt;/span&gt;
(A)
[B]
(C) -&amp;gt; [D]
@enduml&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuSh8J4bLS2ZDoydCoqvDuT9mrEIATehbqd3MLD2rKuXsYULoICrB0Qe40000&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/svg/SoWkIImgAStDuSh8J4bLS2ZDoydCoqvDuT9mrEIATehbqd3MLD2rKuXsYULoICrB0Qe40000&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;See also similar old request here:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;&lt;a href=&quot;https://forum.plantuml.net/8298/add-hide-unlinked-for-all-types-of-diagrams&quot; rel=&quot;nofollow&quot;&gt;https://forum.plantuml.net/8298/add-hide-unlinked-for-all-types-of-diagrams&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Then the documentation is also updated:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://plantuml.com/component-diagram#0a05899a20325958&quot; rel=&quot;nofollow&quot;&gt;https://plantuml.com/component-diagram#0a05899a20325958&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If that can help,&lt;br&gt;Regards,&lt;br&gt;Th.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/5753/hide-unlinked-seems-to-have-no-effect?show=14037#a14037</guid>
<pubDate>Tue, 08 Jun 2021 17:40:10 +0000</pubDate>
</item>
<item>
<title>Answered: Is there a way to design open droplist</title>
<link>https://forum.plantuml.net/4184/is-there-a-way-to-design-open-droplist?show=14033#a14033</link>
<description>&lt;pre&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;salt&lt;/span&gt;&lt;/span&gt;

&lt;span style=&quot;color:#0000FF&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;{&lt;/span&gt;&lt;/span&gt;

&lt;span style=&quot;color:#0000FF&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;Fruit: |^ Select ^ Select ^ Orange ^ Apple ^&lt;/span&gt;&lt;/span&gt;

&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&lt;span style=&quot;color:#0000FF&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif&quot;&gt;Haven't found a way to change the grey background of the dropdown though.&lt;/span&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/4184/is-there-a-way-to-design-open-droplist?show=14033#a14033</guid>
<pubDate>Tue, 08 Jun 2021 11:23:40 +0000</pubDate>
</item>
<item>
<title>Answered: 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?show=13974#a13974</link>
<description>It would help if you could post a complete example.&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/13973/performance-degradation-plantuml-unbalanced-parenthesis?show=13974#a13974</guid>
<pubDate>Fri, 28 May 2021 08:58:46 +0000</pubDate>
</item>
<item>
<title>Answered: 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?show=13793#a13793</link>
<description>&lt;p&gt;Hello R.,&lt;/p&gt;&lt;p&gt;You can just use&amp;nbsp;a comment.. I&lt;em&gt;t will be on the metadata of&amp;nbsp;the diagram...&lt;/em&gt; as:&lt;/p&gt;&lt;pre&gt;@startuml
&lt;span style=&quot;color:#008000&quot;&gt;&lt;strong&gt;'Destination=./output/class-diagrams/&lt;/strong&gt;&lt;/span&gt;
Bob-&amp;gt;Alice : hello
@enduml&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuL9tIIqkoSnBBCdCpxFLqyylBIaeBT5FpaaiBjPDoKnCBqhCBTRdSifFqhLppCbCJbMmKiX8pSd9vt98pKi16W00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/svg/SoWkIImgAStDuL9tIIqkoSnBBCdCpxFLqyylBIaeBT5FpaaiBjPDoKnCBqhCBTRdSifFqhLppCbCJbMmKiX8pSd9vt98pKi16W00&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;or:&lt;/p&gt;&lt;pre&gt;@startuml
&lt;span style=&quot;color:#008000&quot;&gt;/'
Destination=./output/class-diagrams/
'/&lt;/span&gt;
Bob-&amp;gt;Alice : hello
@enduml&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/1S713W8W203GEr_XpPDnRwjPwqT8MR6XD87_xxtkGIToAM255tl8fX3RjmjQnYy3Xv9xcqAVGyiHAiBJtkt-K1bShkNBgWQTzyobVm00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/svg/1S713W8W203GEr_XpPDnRwjPwqT8MR6XD87_xxtkGIToAM255tl8fX3RjmjQnYy3Xv9xcqAVGyiHAiBJtkt-K1bShkNBgWQTzyobVm00&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;See also:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://plantuml.com/en/commons#8413c683b4b27cc3&quot; rel=&quot;nofollow&quot;&gt;https://plantuml.com/en/commons#8413c683b4b27cc3&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If that can help,&lt;br&gt;Regards,&lt;br&gt;Th.&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?show=13793#a13793</guid>
<pubDate>Sun, 09 May 2021 15:35:43 +0000</pubDate>
</item>
<item>
<title>Answered: How to export plantuml file as xml file?</title>
<link>https://forum.plantuml.net/13609/how-to-export-plantuml-file-as-xml-file?show=13610#a13610</link>
<description>&lt;p&gt;Hello A.,&lt;/p&gt;&lt;p&gt;For starting, you can read:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://plantuml.com/xmi&quot; rel=&quot;nofollow&quot;&gt;https://plantuml.com/xmi&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://plantuml.com/command-line&quot; rel=&quot;nofollow&quot;&gt;https://plantuml.com/command-line&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Regards,&lt;br&gt;Th.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/13609/how-to-export-plantuml-file-as-xml-file?show=13610#a13610</guid>
<pubDate>Sat, 10 Apr 2021 10:36:31 +0000</pubDate>
</item>
<item>
<title>Answered: Is it possible to top align notes in a sequence diagram?</title>
<link>https://forum.plantuml.net/6373/is-it-possible-to-top-align-notes-in-a-sequence-diagram?show=13252#a13252</link>
<description>&lt;p&gt;Hello A.,&lt;/p&gt;&lt;p&gt;&lt;em&gt;Just to answer to an old unanswered question (and point out similar question/answers).&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Here are some answers:&lt;/em&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://forum.plantuml.net/354/sequence-diagram-possibly-multiple-hnotes-vertical-level&quot; rel=&quot;nofollow&quot;&gt;https://forum.plantuml.net/354/sequence-diagram-possibly-multiple-hnotes-vertical-level&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;em&gt;With that, we observe the expected result:&lt;/em&gt;&lt;/p&gt;&lt;pre&gt;&lt;strong&gt;hnote&lt;/strong&gt; over scp: State_X
&lt;strong&gt;&lt;span style=&quot;--darkreader-inline-color:#72ff72; color:rgb(0, 128, 0)&quot;&gt;&lt;span style=&quot;--darkreader-inline-color:#72ff72&quot;&gt;/&lt;/span&gt;&lt;/span&gt;hnote&lt;/strong&gt; over ssc: State_Y&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/umla/XSun2W9138NXFgV83UojTcuWs6YrX37em3WJagVdToF8bZOXy7-4B05nl9wTqD2LIs_tmMD2WwHYEfVlbE1fwcIRRhMP3F1ftzUI8ghz0L7faSTvljNJ7_aCWQuNEkmXtIzSQT5nsnxy0000&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/svg/XSun2W9138NXFgV83UojTcuWs6YrX37em3WJagVdToF8bZOXy7-4B05nl9wTqD2LIs_tmMD2WwHYEfVlbE1fwcIRRhMP3F1ftzUI8ghz0L7faSTvljNJ7_aCWQuNEkmXtIzSQT5nsnxy0000&quot;&gt;&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;em&gt;Regards,&lt;br&gt;Th.&lt;/em&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6373/is-it-possible-to-top-align-notes-in-a-sequence-diagram?show=13252#a13252</guid>
<pubDate>Sun, 28 Feb 2021 21:34:18 +0000</pubDate>
</item>
<item>
<title>Answered: How to scale a salt diagram</title>
<link>https://forum.plantuml.net/3538/how-to-scale-a-salt-diagram?show=12223#a12223</link>
<description>&lt;p&gt;Hello A.,&lt;/p&gt;&lt;p&gt;Just to answer to an old unanswered question (&lt;em&gt;and confirm that is now OK: tested on v1.2020.18), with:&lt;/em&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style=&quot;--darkreader-inline-color:#72ff72; color:rgb(0, 128, 0)&quot;&gt;&lt;strong&gt;@startsalt
scale 2&lt;/strong&gt;&lt;/span&gt;
{
{T
 + World
 ++ Europe
 +++ Italy
 +++ Germany
 ++++ Berlin
 ++ Africa
}
}
&lt;strong&gt;&lt;span style=&quot;--darkreader-inline-color:#72ff72; color:rgb(0, 128, 0)&quot;&gt;@endsalt&lt;/span&gt;&lt;/strong&gt;&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/umla/SoWkIImgAKxCAU4gJaxCILKmughcgWxXKj1M2Cyloaa1ChGLN4kByWjIWKmWsxCaCQSImdHFBSfDp0DnG3odrAASp3omUiUqeipaHAvQ87H8pKi1cGu0&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/svg/SoWkIImgAKxCAU4gJaxCILKmughcgWxXKj1M2Cyloaa1ChGLN4kByWjIWKmWsxCaCQSImdHFBSfDp0DnG3odrAASp3omUiUqeipaHAvQ87H8pKi1cGu0&quot;&gt;&lt;br&gt;[See on PlantUML...]&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;And with:&lt;/p&gt;&lt;pre&gt;&lt;strong&gt;&lt;span style=&quot;--darkreader-inline-color:#72ff72; color:rgb(0, 128, 0)&quot;&gt;@startuml
scale 2
salt&lt;/span&gt;&lt;/strong&gt;
{
{T
 + World
 ++ Europe
 +++ Italy
 +++ Germany
 ++++ Berlin
 ++ Africa
}
}
&lt;span style=&quot;--darkreader-inline-color:#72ff72; color:rgb(0, 128, 0)&quot;&gt;&lt;strong&gt;@enduml&lt;/strong&gt;&lt;/span&gt;&lt;/pre&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/umla/SoWkIImgAStDuIfEJin9LJ3YAaxCAU6gvgeEuLBGLWZFByf90JAq5LnBY_8BKe5C8Dkp936d4i9qJotAJSm3SK0yfzIYdCmyi7h7jABCv4IkMY1qICrB0Te00000&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/svg/SoWkIImgAStDuIfEJin9LJ3YAaxCAU6gvgeEuLBGLWZFByf90JAq5LnBY_8BKe5C8Dkp936d4i9qJotAJSm3SK0yfzIYdCmyi7h7jABCv4IkMY1qICrB0Te00000&quot;&gt;&lt;br&gt;[See on...]&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Thank to the works of PlantUML team,&lt;br&gt;Regards,&lt;br&gt;Th.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/3538/how-to-scale-a-salt-diagram?show=12223#a12223</guid>
<pubDate>Thu, 08 Oct 2020 19:04:53 +0000</pubDate>
</item>
<item>
<title>Answered: Sequence diagram sub-diagrams</title>
<link>https://forum.plantuml.net/6867/sequence-diagram-sub-diagrams?show=12057#a12057</link>
<description>&lt;p&gt;This is an old question but as it is the first one to appear in google I think it is worth pointing out the real solution to this is just adding the word mainframe.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;mainframe &quot;sd NameOfDiagram&quot;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Alice -&amp;gt; Bob: sendMessage&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Bob -&amp;gt; Alice: sendResponse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;will give the desired output.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6867/sequence-diagram-sub-diagrams?show=12057#a12057</guid>
<pubDate>Thu, 03 Sep 2020 22:15:51 +0000</pubDate>
</item>
<item>
<title>Answered: 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?show=11961#a11961</link>
<description>&lt;blockquote&gt;&lt;p&gt;@startuml&lt;br&gt;&lt;strong&gt;hide footbox&lt;/strong&gt;&lt;br&gt;Bob -&amp;gt; Alice : hello&lt;br&gt;@enduml&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/png/SoWkIImgAStDuSh8J4bLIClFBqdAh-1ooazIqBLJSCp9J4vLi5B8ICt9oUToICrB0Qe40000&quot;&gt;http://www.plantuml.com/plantuml/png/SoWkIImgAStDuSh8J4bLIClFBqdAh-1ooazIqBLJSCp9J4vLi5B8ICt9oUToICrB0Qe40000&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/11960/how-keep-single-appearance-the-participant-sequence-diagram?show=11961#a11961</guid>
<pubDate>Mon, 10 Aug 2020 10:00:53 +0000</pubDate>
</item>
<item>
<title>Answered: Is it possible to comment out lines of diagram  syntax?</title>
<link>https://forum.plantuml.net/1353/is-it-possible-to-comment-out-lines-of-diagram-syntax?show=11808#a11808</link>
<description>&lt;p&gt;Line comments use a single apostrophe&lt;/p&gt;&lt;pre&gt;' This is a comment
&lt;/pre&gt;&lt;p&gt;Block comments use C-style comments except that instead of * you use an apostrophe&lt;/p&gt;&lt;pre&gt;/'

many lines

here

'/

&lt;/pre&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/1353/is-it-possible-to-comment-out-lines-of-diagram-syntax?show=11808#a11808</guid>
<pubDate>Thu, 02 Jul 2020 19:33:02 +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>Answered: Unexpected &quot;Actor&quot;</title>
<link>https://forum.plantuml.net/4307/unexpected-actor?show=11589#a11589</link>
<description>&lt;p&gt;Hello H.,&lt;/p&gt;&lt;p&gt;In order to mix &quot;&lt;strong&gt;&lt;em&gt;double lines separator&lt;/em&gt;&lt;/strong&gt;&quot; and &quot;&lt;em&gt;&lt;strong&gt;folder&lt;/strong&gt;&lt;/em&gt;&quot;, You can use &lt;em&gt;&lt;strong&gt;embedded diagram&lt;/strong&gt;&lt;/em&gt; or &lt;em&gt;&lt;strong&gt;sub-diagram&lt;/strong&gt;&lt;/em&gt; with use of '&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;{{&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;' and '&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;}}&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;':&lt;/p&gt;&lt;p&gt;&lt;em&gt;But pay attention to the fact: what you gain with, you also lose with (because it is an independent sub-diagram [without any link with the hosted diagram]) ; Also You can not use after &lt;/em&gt;DBT1, DBT2 or DBTN,&lt;em&gt; there are only accessible on the sub-diagram.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;See more details:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;with &lt;em&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://forum.plantuml.net/7140/missing-features-documentation-continuation&quot;&gt;“Embed diagrams in notes and other texts” from /7140&lt;/a&gt;&lt;/em&gt; which point out: &lt;em&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://forum.plantuml.net/2427/salt-with-minimum-flowchat-capabilities?show=2434#a2434&quot;&gt;the creation of this feature on /2427&lt;/a&gt;&lt;/em&gt;.&lt;/li&gt;&lt;li&gt;with also &lt;em&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://forum.plantuml.net/8975/dependency-between-packages-containing-classes?show=9003#c9003&quot;&gt;this comment on /8975 of the generalization and correction on class and deployment diagram&lt;/a&gt;&lt;/em&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Then with this feature:&lt;/p&gt;&lt;pre&gt;database DB [
DB
--
&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;==&lt;/span&gt;&lt;/strong&gt;
&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;{{&lt;/span&gt;&lt;/strong&gt;
folder &quot;Table #1&quot; as DBT1
&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;}}&lt;/span&gt;&lt;/strong&gt;
&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;==&lt;/span&gt;&lt;/strong&gt;
{{
folder &quot;Table #2&quot; as DBT2
}}
--
&lt;span style=&quot;color:#008000&quot;&gt;&lt;strong&gt;{{&lt;/strong&gt;&lt;/span&gt;
folder &quot;Table #N&quot; as DBTN
&lt;strong&gt;&lt;span style=&quot;color:#008000&quot;&gt;}}&lt;/span&gt;&lt;/strong&gt;
]&lt;/pre&gt;&lt;p&gt;we obtain:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/RSwX3eCm48TnVqznORe2F0bfq2ZSCl67Tij2QPVheGZllY9mwEydlYuhHBSrK5w-yGV1oXRpyf6qHJUda8HL47D9FYevA2Papxtb9_MMZA6sfNsdTmhE2rSZfk3vKLUCNDHOqt7Sa-OYpKcCkI73HOQJlAZpqPNPFm00&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/svg/RSwX3eCm48TnVqznORe2F0bfq2ZSCl67Tij2QPVheGZllY9mwEydlYuhHBSrK5w-yGV1oXRpyf6qHJUda8HL47D9FYevA2Papxtb9_MMZA6sfNsdTmhE2rSZfk3vKLUCNDHOqt7Sa-OYpKcCkI73HOQJlAZpqPNPFm00&quot; style=&quot;height:315px; width:163px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;em&gt;We observe some issue (on v1.2020.10) with the order of the element between the sub-diagram and the different double lines (a dummy line above is necessary to achieve the expected result.): &lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://forum.plantuml.net/10967/order-mismatch-between-note-and-rectangle-with-embedded-salt&quot;&gt;see also this defect /10967&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;If that can help,&lt;br&gt;Regards,&lt;br&gt;Th.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/4307/unexpected-actor?show=11589#a11589</guid>
<pubDate>Tue, 26 May 2020 15:20:52 +0000</pubDate>
</item>
<item>
<title>Answered: 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?show=11466#a11466</link>
<description>Is it caused by PLANTUML_LIMIT_SIZE ? (see &lt;a href=&quot;https://plantuml.com/faq&quot; rel=&quot;nofollow&quot;&gt;https://plantuml.com/faq&lt;/a&gt; )</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/11465/my-diagram-is-cut-off-how-do-i-fix-this?show=11466#a11466</guid>
<pubDate>Mon, 11 May 2020 08:27:58 +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>Answered: How can i use GOTO relations in new Activity Diagram?</title>
<link>https://forum.plantuml.net/991/how-can-i-use-goto-relations-in-new-activity-diagram?show=10636#a10636</link>
<description>&lt;p&gt;In case you need a way to provide action when repeating a loop.&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://forum.plantuml.net/5826/please-provide-action-repeat-loop-start-instead-condition&quot;&gt;https://forum.plantuml.net/5826/please-provide-action-repeat-loop-start-instead-condition&lt;/a&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/991/how-can-i-use-goto-relations-in-new-activity-diagram?show=10636#a10636</guid>
<pubDate>Fri, 10 Jan 2020 07:57:57 +0000</pubDate>
</item>
<item>
<title>Answered: How to do this complex activity diagram?</title>
<link>https://forum.plantuml.net/4685/how-to-do-this-complex-activity-diagram?show=10457#a10457</link>
<description>&lt;p&gt;```plantuml&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#c586c0&quot;&gt;@startuml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;start&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;repeat&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;:Action&amp;nbsp;A;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;if&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#ce9178&quot;&gt;2?&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;color:#569cd6&quot;&gt;then&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#6a9955&quot;&gt;yes&lt;/span&gt;)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#569cd6&quot;&gt;if&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#ce9178&quot;&gt;4?&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;color:#569cd6&quot;&gt;then&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#6a9955&quot;&gt;yes&lt;/span&gt;)&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:Action&amp;nbsp;D;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#569cd6&quot;&gt;else&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#6a9955&quot;&gt;no&lt;/span&gt;)&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:Action&amp;nbsp;D';&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endif&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;stop&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;else&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#6a9955&quot;&gt;no&lt;/span&gt;)&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:Action&amp;nbsp;B;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#569cd6&quot;&gt;if&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#ce9178&quot;&gt;3?&lt;/span&gt;)&amp;nbsp;&lt;span style=&quot;color:#569cd6&quot;&gt;then&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#6a9955&quot;&gt;yes&lt;/span&gt;)&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#9cdcfe&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;:Action&amp;nbsp;C;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style=&quot;color:#569cd6&quot;&gt;else&lt;/span&gt;&amp;nbsp;(&lt;span style=&quot;color:#6a9955&quot;&gt;no&lt;/span&gt;)&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#569cd6&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;stop&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:#c586c0&quot;&gt;@enduml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;```&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/4685/how-to-do-this-complex-activity-diagram?show=10457#a10457</guid>
<pubDate>Fri, 15 Nov 2019 15:06:18 +0000</pubDate>
</item>
<item>
<title>Answered: 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?show=8669#a8669</link>
<description>&lt;p&gt;Looks a bit interesting but try this&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;br&gt;skinparam linetype ortho&lt;br&gt;left to right direction&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;....&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/hPF1Rjim38RlVWhTX-O1V6gRzR13WM73JiCEhCmcn2pA4AbkmT1tNwIv2GKxM0xrnSRFd-97YhuLXQGvZ9ty99uWGN0ZCUfXGXUJxcCtuhCwZIxHRgzke8HUANBNCGIK2JowRKpe_dJk-FWHHDmz23wmaXvckJmVQEWTv_24wQpvXA0ut6dlFeBYEP2dOH5uxLvjsM-2wH4OTXYGrGBKq0o0lnLva0gvMGVBHtSvjdUYYNXtZamWyYkcOHb926DOoXY0HYCNwFggH0L5AFACS6CuBRorNj_5CoNHzJP6k1JnCKp0XDAxRVqy_3lu-m_ZoQ8nO2gU-TEOp0pxff_bXMs_FBPhaeKOHUuJiDzVtwbjfPsnNOYDMOARjhlYjafnhD8OsDP-cVA4-TISX-BwPOawnAjRiCEtQ3Rm_hkoTfCFByXg_xt_mjUC1NbLhnlfiNvzrvHF_48AIf7N2rpsbINSN9paCgaT79Pu_rRhBRVcpqUs_uWnY89cwKq9YlorYdO1a7Em66UNmRZp7YV5uIHyXgJaQO8gplTrYppaCFu5&quot;&gt;http://www.plantuml.com/plantuml/uml/hPF1Rjim38RlVWhTX-O1V6gRzR13WM73JiCEhCmcn2pA4AbkmT1tNwIv2GKxM0xrnSRFd-97YhuLXQGvZ9ty99uWGN0ZCUfXGXUJxcCtuhCwZIxHRgzke8HUANBNCGIK2JowRKpe_dJk-FWHHDmz23wmaXvckJmVQEWTv_24wQpvXA0ut6dlFeBYEP2dOH5uxLvjsM-2wH4OTXYGrGBKq0o0lnLva0gvMGVBHtSvjdUYYNXtZamWyYkcOHb926DOoXY0HYCNwFggH0L5AFACS6CuBRorNj_5CoNHzJP6k1JnCKp0XDAxRVqy_3lu-m_ZoQ8nO2gU-TEOp0pxff_bXMs_FBPhaeKOHUuJiDzVtwbjfPsnNOYDMOARjhlYjafnhD8OsDP-cVA4-TISX-BwPOawnAjRiCEtQ3Rm_hkoTfCFByXg_xt_mjUC1NbLhnlfiNvzrvHF_48AIf7N2rpsbINSN9paCgaT79Pu_rRhBRVcpqUs_uWnY89cwKq9YlorYdO1a7Em66UNmRZp7YV5uIHyXgJaQO8gplTrYppaCFu5&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;BR,&lt;/p&gt;&lt;p&gt;Michael&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/8277/how-to-better-layout-classdiagrams-with-a-central-entity?show=8669#a8669</guid>
<pubDate>Thu, 06 Dec 2018 10:53:33 +0000</pubDate>
</item>
<item>
<title>Answered: interaction frame</title>
<link>https://forum.plantuml.net/4019/interaction-frame?show=8627#a8627</link>
<description>&lt;p&gt;Thanks for the suggestion!&lt;/p&gt;&lt;p&gt;With last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt; you can now have:&lt;/p&gt;&lt;pre&gt;@startuml

mainframe This is a frame

participant alpha
participant beta

alpha -&amp;gt; beta: a1
beta &amp;lt;- alpha: a2

beta -&amp;gt; alpha: b1
alpha &amp;lt;- beta: b2
@enduml&lt;/pre&gt;&lt;p&gt;It this what you are looking for ?&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/4019/interaction-frame?show=8627#a8627</guid>
<pubDate>Fri, 23 Nov 2018 22:10:33 +0000</pubDate>
</item>
<item>
<title>Answered: 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?show=8580#a8580</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/3Sl14OGW30NGUwf80xIm0wNybIYC11q-ZktBxLrUvCIOZpVXMVkD0LSMvEkj_T0TZIQbPbCt_zkWR0sa9f6a8VmMelMy_WS0&quot; style=&quot;height:50px; width:92px&quot;&gt;&lt;/p&gt;&lt;p&gt;if this is what you are referring to: &lt;strong&gt;no&lt;/strong&gt;. Layouting is rather limited due to the underlaying graphviz.&lt;/p&gt;&lt;p&gt;BR,&lt;/p&gt;&lt;p&gt;Michael&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/8579/class-diagrams-there-force-relation-appear-single-single-arrow?show=8580#a8580</guid>
<pubDate>Mon, 12 Nov 2018 12:47:09 +0000</pubDate>
</item>
<item>
<title>Answered: Multiplicities and roles in class diagrams</title>
<link>https://forum.plantuml.net/8478/multiplicities-and-roles-in-class-diagrams?show=8482#a8482</link>
<description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;&lt;p&gt;what you do is the definition of the classes and the linking in one step. What you need to do is to separate these&lt;/p&gt;&lt;p&gt;like this:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;@startuml&lt;br&gt;class Example&lt;br&gt;class Example2&lt;br&gt;Example &quot;1&quot; -right- &quot;*&quot; Example2 : description&lt;br&gt;@enduml&lt;/span&gt;&lt;/p&gt;&lt;p&gt;or to remove the class keyword and let plantuml do the initialization of the classes like this.&lt;/p&gt;&lt;p&gt;@startuml&lt;br&gt;Example &quot;1&quot; -right- &quot;*&quot; Example2 : description&lt;br&gt;@enduml&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Both result in :&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://www.plantuml.com/plantuml/png/SoWkIImgAStDuNAjICmjo4bLK39KKj0joapFAD5LKD9IKe2A6obOAQIa5YSNPHQKPERdSJcavgK0jG40&quot; style=&quot;height:66px; width:299px&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;BR,&lt;/p&gt;&lt;p&gt;Michael&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/8478/multiplicities-and-roles-in-class-diagrams?show=8482#a8482</guid>
<pubDate>Thu, 25 Oct 2018 06:31:30 +0000</pubDate>
</item>
<item>
<title>Answered: Components alignment (horizontally)</title>
<link>https://forum.plantuml.net/5048/components-alignment-horizontally?show=8265#a8265</link>
<description>&lt;p&gt;@startuml&lt;br&gt;left to right direction&lt;br&gt;&amp;nbsp;[CMP1]&lt;br&gt;&amp;nbsp;[CMP2]&lt;br&gt;&amp;nbsp;[CMP3]&lt;br&gt;&amp;nbsp;[CMP4]&lt;br&gt;&amp;nbsp;[CMP5]&lt;/p&gt;&lt;p&gt;&amp;nbsp;[CMP1]--&amp;gt;[CMP3]&lt;br&gt;&amp;nbsp;[CMP2]--&amp;gt;[CMP3]&lt;br&gt;&amp;nbsp;[CMP3]--&amp;gt;[CMP4]&lt;br&gt;&amp;nbsp;[CMP3]--&amp;gt;[CMP5]&lt;br&gt;@enduml&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuSf9JIjHACbNACfCpoXHICaiIaqkoSpFurA8TlODC8o5q4PGsXXAcq1fqrWkc49TNJja5KRe0iOm0HDa0QWX3gbvAK370000&quot;&gt;http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuSf9JIjHACbNACfCpoXHICaiIaqkoSpFurA8TlODC8o5q4PGsXXAcq1fqrWkc49TNJja5KRe0iOm0HDa0QWX3gbvAK370000&lt;/a&gt;&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/5048/components-alignment-horizontally?show=8265#a8265</guid>
<pubDate>Fri, 21 Sep 2018 10:27:58 +0000</pubDate>
</item>
<item>
<title>Answered: 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?show=8160#a8160</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
the Eclipse plugin is not maintained here. &lt;br /&gt;
&lt;br /&gt;
I would like to ask you to rather ask the maintainer of the Eclipse plugin to synchronize.&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
&lt;br /&gt;
Michael</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?show=8160#a8160</guid>
<pubDate>Fri, 31 Aug 2018 08:52:57 +0000</pubDate>
</item>
<item>
<title>Answered: Eclipse plugin doesn't recognise @startsalt</title>
<link>https://forum.plantuml.net/4214/eclipse-plugin-doesnt-recognise-%40startsalt?show=8103#a8103</link>
<description>Still doesn't seem to recognize it</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/4214/eclipse-plugin-doesnt-recognise-%40startsalt?show=8103#a8103</guid>
<pubDate>Mon, 20 Aug 2018 18:26:49 +0000</pubDate>
</item>
<item>
<title>Answered: How to style loops and partitions in activity-beta diagram?</title>
<link>https://forum.plantuml.net/3478/how-to-style-loops-and-partitions-in-activity-beta-diagram?show=8041#a8041</link>
<description>&lt;p&gt;With last beta &lt;a href=&quot;http://beta.plantuml.net/plantuml.jar&quot; rel=&quot;nofollow&quot;&gt;http://beta.plantuml.net/plantuml.jar&lt;/a&gt; you can now have :&lt;/p&gt;&lt;pre&gt;@startuml
start
partition Action {
  :foo1;
}
package Action {
  :foo2;
}
card Action {
  :foo3;
}
rectangle Action {
  :foo4;
}
stop
@enduml&lt;/pre&gt;&lt;p&gt;Tell us if you need more styles.&lt;/p&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/3478/how-to-style-loops-and-partitions-in-activity-beta-diagram?show=8041#a8041</guid>
<pubDate>Fri, 03 Aug 2018 08:56:36 +0000</pubDate>
</item>
<item>
<title>Answered: View results of preprocessor</title>
<link>https://forum.plantuml.net/6286/view-results-of-preprocessor?show=7946#a7946</link>
<description>see &lt;a href=&quot;http://forum.plantuml.net/6286/view-results-of-preprocessor&quot; rel=&quot;nofollow&quot;&gt;http://forum.plantuml.net/6286/view-results-of-preprocessor&lt;/a&gt;</description>
<category>To be sorted</category>
<guid isPermaLink="true">https://forum.plantuml.net/6286/view-results-of-preprocessor?show=7946#a7946</guid>
<pubDate>Wed, 18 Jul 2018 16:44:35 +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>
</channel>
</rss>