主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Reece Dunn
活动总数
123
最后的活动
2022年06月04日 09:25
成员加入日期
2016年10月08日 14:40
关注
0 名用户
关注者数
0 名用户
投票数
13
订阅数
38
活动概览
帖子(23)
评论(49)
按最近的活动排序
最近的活动
投票数
创建于
2021年03月18日 20:26
That is coming from the implementation of the getQuickNavigateInfo function in SingleTargetElementInfo that is used to generate a string of the form `typename "name"`, e.g. `tag "example"`, that is...
社区
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
0 票
创建于
2021年02月16日 12:40
Given the PsiFile, you can use: ReformatCodeProcessor(psiFile, true).run() Here, "true" means only process the text that has changed. Use "false" if you want to reformat the entire file.
社区
IntelliJ IDEA Open API and Plugin Development
Running code formatting programmatically
0 票
创建于
2021年01月19日 21:07
Implementing runConfigurationProducer works. Thanks for your help.
社区
IntelliJ IDEA Open API and Plugin Development
Adding a new unit test framework to the line marker
0 票
创建于
2021年01月19日 20:10
I've done a bit more digging and it looks like I need to implement the runConfigurationProducer endpoint using the LazyRunConfigurationProducer base class.
社区
IntelliJ IDEA Open API and Plugin Development
Adding a new unit test framework to the line marker
0 票
创建于
2021年01月19日 19:33
The values in that constructor look correct. Investigating further, I think it is because the calls to ExecutorAction#getConfigurations are returning an empty sequence. Do you know where I should b...
社区
IntelliJ IDEA Open API and Plugin Development
Adding a new unit test framework to the line marker
0 票
创建于
2021年01月19日 08:39
Thanks for the reference. I now have the run icons appearing in the gutter, but clicking on them is showing "Nothing here" in the popup menu. I'm implementing RunLineMarkerContributor via the runLi...
社区
IntelliJ IDEA Open API and Plugin Development
Adding a new unit test framework to the line marker
0 票
创建于
2020年11月16日 09:12
I have a plugin.xml file in my main package for IntelliJ support. I've split the implementation into different packages, and am running the tests in those sub-packages. So does that mean that I nee...
社区
IntelliJ IDEA Open API and Plugin Development
How do I register a language with a test fixture for parser, etc. tests?
0 票
创建于
2020年09月22日 07:27
If you just specify the task name (e.g. runIde), gradle will run that task on all subprojects that support it (in your case, :runIde and :jps-plugin:runIde). You can use the :path1:path2:...:task s...
社区
IntelliJ IDEA Open API and Plugin Development
[Gradle] runIde starts IDE twice - due to subproject
0 票
创建于
2020年09月21日 08:52
I understand that I need to run against Java 11. What I would ideally like is something like: javaHome = ext.java_home_from_idea_build(ext.idea_since_build.toInteger()) where javaHome configures wh...
社区
IntelliJ IDEA Open API and Plugin Development
Running gradle tests with Java 11 for IntelliJ 2020.3 EAP
0 票
创建于
2020年09月21日 07:59
That works, thanks. So there is no way to configure this in gradle, like can be done with the Kotlin JDK target version? That would make it easier when switching between IntelliJ builds.
社区
IntelliJ IDEA Open API and Plugin Development
Running gradle tests with Java 11 for IntelliJ 2020.3 EAP
0 票
«
第一页
‹
上一页
下一页
›
最后
»