Pavel Lobodinský
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
-
Edited Migrating from Gradle intelliJ Plugin v1 to v2
AnsweredHello.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... -
Created How to perform slow operations in a dialog
AnsweredHelo,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 ... -
Edited Is it possible to have multiple source roots in unit tests?
AnsweredIn 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... -
Created Is there a way to unit test plugin action that needs DataContext?
AnsweredHello.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... -
Edited Can I modify `*.groovy` file icon when certain criteria are met?
AnsweredHello 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...