主页
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年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 票
创建于
2020年05月16日 13:43
Thanks. Using ExternalResourceManager works for registering/unregistering schema files.
社区
IntelliJ IDEA Open API and Plugin Development
Dynamically registering schemas within a plugin
0 票
创建于
2020年05月13日 17:13
The code I'm using is located at https://github.com/rhdunn/xquery-intellij-plugin/blob/master/src/plugin-marklogic/main/uk/co/reecedunn/intellij/plugin/marklogic/rewriter/completion/RewriterComplet...
社区
IntelliJ IDEA Open API and Plugin Development
Keyword code completion for a space separated XML attribute
0 票
创建于
2020年02月10日 19:05
The way I handle APIs that are changed, removed, or added in newer versions is to have the following in the build.gradle file: if (ext.intellij_version >= 182) { sourceSets.main.java.srcDirs += ...
社区
IntelliJ IDEA Open API and Plugin Development
StatusBar deprecated API
0 票
创建于
2020年01月06日 19:31
Thanks for the response. The functionality I am intending to implement is supported by several plugin-specific extension points and interfaces defined in Kotlin/Java. These are used by the Kotlin c...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a Rider equivalent of JavaPsiFacade, JavaClass, etc?
0 票
创建于
2019年07月31日 21:48
If you are interested, in my plugin [1] I have implemented compatibility for this. The idea is as follows: 1. Have a <= 2019.1 plugin.xml that registers a FileTypeBean class that provides the 2019....
社区
IntelliJ IDEA Open API and Plugin Development
fileTypeFactory to fileType correct usage and compatibility in IDEA 2019.2
0 票
已编辑于
2019年07月04日 18:02
Thanks Colin, that looks like it will work. The YYR numbers (e.g. 191) look like they work as well (they are used in the intellij-rust project). I'll try it out for the next release. Eric, I'm doin...
社区
IntelliJ IDEA Open API and Plugin Development
Uploading a plugin for multiple IntelliJ major versions
0 票
创建于
2019年06月17日 09:49
Thanks for the links. In the performance issue reporter scripts is there a way to open the context menu (e.g. by simulating a right mouse button press, or a key combination, like the %[ENTER] comma...
社区
IntelliJ IDEA Open API and Plugin Development
Debugging performance issues with a plugin when opening the context menu
0 票
创建于
2019年06月17日 09:21
Thanks for the API references.
社区
IntelliJ IDEA Open API and Plugin Development
Enabling plugin features (extensions) when another plugin is not present
0 票
创建于
2019年06月17日 09:16
Thanks for the reply. My main concern at the moment is avoiding two profile executors, as my plugin is registering a profile executor in addition to the one in the Ultimate edition. I'd be interest...
社区
IntelliJ IDEA Open API and Plugin Development
Integrating a plugin with the IntelliJ profile executor
0 票
«
第一页
‹
上一页