Skip to content

Commit

Permalink
Support IntelliJ Platform-Based IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
LiLittleCat committed Aug 11, 2022
1 parent 8272438 commit 38bbdaa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Plugin description -->

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.

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- Plugin description -->

不同类型的文字中间增加空格可以提高可读性,`Pangu (PánGǔ)` 是一个可以自动在 CJK(中文、日文、韩文)、英文、数字和符号之间插入空格的 IntelliJ IDEA 插件
不同类型的文字中间增加空格可以提高可读性,`Pangu (PánGǔ)` 是一个可以自动在 CJK(中文、日文、韩文)、英文、数字和符号之间插入空格的插件,支持所有基于 IntelliJ 平台的 IDE

你可以使用这个插件来对当前编辑的文件进行空格插入,支持各种常见的文件格式,如 markdown、Java、HTML、XML 等。

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<idea-version since-build="192.0"/>

<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.java</depends>

<actions>
<action id="PanguFormatAction" class="com.lilittlecat.plugin.action.PanguFormatAction" text="Pangu Format"
Expand Down

0 comments on commit 38bbdaa

Please sign in to comment.