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
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
Created
March 28, 2017 09:58
complete build.gradle files for both Base and Plugin are here they seem to work.
Community
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 votes
Created
March 27, 2017 22:55
Plugin project build.gradle can refer to Base jar like this: dependencies { compile files('libs/base-1.0.jar')}
Community
IntelliJ IDEA Open API and Plugin Development
Gradle config for plugin
0 votes
Created
January 02, 2017 08:05
you could implement liveTemplateContext extension point..
Community
IntelliJ IDEA Open API and Plugin Development
Turn off auto-select completion element when inside LiveTemplate
0 votes
«
First
‹
Previous
Next
›
Last
»