Reece Dunn
- Total activity 123
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 38
-
Created Injected language context-aware (attribute schema type) syntax highlighting lexer
AnsweredI'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... -
Created Recommended way to get an injected language host from IFileElementType#doParseContents
AnsweredI'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... -
Created Adding XML schema attributes to existing elements (e.g. XSLT)
AnsweredI'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 ... -
Created Registering a custom REST endpoint framework
AnsweredHi, 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... -
Created Line markers on a script/query body element
AnsweredHi, 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... -
Created 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... -
Created Dynamically registering schemas within a plugin
AnsweredHi,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... -
Edited Missing endpoint on cleanup of unit tests in my custom plugin on IntelliJ 2020.1 EAP.
AnsweredHi, 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... -
Created 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... -
Created Uploading a plugin for multiple IntelliJ major versions
AnsweredI 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...