File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ Eclipse的插件请访问 https://github.com/Jamling/SmartQQ4Eclipse/
18
18
- [x] 收发文本消息
19
19
- [x] 收发图片
20
20
- [x] 收发文件
21
- - [ ] 发送工程中的文件
21
+ - [x ] 发送工程中的文件
22
22
- [x] Code Review 发送代码位置及评语
23
23
- [x] 超链接点击
24
+ - [x] 支持图灵机器人接入
24
25
25
26
** SmartQQ官方协议不支持收发图片和文件,扩展的文件收发由[ 第三方实现] ( http://api.ieclipse.cn/smartqq ) **
26
27
@@ -34,6 +35,7 @@ Eclipse的插件请访问 https://github.com/Jamling/SmartQQ4Eclipse/
34
35
35
36
## 更新日志
36
37
38
+ - v2.3.0 2018-02-27, 添加发送工程中的文件,图灵机器人,消息群发等功能,在功能上,终于与eclipse版本相差无几了
37
39
- v2.2.0 2018-02-06, 添加微信发送文件,接收动画表情、文件、图片功能
38
40
- v2.1.0 2018-01-01, 聊天内容支持富文本,优化微信最近联系人,微信好友中添加一个group分组,修复SmartQQ发送失败的问题,忽略SmartQQ获取最近联系人失败...
39
41
- v2.0.1 2017-11-17, 修复在某些IDE中,安装插件后,无法打开IDE设置的问题
Original file line number Diff line number Diff line change 1
1
<idea-plugin version =" 2" >
2
2
<id >cn.ieclipse.smartqq.intellij</id >
3
3
<name >SmartQQ</name >
4
- <version >2.2 .0</version >
4
+ <version >2.3 .0</version >
5
5
<vendor email =" li.jamling@gmail.com" url =" https://github.com/Jamling/SmartQQ4Intellij" >Jamling</vendor >
6
6
7
7
<description ><![CDATA[
11
11
]]> </description >
12
12
13
13
<change-notes ><![CDATA[
14
+ v2.3.0 2018-02-27, 添加发送工程中的文件,图灵机器人,消息群发等功能<br/>
14
15
v2.2.0 2018-02-06, 添加微信发送文件,接收动画表情、文件、图片功能<br/>
15
16
v2.1.2 2018-01-06, 添加Code Review,修复已知Issue<br/>
16
17
v2.1.1 2018-01-01, 添加版本检查,自动识别图片url<br/>
41
42
factoryClass =" cn.ieclipse.smartim.IMWindowFactory"
42
43
icon =" /icons/im.png" >
43
44
</toolWindow >
44
- <applicationConfigurable instance =" cn.ieclipse.smartim.settings.GeneralPanel " />
45
+ <applicationConfigurable instance =" cn.ieclipse.smartim.settings.SmartSettingsPanel " />
45
46
<applicationService serviceImplementation =" cn.ieclipse.smartim.settings.SmartIMSettings" />
46
47
</extensions >
47
48
<actions >
You can’t perform that action at this time.
0 commit comments