主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Reece Dunn
活动总数
123
最后的活动
2022年06月04日 09:25
成员加入日期
2016年10月08日 14:40
关注
0 名用户
关注者数
0 名用户
投票数
13
订阅数
38
活动概览
帖子(23)
评论(49)
按最近的活动排序
最近的活动
投票数
创建于
2022年06月04日 09:25
The way I maintain compatibility in my project is to have an intellij-compat JAR that has compatibility APIs for each supported version. "[VERSION]/compat" provides support for the older version wi...
社区
IntelliJ IDEA Open API and Plugin Development
Providing backward compatibility
2 票
创建于
2021年06月24日 13:31
I ended up implementing separate languages to work around this and a few other issues, IIRC. Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Injected language context-aware (attribute schema type) syntax highlighting lexer
1 票
创建于
2021年03月16日 11:51
You are specifying `XML` as the language, so by default it will be picking up the IntelliJ XML find usage provider. You'll need to change the language to the one supported in your plugin: <lang...
社区
IntelliJ IDEA Open API and Plugin Development
How to register findusagesprovider
1 票
创建于
2021年03月11日 07:45
Looking at the Kotlin code style, some of the keywords ('public', 'private', 'catch', 'finally', etc.) in the example files are not highlighted correctly either. This would be useful for my XQuery ...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to highlight words of Code Style setting example file?
1 票
已编辑于
2020年08月11日 11:25
That API isn't backward compatible. You can use the old API until it gets removed in a future version. In my plugin, I have a set of compatibility APIs for the different IntelliJ versions. For each...
社区
IntelliJ IDEA Open API and Plugin Development
Does AnnotationHolder.newAnnotation(..) support backward compatibility?
1 票
创建于
2022年02月03日 12:05
Thanks for the reply. Yes, the service is extending UserDataHolderBase to be used as a cached data holder. Removing that and passing the project instance to getCachedValue fixes the issue. I've upd...
社区
IntelliJ IDEA Open API and Plugin Development
Caching project-wide PSI elements by language
0 票
创建于
2022年02月01日 14:07
Sorry, that was a typo/edit error. I originally linked to https://github.com/rhdunn/xquery-intellij-plugin/blob/a9bf05ee85b932f495302559fab8cc6ce1ca4313/src/plugin-marklogic/main/uk/co/reecedunn/in...
社区
IntelliJ IDEA Open API and Plugin Development
Caching project-wide PSI elements by language
0 票
创建于
2021年09月22日 16:38
The code is located at https://github.com/rhdunn/xquery-intellij-plugin/blob/master/src/plugin-api/main/uk/co/reecedunn/intellij/plugin/processor/query/connection/ConnectionSettings.kt. -- That is ...
社区
IntelliJ IDEA Open API and Plugin Development
PasswordSafe and multiple users
0 票
创建于
2021年09月12日 07:06
I've experimented with this and have concluded that I need to provide my own implementation of the IntelliJ functionality, like I've done with the XML breadcrumbs support. This is because the XQuer...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing the XML API for a custom language
0 票
创建于
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 票
下一页
›
最后
»