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
May 16, 2020 13:43
Thanks. Using ExternalResourceManager works for registering/unregistering schema files.
Community
IntelliJ IDEA Open API and Plugin Development
Dynamically registering schemas within a plugin
0 votes
Created
May 13, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Keyword code completion for a space separated XML attribute
0 votes
Created
February 10, 2020 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 += ...
Community
IntelliJ IDEA Open API and Plugin Development
StatusBar deprecated API
0 votes
Created
January 06, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a Rider equivalent of JavaPsiFacade, JavaClass, etc?
0 votes
Created
July 31, 2019 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....
Community
IntelliJ IDEA Open API and Plugin Development
fileTypeFactory to fileType correct usage and compatibility in IDEA 2019.2
0 votes
Edited
July 04, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Uploading a plugin for multiple IntelliJ major versions
0 votes
Created
June 17, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Debugging performance issues with a plugin when opening the context menu
0 votes
Created
June 17, 2019 09:21
Thanks for the API references.
Community
IntelliJ IDEA Open API and Plugin Development
Enabling plugin features (extensions) when another plugin is not present
0 votes
Created
June 17, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Integrating a plugin with the IntelliJ profile executor
0 votes
«
First
‹
Previous