Mark Jones
- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
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 进行了评论, -
Mark Jones 进行了评论, -
Mark Jones 创建了一个帖子, 已回答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...