Hyperlink support in the Eclipse PlantUML view for normal dot diagrams?

0 votes
asked Aug 17, 2017 in Wanted features by Tony (120 points)

We use the PlantUML Eclipse plugin quite a lot.  Sometimes we have to use dot directly to be flexible enough.  So our files look like this:

@startuml

    digraph root {
        // Normal dot code
    }
@enduml
 
The PlantUML view displays the generated image fine, but hyperlinks in the form of [[...]] do not work as in the normal PlantUML syntax.  Dot also has ways of adding href links but those are not supported by the view (some dot viewers do support such hyperlinks).
 
Is there some way I can profit from the latest PlantUML hyperlink link support in Eclipse and still have the flexibility of sometimes using dot syntax directly?
 
Thanks and regards,
Tony 

 

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...