Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Pavel Lobodinský
Total activity
30
Last activity
June 05, 2025 10:40
Member since
April 23, 2020 14:19
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
6
Activity overview
Posts (5)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
January 06, 2024 16:09
Just for the record, this is the issue I created: https://youtrack.jetbrains.com/issue/IDEA-342024/Custom-icons-for-File-templates-in-plugins
Community
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
1 vote
Created
September 30, 2024 07:26
I have found a workaroundconfigurations.testRuntimeClasspath { exclude(group = "org.codehaus.groovy", module = "groovy") }but I would prefer a “native” support in the testFramework helper method.
Community
IntelliJ IDEA Open API and Plugin Development
Migrating from Gradle intelliJ Plugin v1 to v2
0 votes
Created
March 22, 2024 14:15
I haven't found any nice example like that myself. Thanks, Karol Lewandowski , this helps a lot!!
Community
IntelliJ IDEA Open API and Plugin Development
How to perform slow operations in a dialog
0 votes
Created
January 25, 2024 14:04
OK. I was just curious whether I'm doing it more complex than necessary :)
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to unit test plugin action that needs DataContext?
0 votes
Created
January 24, 2024 17:16
Yeah, I understand. The sources are here: https://github.com/lobodpav/spock-intellij-pluginReplication steps: Checkout the https://github.com/lobodpav/spock-intellij-plugin/tree/problem/test-setup-...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to have multiple source roots in unit tests?
0 votes
Edited
January 12, 2024 17:50
This is what I'm trying to do. Is this way the right way?val virtualDirectory = tempDirFixture.findOrCreateDir("main/groovy/test/test1/test2") val psiDirectory = findOrCreateDirectory(virtualDirect...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to unit test plugin action that needs DataContext?
0 votes
Edited
January 20, 2024 06:28
There is another problem. If I follow your steps and create src/main/java , the action is available even though it's not in a real IntelliJ instance.When debugging, the CreateTemplateInPackageActio...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to have multiple source roots in unit tests?
0 votes
Created
January 12, 2024 15:14
Thanks Yann Cebron for the hints!I aim to do this setup for all tests, so the LightProjectDescriptor will be the way to go.There is one catch though. I wanted the new SpockLightProjectDescriptor to...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to have multiple source roots in unit tests?
0 votes
Created
January 02, 2024 07:14
Hi Karol,Thanks for confirming.I too think the custom type is an overkill. However, it is the only option so I have used it for now as a workaround. Anyway, will request an improvement as per your ...
Community
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
0 votes
Created
December 23, 2023 13:16
Thanks anyway, Marco. Will stick with the custom file type workaround for now.Have a wonderful Christmas!
Community
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
0 votes
Next
›
Last
»