主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
创建于
2023年11月23日 11:52
The implementation looks correct for me. However, when you invoke Build Project, IDE starts a separate process which don't have access to most of IntelliJ API. If you want to modify behavior of the...
社区
IntelliJ IDEA Open API and Plugin Development
My ComplexPackagingElement implementation doest not package elements in getSubstitution method
1 票
创建于
2022年08月15日 11:52
If you want to change how IntelliJ Platform processes transitive dependencies, you may override 'shouldProcessDependenciesRecursively' and 'shouldIncludeTestsFromDependentModulesToTestClasspath' fr...
社区
IntelliJ IDEA Open API and Plugin Development
Filtering transitive paths from inter-module dependencies?
0 票
创建于
2022年07月14日 13:56
I think ModuleListener#moduleAdded should be called in such cases, like moduleRemoved is called when a module is unloaded. Could you please file an issue about that in our tracker?
社区
IntelliJ IDEA Open API and Plugin Development
Listen to loading of an unloaded module
0 票
创建于
2021年12月22日 14:09
If modules.xml is in version control, I don't quite understand how it is possible that you don't care about possibility to break code in unloaded modules when you refactor something in modules they...
社区
IntelliJ IDEA Users
Disable "There may be usages in unloaded module" when refactoring
0 票
创建于
2021年12月20日 22:11
This warning appears if there are unloaded modules which depend on the module which is refactored, so they may contain references to the refactored element. Currently there is no way to switch off ...
社区
IntelliJ IDEA Users
Disable "There may be usages in unloaded module" when refactoring
0 票
创建于
2021年10月06日 13:24
The exception is caused by a bug in intellij platform (IDEA-264111). It was fixed in 2021.1.2, but Android Studio is based on 2020.3.1 version of the platform. I think you may rewrite code in your ...
社区
IntelliJ IDEA Open API and Plugin Development
Loading module failed for Android studio 2020.3.1
0 票
已编辑于
2021年09月29日 08:48
If you don't need to build that JAR often, maybe it would be simpler to use com.intellij.util.io.Compressor.Jar utility, this way you won't need to deal with artifacts at all. Building JAR file as ...
社区
IntelliJ IDEA Open API and Plugin Development
Creating a temporary JAR artifact configuration for building artifact
0 票
创建于
2021年07月08日 15:05
Yes, libraries which aren't added to dependencies of some module aren't indexed indeed. You may try using com.intellij.openapi.roots.AdditionalLibraryRootsProvider to create a synthetic library ins...
社区
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 票
创建于
2021年06月21日 14:42
You may implement ApplicationStarter extension point to create a custom command-line application for IntelliJ-based IDE.
社区
IntelliJ IDEA Open API and Plugin Development
Expose plugin to headless mode
0 票
创建于
2021年06月11日 07:52
It's possible to add individual files as content roots, but this may be inconvenient. You may try adding these additional dependencies via ResolveScopeEnlarger extension point instead.
社区
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 票
下一页
›
最后
»