Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imants Cekusins
Total activity
410
Last activity
June 25, 2024 06:27
Member since
July 30, 2015 11:35
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
108
Activity overview
Posts (12)
Comments (275)
Sort by recent activity
Recent activity
Votes
Created
December 13, 2020 10:55
the new java (version "15.0.1" 2020-10-20)does not understand -XX:+UseConcMarkSweepGC specified on Linux in ~/.config/JetBrains/IntelliJIdea2020.3/idea64.vmoptions needed to remove -XX:+UseConcMa...
Community
IntelliJ IDEA EAP Users
unsupported Java Version
0 votes
Edited
April 06, 2020 09:12
In my case (using gradle) these steps helped resolve this issue: make sure the source files are in {project root - build.gradle folder}/src/main/java/{top package e.g. com}
Community
IntelliJ IDEA Users
Intellij can't find classes in same package
0 votes
Edited
July 28, 2018 13:07
Thank you very much Alexander, Any hints: how can the build version be specified in the build.gradle? I think I found it: intellij { version '182.3911.6' // see https://www.jetbrains.com/intell...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin gradle config: building downloads the same version
0 votes
Edited
July 28, 2018 12:52
Is it possible to specify a build version instead of ideaIC-LATEST-EAP-SNAPSHOT.zip ? Where are the build versions listed?
Community
IntelliJ IDEA Open API and Plugin Development
Plugin gradle config: building downloads the same version
0 votes
Created
April 03, 2017 13:44
thanks to Serge Baranov and Alexander Zolotov, this issue is resolved. here are working build.gradle config files. questions about these config files are welcome
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Edited
April 02, 2017 14:56
found this plugin.xml: <idea-version since-build="131"/>the plugin is written in (should be compatible with?) IU-171 (latest) gradle: plugins { id 'org.jetbrains.intellij' version "0.1.10"}
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Edited
March 30, 2017 08:05
this works: add resources folder at the same level as src, mark it as resources folder. build.gradle: sourceSets { main { java.srcDirs 'src' resources.srcDirs 'resources' }} a...
Community
IntelliJ IDEA Open API and Plugin Development
static base path to resource files
0 votes
Created
March 28, 2017 11:42
Thank you Alexander. I appreciate this. Hopefully someone else will find this topic useful.
Community
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 votes
Created
March 28, 2017 10:54
> The error describes the only the latest lsource that was used for resolving base.jar, if the jar was there, the dependency would be resolved earlier. the error appeared before a dep to local jar ...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 votes
Created
March 28, 2017 10:26
> There is no any sense to depend on `gradle-intellij-plugin` thank you. I will remove this dep. the error in the original post in this topic appeared with different build.gradle files. the ja...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 votes
Next
›
Last
»