From 035d8d590a5ab1d291c65508185cb7ea476eb1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=87=E7=A8=8B?= <1498425439@qq.com> Date: Sat, 25 Jan 2025 01:53:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=202.19=20=E2=98=85=20support=20HTML(Vue)?= =?UTF-8?q?=20Tag/Attr=20doc=20since=202022.3.1=20|=20=E6=94=AF=E6=8C=81?= =?UTF-8?q?=20HTML(Vue)=20=E6=A0=87=E7=AD=BE/=E5=B1=9E=E6=80=A7=20?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BB=8E=202022.3.1=20=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 + build.gradle | 4 +- .../plugin/show/cache/LineEndCacheUtils.java | 1 + .../plugin/show/lang/HtmlLangDoc.java | 91 ++++++++++++++++++- .../plugin/show/lang/base/DocFilter.java | 5 +- .../plugin/show/lang/base/DocSkip.java | 18 ++++ .../settings/AbstractSettingsComponent.java | 47 ++++++++++ .../AbstractSettingsConfigurable.java | 12 +++ .../show/settings/AbstractSettingsState.java | 40 ++++++++ .../show/settings/AppSettingsComponent.java | 12 ++- .../settings/AppSettingsConfigurable.java | 3 + .../show/settings/AppSettingsState.java | 1 + .../show/settings/ProjectSettingsState.java | 2 + .../messages/ShowCommentBundle.properties | 4 + .../messages/ShowCommentBundle_zh.properties | 4 + 15 files changed, 242 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fd89ad..df98952 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Show doc comment in the Project view Tree, line End, json, other

English Change Notes: