主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jamie Echlin
活动总数
157
最后的活动
2019年03月28日 18:11
成员加入日期
2016年11月10日 11:58
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
79
活动概览
帖子(29)
评论(48)
按最近的活动排序
最近的活动
投票数
已编辑于
2017年06月16日 07:26
It doesn't automatically open the browser - you can use the links to do any action, eg open dialogs or whatever. This is how I do it (although possibly I'm completely wrong): def notification = not...
社区
IntelliJ IDEA Open API and Plugin Development
HTML link in com.intellij.notification.NotificationGroup#createNotification
1 票
创建于
2017年05月31日 19:49
Take a look at the com.intellij.httpRequestHandler extension point. Easiest way of using it is to extend org.jetbrains.ide.RestService.
社区
IntelliJ IDEA Open API and Plugin Development
is it possible to have plugin listen to a port and accept http requests?
1 票
创建于
2017年03月30日 18:10
Damn. OK, thanks Daniil. I've created https://youtrack.jetbrains.com/issue/ALL-1558 - could you please check it? I don't know how to specify the project and that it affects the groovy plugin etc.
社区
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
1 票
创建于
2017年03月27日 13:35
Thanks Peter, that works for me.
社区
IntelliJ IDEA Open API and Plugin Development
ProcessCancelledException when debugging
0 票
已编辑于
2017年03月16日 08:45
Good point, and my bad, I didn't provide enough info. The language is groovy so methods are dynamically dispatched... code compiles and runs fine, what I'm trying to do is when the user has: getThi...
社区
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
1 票
创建于
2019年03月28日 18:11
I also saw this, but on Windows. I opened a different project, that was OK. I closed that project, then reopened the first (maybe more than once), eventually it was OK. Don't see anything relevant ...
社区
IntelliJ IDEA Users
Intellij IDEA 2019.1 on macOS - editor don't open
0 票
创建于
2017年09月25日 19:13
That works for me, thank you. I guess I was trying to allow for future requirements that I don't yet know about. I will test with the next 2017.3 EAP. My concern is that their may be other headers,...
社区
IntelliJ IDEA Open API and Plugin Development
adding to netty pipeline in plugin
0 票
创建于
2017年09月25日 08:24
If you can move to gradle then the gradle-idea plugin: https://github.com/JetBrains/gradle-intellij-plugin would solve this. I'd recommend moving to gradle for many reasons, this being only one. Fa...
社区
IntelliJ IDEA Open API and Plugin Development
How to automate Plugin generation
0 票
创建于
2017年09月25日 08:22
Thanks for confirming that. My approach works, but it runs too often... on any gradle run. I would like it to run only when idea reimports the gradle config, as the current "idea {}" block seems to...
社区
IntelliJ IDEA Open API and Plugin Development
adding/updating debug configurations from gradle build file
0 票
已编辑于
2017年07月12日 10:56
This maybe a naive comment but that sounds a bit confusing and possibly flaky. What if they copied and pasted from the editor? Could you not instead either: Use a preview tab - the asciidoctor pl...
社区
IntelliJ IDEA Open API and Plugin Development
Modify editor content before saving
0 票
下一页
›
最后
»