Egor K Kulikov
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
Egor K Kulikov 创建了一个帖子, 已回答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... -
Egor K Kulikov 创建了一个帖子, 已回答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... -
Egor K Kulikov 创建了一个帖子, 已回答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... -
-
Egor K Kulikov 创建了一个帖子, 已回答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... -
Egor K Kulikov 创建了一个帖子, 已回答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... -
Egor K Kulikov 创建了一个帖子, 已回答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...