主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Soywiz
活动总数
8
最后的活动
2020年03月08日 09:44
成员加入日期
2016年10月22日 08:00
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
1
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2016年10月22日 08:00
New geforce experience registered some shortcuts including ALT+F7, I found it using ( HotKeysList http://www.nirsoft.net/utils/hot_keys_list.html ) and after some investigation I found that it is r...
社区
IntelliJ IDEA Users
Find usages not working (Alt+F7)!
19 票
创建于
2017年04月27日 20:08
I see. But as far as I remember debug JPS was harder than a normal plugin. That's why I wanted to start first with this. Now I have already implemented it. But I don't know how to get the "build/re...
社区
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 票
创建于
2017年04月27日 17:55
It seemed that for META-INF you had to create a jps plugin. And I wanted to avoid that. So here is my initial dummy implementation that I will fill later: https://github.com/soywiz/korge/commit/38a...
社区
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 票
创建于
2017年04月27日 16:00
Ok. Thanks for the info! Since it is not documented. I'm going to put here my progress so other people can benefit. After some tries with extension I found this: <extension> <stepsBeforeRunProvider...
社区
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 票
创建于
2017年04月27日 14:40
Hey, thanks for the reply! I have tested, and the hook works. But it seems that the callback is handled in another thread. Because i put a Thread.sleep(5000) inside processStarted handler, and the ...
社区
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 票