Mark Jones
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
-
Mark Jones 创建了一个帖子, 已回答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... -
Mark Jones 创建了一个帖子, 已回答FocusChangeListener not working on remote gateway
I have this code: Object multicaster = EditorFactory.getInstance().getEventMulticaster(); if (multicaster instanceof EditorEventMulticasterEx) { EditorEventMulticasterE... -
-
-
Mark Jones 创建了一个帖子, 已回答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... -
Mark Jones 进行了评论, -
Mark Jones 创建了一个帖子, 已回答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... -
-
Mark Jones 进行了评论,