From cb7b979243a2bfdfa0e23f71b6eb8f42aa233ef5 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, 5 Oct 2025 20:32:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=202.27=20use=201st=20or=202nd=20comment?= =?UTF-8?q?=20|=20=E7=94=A8=E7=AC=AC=201=20=E6=88=96=E7=AC=AC=202=20?= =?UTF-8?q?=E8=A1=8C=E6=B3=A8=E9=87=8A=E5=BD=93=E6=96=87=E4=BB=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 +- .../io/github/linwancen/plugin/show/Tree.java | 3 +- .../plugin/show/lang/XmlLangDoc.java | 55 ------ .../plugin/show/lang/base/DocFilter.java | 5 +- .../show/settings/AppSettingsComponent.java | 171 ++++++++++-------- .../settings/AppSettingsConfigurable.java | 3 + .../show/settings/AppSettingsState.java | 1 + .../plugin/show/tree/first/FirstDoc.java | 82 +++++++++ .../first/FirstDocToDirCache.java} | 8 +- src/main/resources/META-INF/plugin.xml | 2 +- .../messages/ShowCommentBundle.properties | 1 + .../messages/ShowCommentBundle_zh.properties | 1 + 12 files changed, 193 insertions(+), 143 deletions(-) create mode 100644 src/main/java/io/github/linwancen/plugin/show/tree/first/FirstDoc.java rename src/main/java/io/github/linwancen/plugin/show/{lang/XmlCache.java => tree/first/FirstDocToDirCache.java} (77%) diff --git a/build.gradle b/build.gradle index 3fad938..2c7126d 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'io.github.linwancen' -version '2.26.0.' + (new Date().format('yyyy.MM.dd_HH.mm')) +version '2.27.0.' + (new Date().format('yyyy.MM.dd_HH.mm')) patchPluginXml { // The performance of 2019.3 has been greatly improved. @@ -15,6 +15,7 @@ patchPluginXml { changeNotes = """

English Change Notes: