Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Reece Dunn
Total activity
123
Last activity
June 04, 2022 09:25
Member since
October 08, 2016 14:40
Following
0 users
Followed by
0 users
Votes
13
Subscriptions
38
Activity overview
Posts (23)
Comments (49)
Sort by recent activity
Recent activity
Votes
Created
August 14, 2020 11:08
Great, thanks. I'll take a look at those APIs.
Community
IntelliJ IDEA Open API and Plugin Development
Adding XML schema attributes to existing elements (e.g. XSLT)
0 votes
Created
August 14, 2020 11:06
Hmm. Looking at how RegEx and SQL are working, they are registering a new language and ParserDefinition for each dialect. I'll work on using a similar approach. Thanks for the help and feedback.
Community
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 votes
Created
August 13, 2020 19:01
That is what RegExpFileElementType in intellij-community is doing to get the regular expression capabilities for the lexer and parser (https://github.com/JetBrains/intellij-community/blob/6f5104f1a...
Community
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 votes
Created
August 13, 2020 16:23
Thanks for the reply. I've debugged the code using InjectedLanguageManager, and the call to FileContextUtil#getFileContext is returning null (as the INJECTED_IN_ELEMENT user data key is null). -- I...
Community
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 votes
Created
August 01, 2020 11:18
This is complicated to answer, because it depends on a number of factors. For a plugin I'm writing, I am building out the language support for a language (XQuery) that is steadily getting closer to...
Community
IntelliJ IDEA Open API and Plugin Development
Choosing the right Visitor/Processor/Traverser paradigm for "compiling" a PsiFile?
0 votes
Created
June 04, 2020 07:55
The semantic-based colour information is not set by the syntax highlighter, it is set by annotators, HighlightVisitors (as is the case for the above -- see the details below), or other mechanisms. ...
Community
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 votes
Created
June 03, 2020 17:05
The general approach is to use an annotator for this. For newer IntelliJ versions you will want to use the newSilentAnnotation API with HighlightSeverity.INFORMATION. For example: annotationHolde...
Community
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 votes
Created
May 18, 2020 17:19
With IntelliJ 2020.1, using EndpointsProvider gives the error: > 'com.intellij.microservices.EndpointsProvider' is scheduled for removal in version 202.2454 There is an EndpointsViewProvider that l...
Community
IntelliJ IDEA Open API and Plugin Development
Registering a custom REST endpoint framework
0 votes
Created
May 18, 2020 11:25
Thanks. That works.
Community
IntelliJ IDEA Open API and Plugin Development
Registering a custom REST endpoint framework
0 votes
Created
May 18, 2020 08:06
Thanks for the information. Do you know what module I need to depend on in plugins.xml for this, and add to intellij.plugins in the gradle-intellij-plugin build.gradle file? Also, is there any docu...
Community
IntelliJ IDEA Open API and Plugin Development
Registering a custom REST endpoint framework
0 votes
«
First
‹
Previous
Next
›
Last
»