Pavel Lobodinský

- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
-
-
Pavel Lobodinský created a post, AnsweredMigrating 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ý commented, -
Pavel Lobodinský created a post, AnsweredHow 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ý commented, -
-
-
-
-
Pavel Lobodinský created a post, AnsweredIs 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...