Pavel Lobodinský
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 6
-
已编辑于 Migrating from Gradle intelliJ Plugin v1 to v2
已回答Hello.I'm trying to migrate the org.jetbrains.intellij v1 plugin to org.jetbrains.intellij.platform v2.My plugin uses JavaCodeInsightTestFixture so that I've added this dependency testFramework(Te... -
创建于 How to perform slow operations in a dialog
已回答Helo,My plugin opens up a dialog (using UI DSL 2) where I have two combo boxes.The first combo box allows the user to select the destination module where a new Groovy class will be generated. Once ... -
已编辑于 Is it possible to have multiple source roots in unit tests?
已回答In the plugin I'm developing, I need to verify that my custom action is available only in the test JVM source root (JavaSourceRootType.TEST_SOURCE).By default, the LightProjectDescritor in the Ligh... -
创建于 Is there a way to unit test plugin action that needs DataContext?
已回答Hello.I have developed a plugin File action that extends the JavaCreateTemplateInPackageAction and I'm trying to unit-test the overridden the isAvailable(dataContext: DataContext) function.The test... -
已编辑于 Can I modify `*.groovy` file icon when certain criteria are met?
已回答Hello there.I've been trying hard the whole day today to figure out a solution to my use case. No luck, that's why I'm asking the community here.I am developing a plugin that adds inspections, temp...