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 13, 2015 15:28
Yeah, I'm doing pretty much what I posted above using notifyTextAvailable() to STDOUT and ServiceMessageBuilder to create the messages that I post. Right now I'm posting the following messages (al...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 15, 2015 04:14
Colin, just a quick update...I now have unit tests for my custom language successfully integrated into IDEA! I definitely have plenty to do to get it production-ready, but as of about ten minutes ...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 15, 2015 14:34
Colin, one other thing I found this morning that's useful. Depending on your unit test framework, you may want to use SMTestRunnerConnectionUtil.createConsoleWithCustomLocator() passing idBasedTre...
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
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 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 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 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 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 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
«
‹
4
5
6
7
8
9
10
›
»