Pavel Lobodinský
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 6
-
-
Pavel Lobodinský 创建了一个帖子, 已回答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... -
-
Pavel Lobodinský 创建了一个帖子, 已回答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 ... -
Pavel Lobodinský 进行了评论, -
-
-
-
-
Pavel Lobodinský 创建了一个帖子, 已回答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...