主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Reece Dunn
活动总数
123
最后的活动
2022年06月04日 09:25
成员加入日期
2016年10月08日 14:40
关注
0 名用户
关注者数
0 名用户
投票数
13
订阅数
38
活动概览
帖子(23)
评论(49)
按最近的活动排序
最近的活动
投票数
创建于
2020年08月14日 11:08
Great, thanks. I'll take a look at those APIs.
社区
IntelliJ IDEA Open API and Plugin Development
Adding XML schema attributes to existing elements (e.g. XSLT)
0 票
创建于
2020年08月14日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 票
创建于
2020年08月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 票
创建于
2020年08月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to get an injected language host from IFileElementType#doParseContents
0 票
创建于
2020年08月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Choosing the right Visitor/Processor/Traverser paradigm for "compiling" a PsiFile?
0 票
创建于
2020年06月04日 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. ...
社区
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 票
创建于
2020年06月03日 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...
社区
IntelliJ IDEA Plugin Users
How do I use SyntaxHighlighter.getTokenHighlights(type) to return context-specific text attributes?
0 票
创建于
2020年05月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Registering a custom REST endpoint framework
0 票
创建于
2020年05月18日 11:25
Thanks. That works.
社区
IntelliJ IDEA Open API and Plugin Development
Registering a custom REST endpoint framework
0 票
创建于
2020年05月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Registering a custom REST endpoint framework
0 票
«
第一页
‹
上一页
下一页
›
最后
»