主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
evg64
活动总数
23
最后的活动
2025年01月22日 08:47
成员加入日期
2021年05月27日 15:23
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(6)
评论(10)
按最近的活动排序
最近的活动
投票数
已编辑于
2025年01月19日 10:53
I attached plugin verifier reports to github repository (folder "pluginVerifier" in repository root).There is strange output in dependencies.txt (https://github.com/evg64/HelloWorldPluginFromTempla...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin verifier false positive compatibility error report
0 票
已编辑于
2023年02月11日 12:14
childrenOfType() is declared as follows: inline fun <reified T : PsiElement> PsiElement.childrenOfType(): List<T> = PsiTreeUtil.getChildrenOfTypeAsList(this, T::class.java) Taking into account,...
社区
IntelliJ IDEA Open API and Plugin Development
The same intellij API is not found during compilation, but can be invoked at runtime
0 票
已编辑于
2023年02月11日 11:49
This method is com.intellij.psi.util.childrenOfType. I see it was added in 053a408acdc91f5a4566839c594756f5c834b044. And only 221+ releases contain this commit. However, ./gradlew runPluginVerifier...
社区
IntelliJ IDEA Open API and Plugin Development
The same intellij API is not found during compilation, but can be invoked at runtime
0 票
已编辑于
2022年01月26日 10:55
We develop plugin for internal use. We would like to understand how much it is used. So that we implemented sending analytical events. However, we don`t need those analytical events when developing...
社区
IntelliJ IDEA Open API and Plugin Development
Distinguish between debug and release build in runtime?
0 票
创建于
2021年12月14日 15:18
1) Why do you use custom JBTextField for rendering instead of default Table renderer? There is no particular strong reason to use custom implementation, but this is my first experience with swing t...
社区
IntelliJ IDEA Open API and Plugin Development
Using EditTextField as editor with autocomplete for table cell
0 票
创建于
2021年06月03日 08:49
Adding only layoutlib works as well. The less verbose, the better, thank you. Interesting though, these 2 libs are not truly optional.
社区
IntelliJ IDEA Open API and Plugin Development
Execute test while org.jetbrains.android is added as dependency
0 票
创建于
2021年06月02日 13:36
Yann Cebron I managed to reproduce it here: https://github.com/evg64/LeakSdkExample The project contains only 1 test-class, so no way to launch wrong test. This IDE is used to build the project: In...
社区
IntelliJ IDEA Open API and Plugin Development
how to solve ava.lang.AssertionError: Leaked SDKs error?
0 票
创建于
2021年05月31日 16:55
intellij.localPath and runIde.ideDirectory have the same value, so as far as I understand, yes, I build and run against the same IDE.
社区
IntelliJ IDEA Open API and Plugin Development
Execute test while org.jetbrains.android is added as dependency
0 票
已编辑于
2021年05月30日 17:49
I have the same problem. Leaking jdks absent in com.intellij.openapi.projectRoots.ProjectJdkTable.getInstance().allJdks While com.android.tools.idea.sdk.AndroidSdks.getInstance().allAndroidSdks ret...
社区
IntelliJ IDEA Open API and Plugin Development
how to solve ava.lang.AssertionError: Leaked SDKs error?
0 票
已编辑于
2021年05月28日 13:32
I had to add all dependencies of org.jetbrains.android to setPlugins. It turned out to be quite verbose: gradle.properties:platformPlugins = java, org.jetbrains.kotlin, org.intellij.groovy, org.je...
社区
IntelliJ IDEA Open API and Plugin Development
Execute test while org.jetbrains.android is added as dependency
0 票