From 38bbdaa37af8b3c03fdf0fcf5ea71d548d14e875 Mon Sep 17 00:00:00 2001 From: LiLittleCat Date: Thu, 11 Aug 2022 13:12:45 +0800 Subject: [PATCH] Support IntelliJ Platform-Based IDEs --- README.md | 2 +- README_CN.md | 2 +- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a41ec2..0f8fa57 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ -Paranoid text spacing for good readability, `Pangu (PánGǔ)` is an IntelliJ IDEA plugin that automatically inserts whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit, and symbol characters. +Paranoid text spacing for good readability, `Pangu (PánGǔ)` is an IntelliJ Platform-Based IDEs plugin that automatically inserts whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit, and symbol characters. You can use this plugin to spacing files including markdown, plain text, Java code, HTML, XML, and more. diff --git a/README_CN.md b/README_CN.md index 82223cf..9bd6a50 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,7 +8,7 @@ -不同类型的文字中间增加空格可以提高可读性,`Pangu (PánGǔ)` 是一个可以自动在 CJK(中文、日文、韩文)、英文、数字和符号之间插入空格的 IntelliJ IDEA 插件。 +不同类型的文字中间增加空格可以提高可读性,`Pangu (PánGǔ)` 是一个可以自动在 CJK(中文、日文、韩文)、英文、数字和符号之间插入空格的插件,支持所有基于 IntelliJ 平台的 IDE。 你可以使用这个插件来对当前编辑的文件进行空格插入,支持各种常见的文件格式,如 markdown、Java、HTML、XML 等。 diff --git a/gradle.properties b/gradle.properties index 4afef6d..5f77262 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ platformVersion = 2019.2 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 -platformPlugins = com.intellij.java +platformPlugins = # Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3 javaVersion = 11 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index fdcaf2b..8c539f7 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -8,7 +8,6 @@ com.intellij.modules.platform - com.intellij.java