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 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
Edited
December 23, 2023 11:13
Don't you, by any chance, know if I can do something similar with File templates?For instance, I have a Spock Specification.groovy.ft defined, but the template uses the Groovy icon in the Settings....
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 10:36
Hey Marco. Oh My God, you're a lifesaver.This was literally a one-liner Kotlin function since there is a function to detect Spock Specifications in the Groovy plugin. Thanks so much!!For future ref...
Community
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
0 votes
Created
April 23, 2020 16:26
Also, then the doc is inherited, the `Description copied from class:` causes a huge indentation.
Community
IntelliJ IDEA Users
ForceWrap javadoc popup?
0 votes
Created
April 23, 2020 14:19
It seems the min-width of the popup equals the longest pre-formatted code length. Would it be possible to alter the behaviour so that the regular text would respect the width of the popup? One pre-...
Community
IntelliJ IDEA Users
ForceWrap javadoc popup?
0 votes
«
First
‹
Previous