Mark Jones
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Mark Jones commented, -
Mark Jones created a post, AnsweredTrying 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 created a post, AnsweredFocusChangeListener not working on remote gateway
I have this code: Object multicaster = EditorFactory.getInstance().getEventMulticaster(); if (multicaster instanceof EditorEventMulticasterEx) { EditorEventMulticasterE... -
-
-
Mark Jones created a post, AnsweredHow 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 commented, -
Mark Jones created a post, AnsweredUnable 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 commented,