Opened 9 years ago
Last modified 4 weeks ago
#12673 accepted defect
Cannot split diagrams
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | PlantUmlMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
using plant uml "newpage" to split multiple diagrams across a wiki page, is not working. using this code:
@startuml Alice -> Bob : message 1 Alice -> Bob : message 2 newpage Alice -> Bob : message 3 Alice -> Bob : message 4 newpage A title for the\nlast page Alice -> Bob : message 5 Alice -> Bob : message 6 @enduml
Attachments (1)
Change History (13)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
More info is needed to move forward. Feel free to reopen if you can provide more details.
comment:4 follow-up: 8 Changed 5 years ago by
Hello Ryan
I am hitting this issue too with a large sequence diagram I want to split over several pages.
Plantuml document the newpage feature here: http://plantuml.com/sequence-diagram under the Splitting Diagrams section.
I can see on the server that plantuml is generating three separate images for the above diagram but the plugin is only displaying the first.
Any chance this ticket could be reopened and fixed as this would be useful when I have huge sequence diagrams but I want to retain the horizontal alignment of the columns?
Thanks
NOTE: I am using Plantuml v2.3 dev.
Changed 5 years ago by
Attachment: | 12673_Plantuml_newpage.PNG added |
---|
comment:5 Changed 5 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Yes, but I'm not sure when I will be able to look at it.
comment:6 Changed 5 years ago by
Owner: | Álvaro Iradier deleted |
---|---|
Status: | reopened → new |
comment:7 Changed 4 years ago by
Summary: | cannot split diagrams using platuml → Cannot split diagrams |
---|
comment:8 follow-up: 11 Changed 4 years ago by
Replying to james.close:
Any chance this ticket could be reopened and fixed as this would be useful when I have huge sequence diagrams but I want to retain the horizontal alignment of the columns?
I can probably take a look soon. Let me know if it's still of interest to you.
comment:9 Changed 4 years ago by
Hello,
I am also interested, is there any chance of this happening ?
Thanks
comment:10 Changed 4 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:11 Changed 4 years ago by
Replying to Ryan J Ollos:
I can probably take a look soon. Let me know if it's still of interest to you.
Sorry missed this, yes I would still find this feature useful thanks.
Can you point me to where the feature is documented in the PlantUml documentation?