Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Arjan Molenaar
Total activity
16
Last activity
January 16, 2016 12:11
Member since
June 05, 2015 07:34
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
June 08, 2015 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
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor from java to custom language
0 votes
Created
June 08, 2015 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Search references for Java classes in FitNesse
0 votes
Created
November 26, 2015 22:01
Hi,I'm still guessing what goes wrong. Could it have anything to do with the AST/PSI structure? Arjan
Community
IntelliJ IDEA Open API and Plugin Development
Rename action takes referenced element
0 votes
Created
November 29, 2015 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Rename action takes referenced element
0 votes
Created
November 25, 2015 16:07
Here's an example that does the same, but from Gradle: https://github.com/gshakhn/idea-fitnesse/blob/master/build.gradle#L134.
Community
IntelliJ IDEA Open API and Plugin Development
Form compiler in custom build?
0 votes
Created
June 08, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Search references for Java classes in FitNesse
0 votes
Created
December 19, 2015 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to determine project classpath / dependencies in custom plugin
0 votes