diff --git a/CHANGELOG.md b/CHANGELOG.md index f07dd17..0aa542d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,16 @@ # intellij-pangu Changelog ## [Unreleased] +- Fix some issues. ## [1.1.1] - Update plugin description. ## [1.1.0] ### Added -- Support all IntelliJ Platform-Based IDEs. -- Support format in commit message. -- Support format in Reformat Code Action and Reformat Commit Message Action. +- Support all IntelliJ Platform-Based IDEs. +- Support format in commit message. +- Support format in Reformat Code Action and Reformat Commit Message Action. - Change the keyboard shortcut because it conflicts with "Commit and Push" while using the non-model commit interface in Version Control. ## [1.0.0] diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 265d635..d0895c7 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -14,7 +14,7 @@ There are three ways to use: - Use Alt + . / ⌥ + . -- Use Reformat Code Action (Alt + . / ⌥ + . by default) +- Use Reformat Code Action (Ctrl + Alt + L / ⌘ + ⌥ + L by default) Pangu Format Action will perform after internal Reformat Code Action. @@ -28,7 +28,7 @@ There are also three ways to use this plugin in commit message: - Use Alt + . / ⌥ + . -- Use Reformat Commit Message Action (Alt + . / ⌥ + . by default) +- Use Reformat Commit Message Action (Ctrl + Alt + L / ⌘ + ⌥ + L by default) Pangu Format Action will perform after internal Reformat Commit Message action. @@ -52,7 +52,7 @@ If you find something is not working or missing, feel free to submit an issue on - 在编辑时右键弹出菜单中使用 Pangu Format - 使用快捷键 Alt + . / ⌥ + . -- 使用软件自带格式化代码功能(默认快捷键:Alt + . / ⌥ + .) +- 使用软件自带格式化代码功能(默认快捷键:Ctrl + Alt + L / ⌘ + ⌥ + L) 插件会在自带格式化代码功能之后执行空格插入。 @@ -66,7 +66,7 @@ If you find something is not working or missing, feel free to submit an issue on - 使用快捷键 Alt + . / ⌥ + . -- 使用软件自带格式化提交信息功能(默认快捷键:Alt + . / ⌥ + .) +- 使用软件自带格式化提交信息功能(默认快捷键:Ctrl + Alt + L / ⌘ + ⌥ + L) 插件会在自带格式化提交信息功能之后执行空格插入。 diff --git a/README.md b/README.md index 069be12..67e20ae 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ -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. +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. @@ -32,10 +32,10 @@ Here are some examples: ## Installation - Using IDE built-in plugin system: - + Settings/Preferences > Plugins > Marketplace > Search for "Pangu" > Install Plugin - + - Manually: Download the [latest release](https://github.com/LiLittleCat/intellij-pangu/releases/latest) and install it manually using @@ -56,14 +56,14 @@ There are three ways to use: - Use Alt + . / ⌥ + . -- Use Reformat Code Action (Alt + . / ⌥ + . by default) +- Use Reformat Code Action (Ctrl + Alt + L / ⌘ + ⌥ + L by default) Pangu Format Action will perform after internal Reformat Code Action. You can disable this feature in Settings/Preferences > Tools > Pangu ![Setting](example/Setting.png) - + ### In Commit message @@ -75,7 +75,7 @@ There are also three ways to use this plugin in commit message: - Use Alt + . / ⌥ + . -- Use Reformat Commit Message Action (Alt + . / ⌥ + . by default) +- Use Reformat Commit Message Action (Ctrl + Alt + L / ⌘ + ⌥ + L by default) Pangu Format Action will perform after internal Reformat Commit Message action. diff --git a/README_CN.md b/README_CN.md index e809a1e..061d43a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -56,8 +56,8 @@ - 使用快捷键 Alt + . / ⌥ + . -- 使用软件自带格式化代码功能(默认快捷键:Alt + . / ⌥ + .) - +- 使用软件自带格式化代码功能(默认快捷键:Ctrl + Alt + L / ⌘ + ⌥ + L) + 插件会在自带格式化代码功能之后执行空格插入。 你可以在 Settings/Preferences > Tools > Pangu 关闭此功能: @@ -75,7 +75,7 @@ - 使用快捷键 Alt + . / ⌥ + . -- 使用软件自带格式化提交信息功能(默认快捷键:Alt + . / ⌥ + .) +- 使用软件自带格式化提交信息功能(默认快捷键:Ctrl + Alt + L / ⌘ + ⌥ + L) 插件会在自带格式化提交信息功能之后执行空格插入。 diff --git a/gradle.properties b/gradle.properties index a8054f3..9a9a2dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.lilittlecat.plugin.intellij-pangu pluginName = Pangu # SemVer format -> https://semver.org -pluginVersion = 1.1.1 +pluginVersion = 1.1.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.