Mark Jones
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Created Trying to rebuild for 2024.3 and hitting an odd error
AnsweredI'm trying to rebuild my plugin for 2024.3 and so I bumped my until build and my dependency on com.dmarcotte.handlebars:243.21565.122And then when I try to build, this is the error 10:10:30 AM: Exe... -
Created FocusChangeListener not working on remote gateway
AnsweredI have this code: Object multicaster = EditorFactory.getInstance().getEventMulticaster(); if (multicaster instanceof EditorEventMulticasterEx) { EditorEventMulticasterE... -
Created How do I prevent a field from serialization in a PersistentStateComponent?
AnsweredI have a private volatile ScheduledFuture<?> timerFuture;in my implementation of PersistentStateComponent and it is saving it out to the xml, but then it can't read it in. I don't need it save... -
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...