Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Scott Wells
Follow
New posts
New posts and comments
Total activity
178
Last activity
January 16, 2016 14:22
Member since
March 04, 2013 20:32
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
44
Activity overview
Posts (34)
Comments (100)
Sort by votes
Recent activity
Votes
Created
July 22, 2015 19:21
Okay. That helps. In order to support IDEA 12/13/14 and soon 15, I already have preprocessing and conditional compilation as part of my build. I'll just have the same preprocessing operate on th...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 24, 2015 15:09
Anna, I really apologize if I'm missing something obvious here, but some of this terminology isn't making sense to me. The code coverage metrics that are available to me are in terms of lines. I ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 24, 2015 15:50
That did it! Definitely more work to do on my side top get aggregates displaying and such, but I'm showing green and red in the gutter properly now. Thanks!!!
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 27, 2015 01:53
Anna, thanks to your extensive guidance, I was able to wrap up a decent implementation of code coverage integration over the weekend. I do have a few follow-up questions, though.First, the API I'm...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 27, 2015 13:29
Okay, Anna. I have a specific example of that ArrayIndexOutOfBoundsException. In SrcFileAnnotator.createRangeHighlighter(), lines has the following contents:LineNumber 46, Hits 1LineNumber 48, Hi...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 27, 2015 13:55
Ah, okay. I interpreted that as only needing to return line data for executable lines with hits=0/>0 for uncovered/covered respectively. I can definitely do that!
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
November 18, 2015 17:24
Oh, and just so I understand your comment "I can admit that we have..." You're saying that there are certain situations in the Java coverage engine where coverage annotations aren't shown in the e...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
November 18, 2015 17:44
No, that's actually very helpful. I'll see if my user can create a standalone reproducible test case of the issue. If so, I'll debug it including into the coverage plugin itself if it's not a bug...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
December 03, 2015 19:11
Hopefully I'll provide a correct answer here based on my own experience. Yes, you can declare a dependency on another plugin in your plugin.xml and whether that dependency is optional or not. You...
Community
IntelliJ IDEA Open API and Plugin Development
Can an IDEA plugin re-use the capabilities of an existing plugin
0 votes
Created
March 19, 2015 00:01
I'll go ahead and mark this as answered in that the original issue is gone, but I still don't know why my default words scanner was causing the issue. At least things seem to work fine when I retu...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 votes
«
‹
5
6
7
8
9
10