主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexandr Danchenko
Java/Kotlin developer
活动总数
181
最后的活动
2024年11月08日 16:36
成员加入日期
2018年01月12日 08:47
关注
0 名用户
关注者数
1 名用户
投票数
12
订阅数
55
活动概览
帖子(53)
评论(61)
按最近的活动排序
最近的活动
投票数
创建于
2020年01月25日 15:50
The only solution to this problem is to upgrade the IntelliJ version. Since the previous one used outdated/deprecated Gradle parameters for the tests that caused problems.
社区
IntelliJ IDEA Open API and Plugin Development
Gradle unit test error: "Unknown command-line option '--recompile-scripts'"
0 票
创建于
2020年01月21日 13:24
Found the next solution - https://gist.github.com/aldanchenko/882c79afa2065bf376ff927018a351a4
社区
IntelliJ IDEA Open API and Plugin Development
JDK setup in unit tests produce "File accessed outside allowed roots" error
0 票
创建于
2020年01月16日 16:15
Thank you, Yann! This is useful information.
社区
IntelliJ IDEA Open API and Plugin Development
Open Maven project in LightPlatformCodeInsightFixtureTestCase
0 票
创建于
2020年01月16日 16:13
Thank you, Yann! In my case, I used UsefulTestCase with additional modifications for Maven support.
社区
IntelliJ IDEA Open API and Plugin Development
Right test case class for plugin (UsefulTestCase type or other)
0 票
创建于
2019年12月27日 17:49
Thank you, Yurii! I will try. Also, I found additional solution using IntelliJ API (example on Scala): import java.util import com.intellij.execution.configurations.GeneralCommandLineimport com.i...
社区
IntelliJ IDEA Open API and Plugin Development
Run a command-line command in plugin
0 票
创建于
2019年12月20日 19:21
Thank you! Will try this idea :)
社区
IntelliJ IDEA Open API and Plugin Development
Get Gradle project information in plugin
0 票
创建于
2019年12月19日 19:53
Thank you for your help and time! I tried org.jetbrains.plugins.gradle.util.GradleUtil#findGradleModuleData(com.intellij.openapi.module.Module) But in my project, it does not see this method in...
社区
IntelliJ IDEA Open API and Plugin Development
Get Gradle project information in plugin
0 票
创建于
2019年12月13日 18:31
Thank you, Yann!
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.icons.AllIcons will be removed in IntelliJ Platform 2020.1. Where to find new?
0 票
创建于
2019年12月13日 11:43
It seems I found out how to understand on which stage method is called. If this method returns true it plans to process dependencies. If this method returns false it already processes dependencies....
社区
IntelliJ IDEA Open API and Plugin Development
Maven pom.xml changed events listener
0 票
创建于
2019年12月13日 11:08
Hi Alexander, Thank you for this very important clarifications! About MavenProjectsManager.Listener#projectImportCompleted. I can found it here https://github.com/JetBrains/intellij-community/...
社区
IntelliJ IDEA Open API and Plugin Development
Maven pom.xml changed events listener
0 票
«
第一页
‹
上一页
下一页
›
最后
»