Harold Martin
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
-
-
Harold Martin created a post, Answered404 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 created a post, 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 created a post, 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 created a post, AnsweredResolving 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 created a post, AnsweredSerializing 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...