Reece Dunn
- Total activity 123
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 38
-
Edited Debugging performance issues with a plugin when opening the context menu
AnsweredHi, I have noticed that opening the context menu (time from pressing the right mouse button to it being displayed) is slow in some contexts for my plugin. That is, it is only noticeable on certain ... -
Created Enabling plugin features (extensions) when another plugin is not present
AnsweredWith my XQuery plugin (https://plugins.jetbrains.com/plugin/8612-xquery-intellij-plugin) I am working on XPath support which conflicts with a plugin provided in the base IntelliJ installation. I wo... -
Created Integrating a plugin with the IntelliJ profile executor
Hi, I have an XQuery plugin (https://plugins.jetbrains.com/plugin/8612-xquery-intellij-plugin) that supports profiling queries on the MarkLogic, Saxon, and BaseX processors. This is working, except...