Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (480)
Sort by recent activity
Recent activity
Votes
Created
November 07, 2018 11:24
Hi Noam, It doesn't look like the problem of GoLand. Have you tried to run the very same command in terminal (with GO111MODULE=on)?
Community
GoLand
"go list -m -json all" results in permission denied
0 votes
Created
November 02, 2018 09:46
JpsTypedElement and other classes from the screenshot are part of platform-api.jar, not jps-model.jar
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Edited
October 28, 2018 14:54
> I'm using Gradle 4.4. I was asking about gradle-intellij-plugin, but looks like it irrelevant. > How do I create it ? http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/publis...
Community
IntelliJ IDEA Open API and Plugin Development
error in publish a plugin using "publishPlugin"
0 votes
Created
October 28, 2018 08:39
What's the version of the gradle-intellij-plugins you use? What's the id of you plugin?
Community
IntelliJ IDEA Open API and Plugin Development
error in publish a plugin using "publishPlugin"
0 votes
Created
October 23, 2018 17:43
Could you please provide a code sample to recreate it? Thanks.
Community
GoLand
stop debug did not send a SIGINT signal
0 votes
Created
October 23, 2018 10:45
Please try to upgrade gradle-intellij-plugin. It was fixed months ago: https://github.com/JetBrains/gradle-intellij-plugin/commit/fa4f12f680c6723dd7784af10053237d8a250687#diff-c5dfd81b0913bdfb7836d...
Community
IntelliJ IDEA Open API and Plugin Development
How can I set Dapple.laf.useScreenMenuBar to true when starting IDE to debug my plugin.
0 votes
Created
October 18, 2018 14:06
Here are the instructions: https://stackoverflow.com/questions/21114066/attach-intellij-idea-debugger-to-a-running-java-process You can set needed jvm args in `Help | Edit custom vm options` of IDE...
Community
IntelliJ IDEA Open API and Plugin Development
ClassNotFoundException in plugin development
0 votes
Created
October 18, 2018 13:46
> No , building result is just one jar, and all I need is all in it because I add The result of `buildPlugin` is never jar, it is a zip with all dependencies. Likely, you just use the wrong plugin ...
Community
IntelliJ IDEA Open API and Plugin Development
ClassNotFoundException in plugin development
0 votes
Created
October 18, 2018 11:34
> 2.2. So I think it might be in my project and indeed it is in the External Liraries When you built a plugin, does it contain commons-configuration.jar in it? > 3.2. I install it by press a but...
Community
IntelliJ IDEA Open API and Plugin Development
ClassNotFoundException in plugin development
0 votes
Created
October 18, 2018 09:20
Hi, > I got started a idea development with Gradle as it says What's your build.gradle? > java.lang.ClassNotFoundException: org.apache.commons.configuration2.PropertiesConfiguration The exception...
Community
IntelliJ IDEA Open API and Plugin Development
ClassNotFoundException in plugin development
0 votes
«
First
‹
Previous
Next
›
Last
»