主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2016年09月23日 18:19
you need to setup jdk in tests as now you obviously doesn't have one (SetupJdkFix). BTW If I were you, I won't test all fixes which are available (and which would change code/model/whatever) but wo...
社区
IntelliJ IDEA Open API and Plugin Development
SetupJDKFix fails in LightCodeInsightFixtureTestCase
0 票
创建于
2016年09月23日 18:16
if you switch to Main now after editing the body inside TestClass: your inspection is started or not?
社区
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 票
创建于
2016年09月23日 18:08
If inspections are run but the results are not applied to editor, then it's a bug. Please submit to the issue tracker. You would be able to restart daemon and rehighlight everything but that's perf...
社区
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 票
创建于
2016年09月23日 17:50
do you mean that your inspection is started on Main when you change the method body in TestClass?
社区
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 票
创建于
2016年09月23日 17:24
Why do you need to rehighlight Main when print(text) is replaced with print()? How does it influence the code in Main?
社区
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 票
创建于
2016年09月23日 16:14
Hi Matthias, what intention do you test? Looks like it's SetupJDKFix and it is not test-ready as it tries to show the UI and our fixtures expect no UI at all. If you would suppress illegal access e...
社区
IntelliJ IDEA Open API and Plugin Development
SetupJDKFix fails in LightCodeInsightFixtureTestCase
0 票
创建于
2016年09月23日 16:07
That's intentional and very important not to run inspections on other files (and actually in the same file in another 'parts') when only code block is changed. Otherwise inspections would run on ea...
社区
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
0 票
创建于
2016年09月22日 15:20
Traffic light is the name for the square in the right upper corner which shows the error status. Markers are used everywhere, I don't know what this one is though. They are not the same, I suppose.
社区
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 票
创建于
2016年09月22日 10:36
Hi, How do you run the external annotator? If it's registered for language, then the results must be applied in the ExternalTooPass: com.intellij.codeInsight.daemon.impl.ExternalToolPass#applyInfor...
社区
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 票
创建于
2016年09月14日 12:26
The dialog itself is not pluggable, unfortunately.
社区
IntelliJ IDEA Open API and Plugin Development
Modifying JUnit plugin in Android Studio/IDEA
0 票
«
第一页
‹
上一页
下一页
›
最后
»