主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Arjan Molenaar
活动总数
16
最后的活动
2016年01月16日 12:11
成员加入日期
2015年06月05日 07:34
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(3)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2015年06月08日 12:13
You need to call the super class constructor with "true", so the read-lock related code is activated. E.g. public JavaToSthMethodDefinitionSearch() { super(true); } Regards, Arjan
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor from java to custom language
0 票
创建于
2015年06月08日 11:54
"You simply split the file name given to you into camel-hump words,.. "It's about the contents of the file. Then my lexer should make camel-case words of the file content, I assume? This will work ...
社区
IntelliJ IDEA Open API and Plugin Development
Search references for Java classes in FitNesse
0 票
创建于
2015年11月26日 22:01
Hi,I'm still guessing what goes wrong. Could it have anything to do with the AST/PSI structure? Arjan
社区
IntelliJ IDEA Open API and Plugin Development
Rename action takes referenced element
0 票
创建于
2015年11月29日 14:17
Hi Anna,Thanks for your reply. Indeed I like to rename both the fixture class in my FitNesse page and the referenced class name. Only in my FitNesse page, the class is written as "my class", where ...
社区
IntelliJ IDEA Open API and Plugin Development
Rename action takes referenced element
0 票
创建于
2015年11月25日 16:07
Here's an example that does the same, but from Gradle: https://github.com/gshakhn/idea-fitnesse/blob/master/build.gradle#L134.
社区
IntelliJ IDEA Open API and Plugin Development
Form compiler in custom build?
0 票
创建于
2015年06月08日 10:24
I found that only a small part of the AST was actually created.Regarding the 404: That's my bad. I moved the file over the weekend and converted it to a scala file: https://github.com/amolenaar/ide...
社区
IntelliJ IDEA Open API and Plugin Development
Search references for Java classes in FitNesse
0 票
创建于
2015年12月19日 22:23
I think you want to have a look at how the JUnit and Cucumber run configurations works.What you need is:1. A configuration producer, this will determine if a new configuration has to be created or ...
社区
IntelliJ IDEA Open API and Plugin Development
How to determine project classpath / dependencies in custom plugin
0 票