Harold Martin
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
-
-
Harold Martin 创建了一个帖子, 已回答404 errors when installing plugin from marketplace because of version code
For some reason, I am unable to download and install my plugin from within IntelliJ, even though downloads from the plugin page work fine: https://plugins.jetbrains.com/pluginManager/?build=IC-201.... -
-
Harold Martin 创建了一个帖子, Using ModalityState to manage nested indicators
Hello, I am using calling runProcessWithProgressSynchronously({ readAndWrite() }, ...) to perform read and write work in my action. During readAndWrite() I make use of other intentions (i.e. AddNam... -
Harold Martin 创建了一个帖子, How to correctly use ProgressDialog around a WriteAction
Hello, I can't get the threading correct for my WriteAction correctly working with ProgressDialog. What I want: show a ProgressDialog while running ReadAction, WriteAction, and commits. What's happ... -
Harold Martin 创建了一个帖子, 已回答Resolving import of Kotlin element extensions i.e. languageVersionSettings and endOffset
Hi, I'm trying to use some Kotlin element extensions like languageVersionSettings and textRange and endOffset. I can manually add the imports and build my project. But in my development IntelliJ in... -
-
Harold Martin 创建了一个帖子, 已回答Serializing Kotlin data class for persistent storage?
Hi, I've implemented a PersistentStateComponent class with various properties. The primitive typed properties store and restore successfully. However, if the property is a Kotlin data class it doe...