Scott Wells

- 活动总数 282
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 18
- 订阅数 67
-
已编辑于 Unable to terminate sub-process from which I'm draining stdout/stderr
已回答I 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... -
创建于 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... -
已编辑于 Any plans to support coverage-by-test in third-party plugins?
已回答Quite 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... -
创建于 Possible to add an import handler for JavaScript in WebStorm/IntelliJ IDEA UE?
已回答Is 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... -
已编辑于 Do I need to do anything special to have multi-line TODO comments work for line comments in my custom language?
已回答I 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... -
创建于 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 ... -
创建于 Can I suppress/disable XmlAttributeInsertHandler conditionally?
已回答This 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... -
创建于 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... -
创建于 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... -
创建于 Copyright and Coverage report plugins missing from WebStorm?
已回答I'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...