Mark Jones

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created Unable to build plugin for 2022.2 after updating settings.gradle
Answered2022.2 came out today and I need to update my plugin. After changing platformVersion = 2022.2 in my gradle.properties, and updating the version of my plugin via pluginVersion, when I try to bu... -
Created How do I listen for editor focus events?
AnsweredI'm building a tool window that shows the tests for a given source file and I want it to update as I focus on a different open source file just like the Structure pane updates upon focus to a diffe... -
Created How do you reference JavaScript in latest gradle-intellij-plugin template?
AnsweredI used github templating of gradle-intellij-plugin to create a new plugin that uses kotlin instead of groovy for gradle. My. plugin needs the JavaScript plugin (to be used in IntelliJ Ultimate or W... -
Created Are macros for text fields available for plugin usage?
AnsweredWhen you create an node.js debugging setup, you can apply macros by clicking the + button next to some fields:Is that easily available for external plugin authorsfor example for script parameters a... -
Created How do I properly reference another plugin dependency at build time?
AnsweredHi, I'm trying to build a plugin that depends on the Perl5 plugin. I've opened the sandbox IDE and installed the plugin and I now see it under build/idea-sandbox/plugins/perl5.plugin I have gon...