- 系统环境:ubuntu
- 问题描述:
sublime text3 安装PlanUmlDiagrams插件后,执行“Alt + D”便提示:“no diagrams overlap selections”. - 解决方法:
- 下载:plantuml.jar
测试.jar文件:java -jar ~/java/plantuml.jar -testdot
- 打开 PlantUmlDiagrams下的 Setting Users,更改配置如下
{
"plantuml_server": "http://www.plantuml.com/plantuml/",
"jar_file": "YourPath/plantuml.jar",
// Can be "UTF-8" - to support non-latin text in diagram
"charset": "UTF-8",
}
# YourPath: 用户自己存放plantuml.jar文件位置
- 重启 sublime 即可, “Alt + D” 运行效果如下图: