esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
629 stars 114 forks source link

Multipage diagram only shows the first page #353

Closed jeffryang24 closed 2 years ago

jeffryang24 commented 2 years ago

Currently, I use newpage keyword inside the plantuml file. This file is rendered using remote plantuml-server (using docker). When trying to copy the SVG source to clipboard, the SVG source is only for the first page.

Past issue: #49 , Don't know why it was resolved, was it probably resolved for local plantuml jar?

Possible idea: https://github.com/plantuml/plantuml-server/issues/7#issuecomment-470509662

Screenshot

image

krasa commented 2 years ago

Yes, that was for local rendering.

You can try it, it calls the server parallelly:

plantuml4idea.zip

jeffryang24 commented 2 years ago

Yes, that was for local rendering.

You can try it, it calls the server parallelly:

plantuml4idea.zip

Sure, I will try it.. :+1:

jeffryang24 commented 2 years ago

Tested and it is working perfectly. :bow: :tada:

all_pages single_page

jeffryang24 commented 2 years ago

Thanks @krasa . Since this issue has been resolved in v5.15.2, can I close this issue now? :bow: