Please provide hyperlinks and tooltips in packages and namespaces

0 votes
asked Mar 19, 2017 in Closed feature request by poi (1,200 points)

I find the hyperlink and tooltip of classes, fields and methods really useful.

Please also provide those to package and namespace.

Something like:

namespace Dummy #DDDDDD [[http://www.google.com {this is a tooltip on Dummy}]] {

1 Answer

0 votes
answered Mar 20, 2017 by plantuml (294,960 points)
selected Mar 23, 2018 by Anthony-Gaudino
 
Best answer

Good idea! This is available in last beta :

https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

However, you have to reverse the order of Color and Url:

namespace Dummy [[http://www.google.com {this is a tooltip on Dummy}]] #DDDDDD {

...