Mark Jones
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
创建于 Trying to rebuild for 2024.3 and hitting an odd error
已回答I'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... -
创建于 FocusChangeListener not working on remote gateway
已回答I have this code: Object multicaster = EditorFactory.getInstance().getEventMulticaster(); if (multicaster instanceof EditorEventMulticasterEx) { EditorEventMulticasterE... -
创建于 How do I prevent a field from serialization in a PersistentStateComponent?
已回答I 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... -
创建于 Unable to build plugin for 2022.2 after updating settings.gradle
已回答2022.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... -
创建于 How do I listen for editor focus events?
已回答I'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... -
创建于 How do you reference JavaScript in latest gradle-intellij-plugin template?
已回答I 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... -
创建于 Are macros for text fields available for plugin usage?
已回答When 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... -
创建于 How do I properly reference another plugin dependency at build time?
已回答Hi, 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...