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 recent activity
Recent activity
Votes
Created
July 22, 2015 19:05
Great! Thanks again! I'll take this and see what I can do with it this evening. If you have a pointer on how to make coverage in my plugin work with IDEA UE 12/13 and IDEA CE 14+, that would def...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 22, 2015 18:06
Okay, I'm taking a look at this and it's still not quite clicking with me. Let me provide some specific context, then I'll tell you where I am right now in my implementation, and finally I'll ask ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 22, 2015 16:06
Wow, Anna! I'll need to digest everything you've provided here, but this is exceptionally helpful! Thanks so much!
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 22, 2015 14:19
Anna, now that I've gotten unit testing going, is there a good reference for implementing a custom code coverage provider/engine? I'm starting with the coverageEngine EP and trying to build out th...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 21, 2015 22:13
Colin, I've successfully implemented and released unit test integration for my custom language plugin:http://www.illuminatedcloud.com/home/unittestMoving on to code coverage now. Still trying to f...
Community
IntelliJ IDEA Open API and Plugin Development
Code coverage for custom language
0 votes
Created
July 21, 2015 16:09
Thanks for the quick response, Anna! I just tried that and it seems to work fine. Not exactly what I was going for, but I think it solves the problem. Thanks again!
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 21, 2015 15:53
Okay, I pretty much have this buttoned up nicely and even working with IDEA 12, 13, and 14 (haven't tried to tackle 15 EAP yet). I have one additional question...if I send a testFailed message fol...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 16, 2015 15:39
Thanks, Anna. For what it's worth, sending testFinished after testFailed actually does seem to yield the exact expected behavior in terms of the final test state. The only issue seems to be the l...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 15, 2015 18:22
Anna, now that I'm sending a testFinished message after testFailed, my counts and durations look right, but I'm getting warning like the following:[ 77588] WARN - asedToSMTRunnerEventsConvertor ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 15, 2015 17:27
That helps yet again, Anna. Hopefully just one more quick question. I now have navigation to the test classes/methods from the tree via a custom locator. I'm trying to add hyperlink navigation t...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
«
‹
1
2
3
4
5
6
7
8
9
10
›
»