Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
August 22, 2017 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, ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin to run Junit tests on external server
0 votes
Created
August 22, 2017 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.
Community
IntelliJ IDEA Open API and Plugin Development
JUnit Test Listener
0 votes
Created
August 19, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 votes
Created
August 17, 2017 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
Community
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 votes
Created
August 17, 2017 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
Community
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 votes
Created
August 17, 2017 10:11
Hi, What does it mean that suite fails but the failed tests count is 0? Anna
Community
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 votes
Created
August 14, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Renaming PsiMethod declaration from PsiLiteralExpression
0 votes
Created
August 14, 2017 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.
Community
IntelliJ IDEA Open API and Plugin Development
Renaming PsiMethod declaration from PsiLiteralExpression
0 votes
Created
August 14, 2017 12:55
So find usages doesn't work as well, correct? What is the use scope of your parameter? Anna
Community
IntelliJ IDEA Open API and Plugin Development
Resolved function parameter without usage
0 votes
Created
August 14, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin: adding formatted array of annotations with AddAnnotationFix
0 votes
«
First
‹
Previous
Next
›
Last
»