From 669e818f16a3d9aa6370cbcb1dcf0c66ef0297a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=87=E7=A8=8B?= <1498425439@qq.com> Date: Sun, 8 Jan 2023 21:10:50 +0800 Subject: [PATCH] =?UTF-8?q?2.08=20i18n=20and=20chinese=20|=20=E5=A4=9A?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E4=B8=8E=E4=B8=AD=E6=96=87=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 40 ++++++++++---- build.gradle | 4 +- .../plugin/show/CopyReferenceSimple.java | 6 +-- .../linwancen/plugin/show/LineEndAdd.java | 7 +++ .../linwancen/plugin/show/LineEndCopy.java | 7 +++ .../show/ext/conf/ConfCacheGetUtils.java | 16 +++--- .../show/ext/conf/ReloadExtDocAction.java | 8 +++ .../show/ext/conf/ResetExtDocAction.java | 8 +++ .../settings/AbstractSettingsComponent.java | 15 +++--- .../show/settings/AppSettingsComponent.java | 34 ++++++------ .../settings/AppSettingsConfigurable.java | 2 +- .../settings/ProjectSettingsComponent.java | 4 +- .../settings/ProjectSettingsConfigurable.java | 2 +- .../plugin/show/settings/ShowBundle.java | 30 +++++++++++ src/main/resources/META-INF/plugin.xml | 52 +++++++++++++------ .../messages/ShowCommentBundle.properties | 37 +++++++++++++ .../messages/ShowCommentBundle_zh.properties | 37 +++++++++++++ 17 files changed, 244 insertions(+), 65 deletions(-) create mode 100644 src/main/java/io/github/linwancen/plugin/show/settings/ShowBundle.java create mode 100644 src/main/resources/messages/ShowCommentBundle.properties create mode 100644 src/main/resources/messages/ShowCommentBundle_zh.properties diff --git a/README.md b/README.md index fb5aa55..103faf6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ Thanks JetBrains Licenses for Open Source. ## Notes 说明 -Show doc comment at the Project view Tree, line End, json etc. +Show doc comment at the Project view Tree, line End, json, other + +在文件树、行末、JSON 等地方显示注释. + +

English Note

-

External Comment:

+

External Comment

Demo(GitHub) -

My Other Project

+

My Other Project

-

中文说明:

+
+

中文说明

-

外部注释:

+

外部注释

示例(Gitee) :比如你要给 .go 的文件配置文件注释可以放在相同目录或父目录的 xxx.go.tree.tsv 中 -

我的其他项目

+

我的其他项目


+

找个女朋友

+ -如果对你有所帮助,别忘了给本项目 +
+

支持

+ +
## Change Notes 更新说明

English Change Notes: