multi-line tooltip

0 votes
asked Oct 22, 2015 in To be sorted by anonymous
edited Oct 23, 2015

Hi,

I'd like to show a multi-line tooltip on the sequence diagram. It looks like [[http://www.yahoo.com {This is \n a multi-line tooltip} add a tooltip]] does not work.

Is there a way to show a multi-line tooltip on the sequence diagram? It looks like if I add "
" to SVG file manually, it works. But it seems [[http://www.yahoo.com {This is 
 a multi-line tooltip} add a tooltip]] does not work.

Thanks,

Hong

 

1 Answer

0 votes
answered Oct 22, 2015 by plantuml (295,000 points)

Thanks for the report.

We have fixed this in the last beta : https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

You can now have:

@startuml
Alice -> Bob : [[http://www.yahoo.com {this\nthat}]] hello
@enduml

Is this what you are expecting ?

Thanks again.

commented Oct 22, 2015 by anonymous
edited Oct 22, 2015
Thank you for quick reply. Could you tell me what public version this fix will be in?

Thanks,

Hong
commented Oct 23, 2015 by plantuml (295,000 points)
This will be released in V8032. This version will be published at the end of the month.
...