Scott Wells
![Avatar](https://secure.gravatar.com/avatar/1f1952473dedbfa9b82bd450e55df1c4?default=https%3A%2F%2Fassets.zendesk.com%2Fhc%2Fassets%2Fdefault_avatar.png&r=g)
- 活动总数 282
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 18
- 订阅数 67
-
创建于 Possible to have multiple SDKs/libraries in PyCharm?
已回答This is a repost from the Slack intellij-platform channel per-request of Karol L.: Is it possible to have a PyCharm project with its Python interpreter added as a dependency via something other tha... -
创建于 Does anyone know the classloader wizardry required to use external third-party jars as "provided" at runtime?
已回答I already posted about this in the platform dev Slack group and had a quick chat with one person there who has solved this for Clojure, and I've also already implemented a fully-working solution by... -
创建于 2020.1 RC1 reveals that my plugin has an unexpected dependency on Java Code Coverage
已回答Many moons ago I was involved in the following thread about adding code coverage support to my plugin: https://devnet.jetbrains.com/message/5548931 Anna Kozlova provided wonderful guidance, and asi... -
创建于 Is there any way to add JavaScript type inference logic?
已回答I originally posted this on the Slack intellij-platform channel, but when that came up empty Yann Cebron recommended that I ask the same question here: Another JavaScript extensibility question.... -
创建于 How to implement language interleaving, e.g., markup inside JavaScript/CSS inside a script/style tag inside markup?
已回答My custom language plugin includes an HTML-based markup language with additional templating tags and an embedded expression syntax. I've had that all working for a very long time using a MultiplePs... -
创建于 Language injection into strings and string concatenation?
已回答My plugin's custom language supports an integrated query language that can be used both statically and dynamically. Dynamic usage takes place via strings, typically a concatenation of string litera... -
已编辑于 VfsUtil.markDirtyAndRefresh() seems flaky in recent builds (2019.1+)
已完成My plugin has several processes that run behind-the-scenes to populate portions of the filesystem. After these processes complete, I've always called VfsUtil.markDirtyAndRefresh(false, true, true, ... -
创建于 Best practices for packaging a plugin that uses JAX-WS, etc., to work under both Java 8 and Java 11 JREs
已回答My custom plugin uses Apache CXF to invoke external SOAP services via WSDL-generated clients, and CXF uses JAX-WS. Java 11 no longer bundles the J2EE jars, so my plugin doesn't work in 2019.1 when ... -
已编辑于 Issues building my plugin with 2019.1 RC
已回答I just installed the 2019.1 release candidate and tried to build my plugin. I'm receiving three compilation errors (shown with the corresponding lines of code): Error:(628, 69) java: cannot access ... -
创建于 Global inspection results not highlighting in editor?
I'm 99% sure this is a recent behavioral change, and it may well be something I've done locally in config, but I'm stumped. My plugin includes two global inspections that run external static code a...