Skip to content

Commit

Permalink
Update files for version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LiLittleCat committed Aug 22, 2022
1 parent 4dc733d commit 7f74de0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# intellij-pangu Changelog

## [Unreleased]
- Update plugin description.

### Added
- Support all IntelliJ Platform-Based IDEs.
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There are three ways to use:

- Use <kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>

- Use Reformat Code Action (<kbd>Ctrl + Alt + L</kbd> / <kbd>⌘ + ⌥ + L</kbd> by default)
- Use Reformat Code Action (<kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd> by default)

Pangu Format Action will perform after internal Reformat Code Action.

Expand All @@ -28,7 +28,7 @@ There are also three ways to use this plugin in commit message:

- Use <kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>

- Use Reformat Commit Message Action (<kbd>Ctrl + Alt + L</kbd> / <kbd>⌘ + ⌥ + L</kbd> by default)
- Use Reformat Commit Message Action (<kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd> by default)

Pangu Format Action will perform after internal Reformat Commit Message action.

Expand All @@ -52,7 +52,7 @@ If you find something is not working or missing, feel free to submit an issue on

- 在编辑时右键弹出菜单中使用 <kbd>Pangu Format</kbd>
- 使用快捷键 <kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>
- 使用软件自带格式化代码功能(默认快捷键:<kbd>Ctrl + Alt + L</kbd> / <kbd>⌘ + ⌥ + L</kbd>)
- 使用软件自带格式化代码功能(默认快捷键:<kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>)

插件会在自带格式化代码功能之后执行空格插入。

Expand All @@ -66,7 +66,7 @@ If you find something is not working or missing, feel free to submit an issue on

- 使用快捷键 <kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>

- 使用软件自带格式化提交信息功能(默认快捷键:<kbd>Ctrl + Alt + L</kbd> / <kbd>⌘ + ⌥ + L</kbd>)
- 使用软件自带格式化提交信息功能(默认快捷键:<kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>)

插件会在自带格式化提交信息功能之后执行空格插入。

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ There are three ways to use:

- Use <kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>

- Use Reformat Code Action (<kbd>Ctrl + Alt + L</kbd> / <kbd>⌘ + ⌥ + L</kbd> by default)
- Use Reformat Code Action (<kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd> by default)

Pangu Format Action will perform after internal Reformat Code Action.

Expand All @@ -75,7 +75,7 @@ There are also three ways to use this plugin in commit message:

- Use <kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>

- Use Reformat Commit Message Action (<kbd>Ctrl + Alt + L</kbd> / <kbd>⌘ + ⌥ + L</kbd> by default)
- Use Reformat Commit Message Action (<kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd> by default)

Pangu Format Action will perform after internal Reformat Commit Message action.

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

- 使用快捷键 <kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>

- 使用软件自带格式化代码功能(默认快捷键:<kbd>Ctrl + Alt + L</kbd> / <kbd>⌘ + ⌥ + L</kbd>)
- 使用软件自带格式化代码功能(默认快捷键:<kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>)

插件会在自带格式化代码功能之后执行空格插入。

Expand All @@ -75,7 +75,7 @@

- 使用快捷键 <kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>

- 使用软件自带格式化提交信息功能(默认快捷键:<kbd>Ctrl + Alt + L</kbd> / <kbd>⌘ + ⌥ + L</kbd>)
- 使用软件自带格式化提交信息功能(默认快捷键:<kbd>Alt + .</kbd> / <kbd>⌥ + .</kbd>)

插件会在自带格式化提交信息功能之后执行空格插入。

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.lilittlecat.plugin.intellij-pangu
pluginName = Pangu
# SemVer format -> https://semver.org
pluginVersion = 1.1.0
pluginVersion = 1.1.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 7f74de0

Please sign in to comment.