Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Kashish Munjal
Follow
New posts
New posts and comments
Total activity
39
Last activity
August 19, 2017 06:38
Member since
January 29, 2016 06:38
Following
0 users
Followed by
0 users
Votes
10
Subscriptions
10
Activity overview
Posts (10)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
August 19, 2017 06:38
Thanks Anna for the information. Is there any way to hide the test counts?
Community
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 votes
Created
August 17, 2017 11:02
If the following is what you are suggesting then it will make the failed count 1 which is not correct because all the test cases passed. --- test suite [FAIL] |--- test case 1 [PASS] ...
Community
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 votes
Edited
August 17, 2017 10:22
We have Before/After Suite hooks. AfterSuite runs after all the testcases have been executed for cleanup. So, there can be a case when AfterSuite failed and all the testcases passed. I need to show...
Community
IntelliJ IDEA Open API and Plugin Development
Fail TestSuite without failing TestCase
0 votes
Created
August 09, 2017 11:21
No, It doesn't depend on android plugin.
Community
IntelliJ IDEA Open API and Plugin Development
Using grpc dependencies in plugin gives errors
0 votes
Edited
January 05, 2017 11:32
Thanks for the reply Anna. The inspection can give both errors and warnings. So I don't want to change it in settings. Can It be changed by providing different ProblemHighlightType to ProblemDescri...
Community
IntelliJ IDEA Open API and Plugin Development
LocalInspectionTool showing messages as warning irrespective of ProblemHighlightType in ProblemDescriptor
0 votes
Edited
December 21, 2016 11:20
com.intellij.openapi.editor.impl.FoldingAnchorsOverlayStrategy#isFoldingPossible!editor.getSoftWrapModel().getSoftWrapsForRange(startOffset, endOffsetToUse).isEmpty()com.intellij.openapi.editor.i...
Community
IntelliJ IDEA Open API and Plugin Development
FoldingBuilder behavior for single line
0 votes
Edited
December 21, 2016 09:19
I tried the above approach but it is still not showing folding anchor. editor.getSettings().setAllowSingleLogicalLineFolding(true) editor.getSettings().isAllowSingleLogicalLineFolding() // returns...
Community
IntelliJ IDEA Open API and Plugin Development
FoldingBuilder behavior for single line
0 votes
Created
December 21, 2016 08:41
Thanks for the reply. I am not sure where to call editor.getSettings().setAllowSingleLogicalLineFolding(true) because while building folding regions, I don't have the reference to the editor insta...
Community
IntelliJ IDEA Open API and Plugin Development
FoldingBuilder behavior for single line
0 votes
Created
February 02, 2016 13:18
It works after changing the file. Do the users using IntelliJ14 has to update the file to work with my plugin?
Community
IntelliJ IDEA Open API and Plugin Development
Getting intellij.util.EnvironmentUtil - can't get shell environment exception in intellij 14
0 votes