plantuml-syntax icon indicating copy to clipboard operation
plantuml-syntax copied to clipboard

Issue on multiline notes

Open nbossard opened this issue 8 years ago • 1 comments

Hello, Thanks for this great plugin. I face an error ofcoloring when I use multiline notes without ":" . e.g. :

@startuml state iywe note left of iywe not detected end note @enduml

what happens is that the "end note" is not taken into account, and the following text is displayed as part of the note. if I change it to following it is ok for your plugin... but KO for plantuml jar

@startuml state iywe note left of iywe : not detected end note @enduml

nbossard avatar Feb 12 '18 14:02 nbossard

You are right, there is a problem. There should probably be a single line note and a multiple line note. Thanks for the bug report.

aklt avatar Jun 01 '19 02:06 aklt

This seems to be fixed

aklt avatar Sep 07 '22 22:09 aklt