Johan Parent
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
-
Created Location of platform jars for proguard gradle task
AnsweredHi all, My question is basically the same as the one here: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360009520160-Is-there-programmatic-way-to-reference-the-version-of-Intel... -
Created Plugin partially working in sandbox
AnsweredHi all, I've been working a small plugin but things broken the sandbox. The plugin is no longer listed in the Plugins list BUT the <applicationConfigurable/> item does appear on the other hand. The... -
Created [Gradle] runIde starts IDE twice - due to subproject
AnsweredHi all, I run into this somewhat inconvenient phenomenon. When launch the test IDE with the Gradle runIde task it starts as expected. But after exiting the test IDE the Gradle build picks up again ... -
Created Correct/simple way to access own FacetConfiguration from BuilderService
AnsweredHi all, What Is the simple/correct way to access the custom FacetConfiguration (or FacetState) for module from a BuilderService? There is the FacetManager of course but that uses the Module and Pr... -
Created Cannot cast JpsJavaModelSerializerExtension to JpsModelSerializerExtension
AnsweredHi all, The actual error is a bit too long for the subject: Cannot cast org.jetbrains.jps.model.serialization.java.JpsJavaModelSerializerExtension to org.jetbrains.jps.model.serialization.JpsModel... -
Created [Gradle] buildPlugin packages maven test scoped deps : 550K plugin jar becomes 20M
AnsweredHi all, My plugin uses a locally built maven dependency - call it dependency D. Everything compiles just fine and the different Gradle classpath entries (compileClasspath, ...) look as I would expe... -
Created Display URL as hyperlink in "Messages" panel
Hi all, I'm working on a compiler plugin for IntelliJ which optimizes class serialization, you can find it in the repository here. To log information in the "Messages" panel of IJ I use the Compile... -
Created <idea-version/> syntax?
Hi all,I recently uploaded a plugin to the public repository. It is listed on the website but it not listed with I browser the plugin repository from within IDEA.What I noticed is that the compatib... -
Created plugin.xml description not showing IJ14
Hi all,Has something changed in IJ14 when it comes to the <description/> tag in the plugin.xml? I noticed my description is not shown anymore. I use <![CDATA[] ... to put a bit of html in there.Has... -
Created Maven download sources: fails with NPE [SOLVED]
Hi guys,We run into problems when we want to download our sources jars. They are available on the artifactory server but the download does not work. I've trace with wireshark no request is made/sen...