Closed that-guy-rob closed 6 days ago
Hi @that-guy-rob ,
thanks for your report. Please note that PlantUMLViewer uses the PlantUML library to render the diagrams. In your case, this is a bug of the library itself which was fixed just recently in the latest version 1.2024.6. Since the current plugin ships with an older version of the library, it still persists here. Future releases of the plugin will contain a newer version then. So this issue will be fixed with the next release of PlantUMLViewer.
BR, Philipp
Awesome! I just wanted to help if I could. Thanks for making it. It's very useful!
From: Philipp Schmidt @.> Sent: July 26, 2024 6:41 PM To: Fruchtzwerg94/PlantUmlViewer @.> Cc: that-guy-rob @.>; Mention @.> Subject: Re: [Fruchtzwerg94/PlantUmlViewer] [BUG] Random text overlapping. (Issue #29)
Hi @that-guy-robhttps://github.com/that-guy-rob ,
thanks for your report. Please note, the PlantUMLViewer uses the underlying PlantUML library to render the diagrams. In your case, this is a bug of the library which was fixed just recently in the latest version 1.2024.6. Since the currents plugin ships with an older version of the library, it still persists here. Future releases of the plugin will contain a newer version then. So this issue will be fixed with the next release of PlantUMLViewer.
BR, Philipp
— Reply to this email directly, view it on GitHubhttps://github.com/Fruchtzwerg94/PlantUmlViewer/issues/29#issuecomment-2253283891, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA7S5FB452VI6RPPOVYX4Z3ZOKJ5JAVCNFSM6AAAAABLPUHKESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJTGI4DGOBZGE. You are receiving this because you were mentioned.
Description When rendering PlantUML diagrams in Notepad++, the text at seemingly random places in some lines in a multiline definition (example legends or activity diagram definition) wraps incorrectly and overlaps at the beginning of the line. Adding a certain characters like a period or comma seams to fix it but I've noticed that ! or ? doesn't help. I inserted a special hidden character
​
which resolves the issue, but this is not an ideal solution.Reproduction Steps to reproduce the behavior:
Expected behavior The text in the legend should render correctly without overlap or the need for special characters.
Here is some of the code that caused the error: `### /signup_submit
This is what happens:
This is the fix:
This is the result:
Environment
Additional information Add any other information about the problem here.