generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9eebaf7
commit e09b35d
Showing
3 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,30 @@ | ||
<!-- Plugin description --> | ||
Automatically inserts whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit, and symbol characters. | ||
|
||
When you select some text, the plugin will only space the selected text. | ||
Otherwise, it will space the whole file. | ||
|
||
### Usage | ||
There are three ways to use this plugin to spacing: | ||
- See editor popup menu > <kbd>Pangu Format</kbd>. | ||
- See <kbd>Tools</kbd> > <kbd>Pangu Format</kbd>. | ||
- Use <kbd>⌥ + ⇧ + P</kbd> / <kbd>Alt + Shift + P</kbd> . | ||
|
||
If you find something is not working or missing, feel free to submit a PR on [GitHub repo](https://github.com/LiLittleCat/intellij-pangu). | ||
If you find something is not working or missing, feel free to submit an issue on [GitHub repo](https://github.com/LiLittleCat/intellij-pangu). | ||
|
||
--- | ||
|
||
自动在 CJK(中文、日文、韩文)、英文、数字和符号之间插入空格。 | ||
|
||
当你在文件中选中部分内容时,该插件只会在选中的部分进行空格插入。 没有选中时,该插件会在当前文件的所有文本进行空格插入。 | ||
|
||
### 使用方法 | ||
有三种方式使用此插件: | ||
- 在编辑时右键弹出菜单中使用 > <kbd>Pangu Format</kbd>。 | ||
- 使用 <kbd>Tools</kbd> > <kbd>Pangu Format</kbd>。 | ||
- 使用快捷键 <kbd>⌥ + ⇧ + P</kbd> / <kbd>Alt + Shift + P</kbd>。 | ||
|
||
|
||
有任何问题或者建议,欢迎在 [GitHub repo](https://github.com/LiLittleCat/intellij-pangu) 提交 issue。 | ||
|
||
<!-- Plugin description end --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters