主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年08月22日 08:21
I'd suggest to start with https://github.com/JetBrains/intellij-sdk-docs/blob/master/tutorials/run_configurations.md. Then you would need providers which would create those configurations for you, ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin to run Junit tests on external server
0 票
创建于
2017年08月22日 07:58
Yes, it's UI listener and corresponds to the user selection in the tree. It's not available for extension as far as I know.
社区
IntelliJ IDEA Open API and Plugin Development
JUnit Test Listener
0 票
创建于
2017年08月19日 07:50
No, I don't think so. com.intellij.execution.testframework.ui.TestStatusLine - the UI component which represent the status messages on top/right - you can remove it completely from UI (no api provi...
社区
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 票
创建于
2017年08月17日 11:12
Yes, this looks good to me. In your case there would be a failure when no actual failures are present in the tree, only in the output which sounds strange to me. IDEA doesn't support such cases, sorry
社区
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 票
创建于
2017年08月17日 10:47
For junit in such situation I add special node for failed before/after suite method and this node is marked as failed. Never saw any problems with this
社区
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 票
创建于
2017年08月17日 10:11
Hi, What does it mean that suite fails but the failed tests count is 0? Anna
社区
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 票
创建于
2017年08月14日 18:34
com.intellij.refactoring.rename.PsiElementRenameHandler is a better candidate to be overridden. CompletionTestCase is designed for completion. You need something like com.intellij.testFramework.fix...
社区
IntelliJ IDEA Open API and Plugin Development
Renaming PsiMethod declaration from PsiLiteralExpression
0 票
创建于
2017年08月14日 18:10
I don't think that's a good idea to inherit from MemberInplaceRenameHandler. If your handler happens to be the first, it would be just removed and ordinal one would be used.
社区
IntelliJ IDEA Open API and Plugin Development
Renaming PsiMethod declaration from PsiLiteralExpression
0 票
创建于
2017年08月14日 12:55
So find usages doesn't work as well, correct? What is the use scope of your parameter? Anna
社区
IntelliJ IDEA Open API and Plugin Development
Resolved function parameter without usage
0 票
创建于
2017年08月14日 12:40
Hi, You don't need to create line breaks manually as the code should be reformatted according to current code style scheme used, should be adjusted by the code style property File | Settings | Edit...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin: adding formatted array of annotations with AddAnnotationFix
0 票
«
第一页
‹
上一页
下一页
›
最后
»