Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bastien Jansen
Total activity
107
Last activity
July 14, 2016 19:35
Member since
June 12, 2012 12:11
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
35
Activity overview
Posts (20)
Comments (50)
Sort by recent activity
Recent activity
Votes
Created
July 14, 2016 19:35
To make your Frege declarations visible from Java sources located in the same project, you can extend com.intellij.psi.search.PsiShortNamesCache (EP "java.elementFinder") and com.intellij.psi.PsiEl...
Community
IntelliJ IDEA Open API and Plugin Development
Reference/resolve classes/methods to/from Java
0 votes
Created
June 17, 2016 10:08
Additional question: is it possible, from within the IDE, to give external builders a custom list of dirty files to compile? It is very easy for me to determine the dirty files from the IDE, but it...
Community
IntelliJ IDEA Open API and Plugin Development
Discard files in external builder
0 votes
Created
April 27, 2016 18:20
In case you're still wondering how to properly register your `buildProcess.parametersProvider`, you can give `compileServer.plugin` an empty string, like this: <buildProcess.parametersProvider ...
Community
IntelliJ IDEA Open API and Plugin Development
External builder classpath
1 vote
Created
March 11, 2016 09:25
I tracked it down to AndroidInitialConfigurator, which loads GradleSpecificInitializer, which calls IntentionManager.getInstance(), which loads every intentions in my plugin, and all of this happen...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin initialization
1 vote
Created
February 04, 2016 16:12
Thanks Nikolay!
Community
IntelliJ IDEA Open API and Plugin Development
Compile code in CompileTask?
0 votes
Created
January 20, 2016 16:03
Ah, sorry I didn't see that button :) Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Please add advance search for "IntelliJ IDEA Open API and Plugin Development"
0 votes
Created
January 20, 2016 15:22
The search feature seems to be incomplete: I tried searching `LightElement` but didn't get any result, but it should have found this post: https://devnet.jetbrains.com/message/5462598#5462598 On a ...
Community
IntelliJ IDEA Open API and Plugin Development
Please add advance search for "IntelliJ IDEA Open API and Plugin Development"
0 votes
Created
November 30, 2015 09:13
Any idea, please?
Community
IntelliJ IDEA Open API and Plugin Development
TreeStructureProvider to wrap folders
0 votes
Created
November 24, 2015 14:47
I was also looking for a way to do that in an Ant build, and Dmitry's hint was helpful, I imported the taskdef and it seems to process the forms correctly: <path id="compile.runtime.classpath"> ...
Community
IntelliJ IDEA Open API and Plugin Development
Form compiler in custom build?
0 votes
Created
November 20, 2015 08:54
Is this what you are looking for?http://stackoverflow.com/a/33810502/500478
Community
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 votes
Next
›
Last
»