主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Reece Dunn
活动总数
123
最后的活动
2022年06月04日 09:25
成员加入日期
2016年10月08日 14:40
关注
0 名用户
关注者数
0 名用户
投票数
13
订阅数
38
活动概览
帖子(23)
评论(49)
按最近的活动排序
最近的活动
投票数
创建于
2021年08月20日 07:37
Thanks. I'll take a look at that provider.
社区
IntelliJ IDEA Open API and Plugin Development
Implementing the XML API for a custom language
0 票
创建于
2021年08月19日 17:10
Thanks for the reply. -- My issue is not trying to get the username for the credentials, but connecting to the same service with different users. My serviceName looks like this: "uk.co.reecedunn.in...
社区
IntelliJ IDEA Open API and Plugin Development
PasswordSafe and multiple users
0 票
创建于
2021年08月16日 19:18
You can use PsiTreeUtil.getContextOfType to get access to the YAMLScalar element from your DSL, you can then use the YAML API to traverse the elements. If you want to adapt the YAML file itself, yo...
社区
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 票
创建于
2021年08月15日 07:38
The best way to do this is with language injections to insert the ACertainType language into the YAML file. You can implement the MultiHostInjector interface to do this programmatically, specifying...
社区
IntelliJ IDEA Open API and Plugin Development
Processing part of a YAML file with specific lexer and parser
0 票
创建于
2021年08月15日 07:07
You need to escape the <, >, and & characters (e.g. `this & that`) as <...> will be interpreted as a HTML tag (e.g. `<p>Test</p>`).
社区
IntelliJ IDEA Open API and Plugin Development
How to show special character like "<" with HintManager.getInstance().showInformationHint ?
0 票
创建于
2021年07月17日 08:56
The `[code` part has the same colour as the other identifiers. Is your lexer tokenizing that properly as two separate tokens, or is it tokenizing it as a single identifier token?
社区
IntelliJ IDEA Open API and Plugin Development
PairedBraceMatcher is not working for Bracket followed by an identifier
0 票
创建于
2021年07月09日 07:06
Not yet. I tried experimenting with the light and heavy fixtures a while back, but had various issues getting it working. I haven't re-looked at this yet. I'll probably initially modify the tests t...
社区
IntelliJ IDEA Open API and Plugin Development
How do I register a language with a test fixture for parser, etc. tests?
0 票
创建于
2021年06月15日 11:25
There are two strategies I've used for this in my plugin. For different versions of the same language and language extensions, I have a project configuration to specify the supported version, then ...
社区
IntelliJ IDEA Open API and Plugin Development
Strategy to support two dialects for same programming language in my plugin
0 票
创建于
2021年05月18日 17:47
That works, thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Recommended way to format resource messages.
0 票
创建于
2021年03月26日 20:41
Another thing that would be useful for me is having an easy way to implement cached properties that get invalidated when the subtree of the PsiElement changes.
社区
IntelliJ IDEA Open API and Plugin Development
Best practices for CachedValuesManager.getProjectPsiDependentCache ?
0 票
«
第一页
‹
上一页
下一页
›
最后
»