Skip to content

Commit

Permalink
add Shortcut key and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 27, 2020
1 parent cb2d458 commit 5869508
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@
## 功能
- [x] 右下角弹出
- [x] Tools 一言 Action
- [x] 快捷键支持
- [ ] 适配低版本 intellij sdk
- [ ] 增加更多功能

## 效果
## 功能预览

项目打开时将会在右下角弹出类似如下样式的提示

![](https://alextech-1252251443.cos.ap-guangzhou.myqcloud.com/20201113095010.png)
![](https://alextech-1252251443.cos.ap-guangzhou.myqcloud.com/20201127102533.gif)

因使用了 java 11 的API,故 intellij sdk 版本最低要求 intellij idea 2020,后期将会适配低版本

## 安装

- [在插件市场中安装(稳定版)](https://plugins.jetbrains.com/plugin/15382)
- [在插件市场中安装(稳定版)](https://plugins.jetbrains.com/plugin/15464-yiyan)

- 在IDE中使用 Settings Plugins 进行搜索(一言)安装(效果等同插件市场)

Expand All @@ -33,6 +32,8 @@

- 使用菜单栏的 Tools -> 一言 功能,可以手动调用

- 使用组合键 Command + Y

## 编译

本项目依赖 intellij sdk,因此必须使用 idea 自带的 gradle 进行编译。
Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>intellij-plugin.hitokoto.cn</id>
<name>Yiyan</name>
<version>1.0</version>
<version>1.1.0</version>
<vendor email="[email protected]" url="https://hitokoto.cn">hitokoto.cn</vendor>

<description><![CDATA[
Expand All @@ -18,12 +18,15 @@
2020-11-13 开发完成
<br>
2020-11-27 重命名插件为 "Yiyan"
]]></change-notes>
<br>
2020-11-27 增加快捷键支持 command + Y
]]></change-notes>

<actions>
<action id="intellij.plugin.YiYanAction" class="intellij.plugin.YiYanAction" text="一言"
description="一言网(hitokoto.cn)创立于 2016 年,隶属于萌创团队,目前网站主要提供一句话服务。 ">
<add-to-group group-id="ToolsMenu" anchor="last" />
<keyboard-shortcut keymap="$default" first-keystroke="meta Y" />
</action>
</actions>

Expand Down

0 comments on commit 5869508

Please sign in to comment.