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
October 24, 2015 00:41
Just wanted to +1 this as I was having the exact same behavior and this obviously fixed it for me. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Quick Definition
0 votes
Created
July 12, 2015 22:35
I think I've figured it out. More work to do, and I'll share my findings, but I'm making solid progress now.
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 13, 2015 12:18
Thanks, Anna. Additional documentation of any form would be very useful. I'm pretty much stumbling through this trying to see what works and what doesn't while looking at the source for both Open...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 13, 2015 16:22
Thanks! I'll check that out this evening when I actually wire this into the real unit testing API. I'm sure I'll be back with more questions!
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 15, 2015 16:32
Ah...thanks, Anna. At this point I've already implemented unique ID generation for my suites and tests as they're added to the tree and a map correlating them back to the assigned IDs, but it's ce...
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 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 24, 2015 03:44
Anna, I've made quite good progress and have code coverage annotations appearing in the gutter now, though it's not quite what I'd want/expect. I have a few questions that I think should allow me ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 27, 2015 13:16
Thanks for the quick response, Anna. I assumed that per-line tests was Java-only right now but I appreciate the confirmation.As for the off-by-one error, I thought that might be the case as well. ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
November 18, 2015 15:37
Hi, Anna. Hopefully you're still around and getting notifications on this thread! Unit testing and code coverage have been working very well in my plugin thanks to your help a few months back. H...
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
›
»