Reece Dunn
- 活动总数 123
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 13
- 订阅数 38
-
创建于 Injected language context-aware (attribute schema type) syntax highlighting lexer
已回答I'm implementing support for different XSLT schema types (xsl:avt, xsl:expression, xsl:sequence-type, xsl:mode, etc.) as a single language type that I'm using IFileElementType#doParseContents to wo... -
创建于 Recommended way to get an injected language host from IFileElementType#doParseContents
已回答I'm implementing `IFileElementType` for a custom language to get the parser context from the host element in injected language contexts, similar to how `RegExpFileElementType` works in intellij-com... -
创建于 Adding XML schema attributes to existing elements (e.g. XSLT)
已回答I'm adding XML Schema files for vendor extensions to XSLT -- e.g. MarkLogic and Saxon. I can add the elements and attributes to the schema files; this part is working. The issue I'm having is that ... -
创建于 Registering a custom REST endpoint framework
已回答Hi, I have a plugin that has support for declaring REST endpoints (both via a declaration file and via in-language XQuery annotations). Is it possible to implement an API so that these endpoints ap... -
创建于 Line markers on a script/query body element
已回答Hi, I'm implementing a plugin for a language (XQuery) that has a query body element for the query to be run by a file. I'm adding line markers to the query body to link to REST endpoint definitions... -
创建于 Keyword code completion for a space separated XML attribute
Hi, I'm adding code completion support for an XML attribute that supports a space separated list of HTTP method names (`GET`, `POST`, etc.). I have this working for single item values, but when typ... -
创建于 Dynamically registering schemas within a plugin
已回答Hi,I'm writing a plugin with support for XQuery. My plugin integrates with applications that can run XQuery files. Those applications can provide their own XML files with a given schema that they p... -
已编辑于 Missing endpoint on cleanup of unit tests in my custom plugin on IntelliJ 2020.1 EAP.
已回答Hi, I am working on IntelliJ 2020.1 compatibility for my XQuery plugin [1]. I have the project running on that platform, but several of my unit tests are failing in the tearDown function during cle... -
创建于 Is there a Rider equivalent of JavaPsiFacade, JavaClass, etc?
I'm developing a plugin for a language (XQuery) in Kotlin that can support C#/CLI imports in the Saxon processor via "clitype:..." (https://saxonica.com/documentation/index.html#!extensibility/dotn... -
创建于 Uploading a plugin for multiple IntelliJ major versions
已回答I can build my plugin [1] for different major versions of IntelliJ back to 2018.1. As a result, I can create a separate plugin zip file for each major version from that supported version (currently...