主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2016年07月18日 08:40
Hi Mark, there is indeed some problem with the repository, we'll investigate it. BTW we have special forum for questions about building IntelliJ, developing plugins etc.
社区
IntelliJ IDEA EAP Users
Unable to clone community git repository
1 票
创建于
2016年06月01日 09:45
Just call project.getMessageBus().connect().subscribe(ProjectTopics.PROJECT_ROOTS, listener). See Javadocs of MessageBus and Topic for more details.
社区
IntelliJ IDEA Open API and Plugin Development
How to listen to the library updates on Module?
1 票
创建于
2016年05月25日 12:33
Hello Phaneendra, actually many IDEA features are related to navigation in a code and may help to understand the existing code. E.g. you can use 'Go to implementation' to see how a method is implem...
社区
IntelliJ IDEA Users
Best way to understand new codebase
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 票
«
第一页
‹
上一页
下一页
›
最后
»