主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年09月07日 07:53
There is no way to change type of an existing source root. You need to remove it using ContentEntry#removeSourceFolder method, and then add a new one. Also if you already have a content root, you s...
社区
IntelliJ IDEA Open API and Plugin Development
How to (programatically) set the Scope of a Module's dependencies?
2 票
创建于
2017年09月06日 07:54
In order to modify module roots settings you need to use ModuleRootManager#getModifiableModel directly or via ModuleRootModificationUtil#updateModel. 1) ModuleRootModificationUtil.updateModel(modul...
社区
IntelliJ IDEA Open API and Plugin Development
How to (programatically) set the Scope of a Module's dependencies?
2 票
创建于
2016年10月14日 19:05
Regarding your questions: 1. Here you need to specify a directory where binary distribution of IDEA Community or IDEA Ultimate is installed. 2. In fact you need to select JDK 1.8. If 'IDEA jdk' is ...
社区
IntelliJ IDEA Open API and Plugin Development
several doubts about the quick start guide of Creating your fist plugin
2 票
创建于
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 票
创建于
2018年11月20日 06:32
'sources' classifier is the standard one, so IntelliJ IDEA automatically adds it to the library configuration when the project is imported from Gradle, so you can access it via API and see in 'Exte...
社区
IntelliJ IDEA Open API and Plugin Development
Processing library with custom artifact type
1 票
创建于
2018年11月15日 11:56
You can use com.intellij.openapi.application.PathManager.getJarPathForClass to get path to the containing JAR file.
社区
IntelliJ IDEA Open API and Plugin Development
How to launch an external process with a plugin jar?
1 票
创建于
2018年10月18日 06:24
You can looks how its done for our ResourcesBuilder in ResourceCopyingTest. Unfortunately the required test classes aren't published as proper Maven artifacts yet, I've created an issue about that....
社区
IntelliJ IDEA Open API and Plugin Development
How to unit test ModuleLevelBuilder/BuilderService
1 票
创建于
2018年07月20日 06:44
You can check whether `AndroidFacet` is present in `update` method of your action and invoke `e.getPresentation().setVisible(false)` if it isn't. If the action works with specific files (or element...
社区
IntelliJ IDEA Open API and Plugin Development
How to display plugin action (ie. icon related to action) only for certain development platform (eg. Android Studio)?
1 票
创建于
2018年07月04日 07:17
`text` attribute of `action` tag is just a text, it cannot contain code. If you really want to append the version to the text, override `update` method and call `anActionEvent.getPresentation().set...
社区
IntelliJ IDEA Open API and Plugin Development
How to enter value in plugin .xml?
1 票
创建于
2018年06月27日 06:25
Currently our documentation is poor indeed. We're working on it, but we cannot write documentation about everything at once. So if you say which topics you're interested in aren't covered, we'll be...
社区
IntelliJ IDEA Open API and Plugin Development
can we hava a fully api desc?
1 票
下一页
›
最后
»