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 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 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 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 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 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 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 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 12, 2015 14:54
Did you ever get this working? I'm trying to do the same thing and I have it to a point where I've called SMTestRunnerConnectionUtil.createAndAttachConsole() to create the graphical view, but I ca...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
0 votes
Created
July 11, 2015 19:36
Okay, I figure this one out finally. If anyone else is interested, you need to call installWatcher() in your SettingsEditor implementation on the root component for the form (or at least for form ...
Community
IntelliJ IDEA Open API and Plugin Development
Denoting "modified" in a SettingsEditor?
0 votes
Created
July 05, 2015 19:49
Hi, Colin. I've started to implement the unit test integration today and am working on the test run configuration UI right now so I can capture the parameters for unit test execution. I'll let yo...
Community
IntelliJ IDEA Open API and Plugin Development
Code coverage for custom language
0 votes
«
‹
1
2
3
4
5
6
7
8
9
10
›
»