From 335d9fffffd430120a8e04fe88ef27ec9fa6f17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=87=E7=A8=8B?= <1498425439@qq.com> Date: Fri, 9 Feb 2024 15:59:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(CLangDoc):=20support=20C=20|=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81=20C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++--- build.gradle | 15 ++++---- .../linwancen/plugin/show/lang/CLangDoc.java | 34 ++++++++++++++++++ .../show/settings/AppSettingsComponent.java | 12 ++++++- .../settings/AppSettingsConfigurable.java | 3 ++ .../show/settings/AppSettingsState.java | 1 + .../linwancen/plugin/show/lang/CLangDoc.class | Bin 0 -> 2334 bytes src/main/resources/META-INF/c.xml | 5 +++ src/main/resources/META-INF/plugin.xml | 6 ++-- .../io/github/linwancen/plugin/show/demo/c.c | 20 +++++++++++ 10 files changed, 90 insertions(+), 15 deletions(-) create mode 100644 src/main/clion/io/github/linwancen/plugin/show/lang/CLangDoc.java create mode 100644 src/main/other_lang_class/io/github/linwancen/plugin/show/lang/CLangDoc.class create mode 100644 src/main/resources/META-INF/c.xml diff --git a/README.md b/README.md index b12aa4b..755e48b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Show doc comment at the Project view Tree, line End, json, other

English Note