esteinberg / plantuml4idea

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

This is probably a bug , Wrong result #334

Closed dodoao closed 2 years ago

dodoao commented 2 years ago

@startuml alice -> bob ++ : hello1 bob -> charlie --++ : hello2 charlie --> bob -- : ok @enduml

Correct results image

Wrong result , Plugin result image

Version image

This is probably a bug

krasa commented 2 years ago

You are using an old version.

dodoao commented 2 years ago

think