Vanco / SequencePlugin

SequencePlugin for IntelliJ IDEA
Other
693 stars 198 forks source link

[BUG] Un-support Utf-8 Chinese words. #128

Closed TinyZzh closed 2 years ago

TinyZzh commented 2 years ago

image

TinyZzh commented 2 years ago

@Vanco

Vanco commented 2 years ago

image

The image show nothing related to SequenceDiagram plugin. Please give more specific discription on the issue.

TinyZzh commented 2 years ago

e.g. Use the sequenceDiagrem plugin. the file encoding is utf-8 the note content is chinese : "用户开始匹配到申请到站否服房间前" but the plugin display wrang words : "用户开始匹配到申请战斗服房间前"

TinyZzh commented 2 years ago

i make a mistake, sorry about that!

Vanco commented 2 years ago

First all, The SequenceDiagram plug can only generate sequence diagram from JAVA / Kotlin source code. It can export sequence diagram as Mermaid(.md) file. But is CAN NOT read Mermaid(.md) file. The issue you mentiond is not releated to SequenceDiagram plugin. Maybe you should look at the Mermaid plugin or something.