Reece Dunn
- 活动总数 123
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 13
- 订阅数 38
-
创建于 Caching project-wide PSI elements by language
已回答I have functionality in my plugin (xquery-intellij-plugin) to support MarkLogic search options XML configuration from within XQuery that references modules and functions in that or other XQuery fil... -
创建于 Clarification on implementing XmlAttribute, etc. in a custom plugin.
已回答I'm working on implementing the IntelliJ XML API for my XQuery plugin with the intention of getting things like the IntelliJ XMLSchema/RNG element and attribute validation working. I've raised a bu... -
创建于 Implementing the XML API for a custom language
已回答Hi, I have a plugin for the XQuery language which supports XML-style element construction (e.g. `<test>example</test>`), but also supports constructing them dynamically (e.g. `element test { "examp... -
创建于 Library has Kotlin runtime bundled into it
已计划I'm building my plugin with the latest EAP snapshot (212.4321.30) to test it and see if my plugin needs updating to support that snapshot. I'm seeing the following warning: > Task :src:lang-xpath:... -
创建于 Recommended way to format resource messages.
已回答I've been using `BundleBase.message` to format resource bundle messages in my plugin, but this is marked as `@ApiStatus.Internal`. What is the recommended way to use resource bundles in plugin code... -
创建于 Adding a new unit test framework to the line marker
已回答I'm looking at integrating a unit test framework into my plugin. I have seen https://intellij-support.jetbrains.com/hc/en-us/community/posts/206103879-Graphical-integration-of-running-tests-in-plug... -
创建于 PasswordSafe and multiple users
已回答I'm using PasswordSafe in my plugin to store the authentication details for user connections to a database. The service name for the settings are currently keyed to the hostname:port so users with ... -
创建于 How do I register a language with a test fixture for parser, etc. tests?
已回答I'm working on migrating my plugin tests from PlatformLiteFixture to the IdeaTestFixtureFactory framework. I have simple platform tests working, but am now trying to figure out how to get tests tha... -
创建于 Upgrading from 2020.1 to 2020.2 is saying my plugin is incompatible, not offering an update.
已回答I am building my plugin for multiple major versions of IntelliJ [1] and publishing these to the same channel. For each major version of IntelliJ, I'm specifying all subversions as being compatible ... -
创建于 Running gradle tests with Java 11 for IntelliJ 2020.3 EAP
已回答I'm trying to get my plugin (xquery-intellij-plugin) working with the IntelliJ 2020.3 EAP (203.3645-EAP-CANDIDATE-SNAPSHOT). My plugin uses gradle-intellij-plugin. I have made the necessary changes...