Scott Wells
- Total activity 282
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 67
-
Edited Unable to terminate sub-process from which I'm draining stdout/stderr
AnsweredI realize this is more of a general Java question than it is a plugin SDK question, but I figured I'd start here because there's a decent likelihood that others have worked through this already, an... -
Created Plugin update page missing text area for change details
I was going to upload a new version of my plugin today and noticed that the text area field into which you enter change notes/details is missing. I filed a bug with JetBrains much earlier today, bu... -
Edited Any plans to support coverage-by-test in third-party plugins?
AnsweredQuite a bit back I implemented code coverage support in my custom language plugin. At the time I received fantastic support from Anna Kozlova to assist with the implementations of both unit testing... -
Created Possible to add an import handler for JavaScript in WebStorm/IntelliJ IDEA UE?
AnsweredIs it possible to extend the JavaScript plugin for a custom ES6+ import handler/resolver? The development environment supported by my custom plugin has an upcoming enhancement that includes a set o... -
Edited Do I need to do anything special to have multi-line TODO comments work for line comments in my custom language?
AnsweredI just updated to IntelliJ IDEA 2018.3 and one of the features I'm most excited about is multi-line TODO comments. My code generally contains a host of blocks like the following: // TODO: Do someth... -
Created NPE in IdeNotificationArea.setStatus() due to null myStatusBar during unit test completion
A few users of my plugin have started to see an odd behavior recently when unit tests are completing. Basically tests that did complete successfully are reported as ignored, and in the log you can ... -
Created Can I suppress/disable XmlAttributeInsertHandler conditionally?
AnsweredThis may seem like an odd request, but I'm adding support in my plugin for a new markup language where sometimes an HTML attribute value should look like {value} instead of "value". By default when... -
Created A few questions about fileEditorProvider implementations
I've reviewed the other threads here on fileEditorProvider as well as the internal documentation for the related classes, but I'm still left with a few questions. My plugin supports a concept of "b... -
Created Auto-popup completion has stopped working consistently in a MultiplePsiFilesPerDocumentFileViewProvider
Starting with one of the recent builds of IntelliJ IDEA (I haven't isolated exactly which), auto-popup completion has stopped working in my custom language plugin's MultiplePsiFilesPerDocumentFileV... -
Created Copyright and Coverage report plugins missing from WebStorm?
AnsweredI'm hoping someone from JetBrains might have some insight into this. When I recently extended my custom language plugin to support WebStorm in addition to IntelliJ IDEA, I was surprised to find tha...