From e2b920c9d96043215e2ab088e830ae54d7a82e01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9E=97=E4=B8=87=E7=A8=8B?= <1498425439@qq.com>
Date: Mon, 20 Mar 2023 08:25:24 +0800
Subject: [PATCH] Draw Graph for method call and maven:
https://plugins.jetbrains.com/plugin/21242-draw-graph
---
README.md | 16 ++++++++++++++--
src/main/resources/META-INF/plugin.xml | 16 ++++++++++++++--
.../messages/ShowCommentBundle.properties | 2 +-
.../messages/ShowCommentBundle_zh.properties | 2 +-
4 files changed, 30 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 103faf6..63a04bc 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,14 @@ Show doc comment at the Project view Tree, line End, json, other
The tsv conf file must could be search in "Go to File"(Ctrl + Shift + N)
-My Other Project
+My Project
+- Show doc comment at the Project view Tree, line End, json etc:
+Show Comment
+
+- Method call usage graph and maven dependency graph:
+Draw Graph
+
- Find author/comment of multiple files or lines and export Find:
Find Author
- Auto sync coverage and capture coverage during debug:
@@ -70,8 +76,14 @@ Show doc comment at the Project view Tree, line End, json, other
- tsv 配置文件必须能被搜索(Ctrl + Shift + N)
-我的其他项目
+我的项目
+- 在文件树、行末、JSON 显示注释:
+Show Comment
+
+- 生成 方法调用图 和 Maven 依赖图:
+Draw Graph
+
- 查找多个文件或行的作者 与 导出搜索:
Find Author
- 自动同步覆盖率 和 调试中抓取覆盖率:
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index d125430..8448bfc 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -32,8 +32,14 @@ Show doc comment at the Project view Tree, line End, json, other
- The tsv conf file must could be search in "Go to File"(Ctrl + Shift + N)
-My Other Project
+My Project
+- Show doc comment at the Project view Tree, line End, json etc:
+Show Comment
+
+- Method call usage graph and maven dependency graph:
+Draw Graph
+
- Find author/comment of multiple files or lines and export Find:
Find Author
- Auto sync coverage and capture coverage during debug:
@@ -67,8 +73,14 @@ Show doc comment at the Project view Tree, line End, json, other
- tsv 配置文件必须能被搜索(Ctrl + Shift + N)
-我的其他项目
+我的项目
+- 在文件树、行末、JSON 显示注释:
+Show Comment
+
+- 生成 方法调用图 和 Maven 依赖图:
+Draw Graph
+
- 查找多个文件或行的作者 与 导出搜索:
Find Author
- 自动同步覆盖率 和 调试中抓取覆盖率:
diff --git a/src/main/resources/messages/ShowCommentBundle.properties b/src/main/resources/messages/ShowCommentBundle.properties
index 2919e68..ffcbce7 100644
--- a/src/main/resources/messages/ShowCommentBundle.properties
+++ b/src/main/resources/messages/ShowCommentBundle.properties
@@ -5,7 +5,7 @@ show=Show
show.line.end.comment=Show line end comment
show.tree.comment=Show tree comment
-compact=compact
+compact=support compact
skip.anno=skip @
skip.blank=skip Blank
diff --git a/src/main/resources/messages/ShowCommentBundle_zh.properties b/src/main/resources/messages/ShowCommentBundle_zh.properties
index abafc04..01c4959 100644
--- a/src/main/resources/messages/ShowCommentBundle_zh.properties
+++ b/src/main/resources/messages/ShowCommentBundle_zh.properties
@@ -5,7 +5,7 @@ show=\u663E\u793A
show.tree.comment=\u663E\u793A\u6587\u4EF6\u6811\u6CE8\u91CA
show.line.end.comment=\u663E\u793A\u884C\u672B\u6CE8\u91CA
-compact=\u652F\u6301\u538B\u7F29
+compact=\u652F\u6301\u538B\u7F29\u7A7A\u7684\u4E2D\u95F4\u5305
line.tags=\u884C\u6CE8\u91CA @ \u6807\u7B7E | \u5206\u9694
tree.tags=\u6811\u6CE8\u91CA @ \u6807\u7B7E | \u5206\u9694