Egor K Kulikov
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
创建于 RunWriteCommandAction and suspend functions
已回答Some methods from the IntelliJ Platform require wrapping them in runWriteCommandAction.This also means that an undo/redo action will be created for them. I need to create several such operations in... -
创建于 Inherit from MavenProjectModelModifier
已回答Hello! I need to write a custom implementation of selectVersion method of MavenProjectModelModifier (with a custom implementation of calling public method, of course). I manage to inherit from Ide... -
创建于 Install dependency into Gradle project with disabled Android plugin programmatically
已回答Hello! Sometimes I need to install a dependency into user project programmatically. I use the inheritors of JavaProjectModelModifier for that, method addExternalLibraryDependency. In most cases And... -
创建于 Enable Gradle native support programmatically
已回答I have an ability to add dependency on test framework library programmatically: I need to call JavaProjectModelModificationService.addDependency method with framework library descriptors for it. Af... -
创建于 Create resources root in a module and add new file
已回答I need to add a special resources file to a user project (for example, MockMaker file from this tutorial https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#39) So I h... -
创建于 Configuring Kotlin JVM target platform via Intellij Plugin
已回答Kotlin in user projects may be configured with target platform JVM 1.6. My plugin sometimes requires Kotlin configured for 1.8 target. I would like to inform the user that current settings do not s...