主页
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年01月31日 10:41
D'oh! So easy when you find it ;-). Thanks a lot.
社区
IntelliJ IDEA Open API and Plugin Development
convert string with generics to PsiType
0 票
创建于
2017年01月27日 20:00
Awesome, thanks. I need a custom build of the gradle plugin anyway so I'll just grab the change. Thanks again.
社区
IntelliJ IDEA Open API and Plugin Development
case-sensitivity issue with plugins in gradle build
0 票
创建于
2017年01月27日 17:39
Thanks - I'm able to work round this for now doing what you say (well actually I need to mv it to the correct case), but requires similar workaround for the CI system which is a pain. Do you have a...
社区
IntelliJ IDEA Open API and Plugin Development
case-sensitivity issue with plugins in gradle build
0 票
已编辑于
2017年01月26日 14:30
org.jetbrains.plugins.groovy.codeInspection.utils.ControlFlowUtils#collectReturns() seems like the chap for the job here. I'm just iterating these and checking whether double is assignable from eac...
社区
IntelliJ IDEA Open API and Plugin Development
infer actual method return type
0 票
创建于
2017年01月18日 18:02
Awesome, thanks Peter.
社区
IntelliJ IDEA Open API and Plugin Development
completions contributor for strings
0 票
创建于
2017年01月12日 15:42
Yes, I have that working for some test code - I just wanted to validate this approach. . So you recommend this approach over the other one (reference injector)? I''m using PlatformPatterns.psiEleme...
社区
IntelliJ IDEA Open API and Plugin Development
completions contributor for strings
0 票
创建于
2016年12月23日 09:24
Duh, this turned out to be as simple as setting ApplicationEx.doNotSave(false) then just project.save().
社区
IntelliJ IDEA Open API and Plugin Development
idea does not write iml files in headless mode
0 票
创建于
2016年12月22日 09:03
Yes, I am starting to realise that. My problem is that I require headless mode but so far I have been working in headed mode as it's easier, and the transition is harder than I expected. The partic...
社区
IntelliJ IDEA Open API and Plugin Development
possible to get active task status and text
0 票
创建于
2016年12月21日 07:11
Is there any other method of getting the background tasks? Problem is I need this to work in headless mode, and getFrame() is null then.
社区
IntelliJ IDEA Open API and Plugin Development
possible to get active task status and text
0 票
创建于
2016年12月20日 17:07
D'oh! Thanks again.
社区
IntelliJ IDEA Open API and Plugin Development
possible to get active task status and text
0 票
«
第一页
‹
上一页
下一页
›
最后
»