主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Pavel Lobodinský
活动总数
30
最后的活动
2025年06月05日 10:40
成员加入日期
2020年04月23日 14:19
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
6
活动概览
帖子(5)
评论(14)
按最近的活动排序
最近的活动
投票数
创建于
2024年01月24日 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-...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to have multiple source roots in unit tests?
0 票
已编辑于
2024年01月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to unit test plugin action that needs DataContext?
0 票
已编辑于
2024年01月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to have multiple source roots in unit tests?
0 票
创建于
2024年01月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to have multiple source roots in unit tests?
0 票
创建于
2024年01月02日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
0 票
创建于
2023年12月23日 13:16
Thanks anyway, Marco. Will stick with the custom file type workaround for now.Have a wonderful Christmas!
社区
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
0 票
已编辑于
2023年12月23日 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....
社区
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
0 票
创建于
2023年12月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
0 票
创建于
2020年04月23日 16:26
Also, then the doc is inherited, the `Description copied from class:` causes a huge indentation.
社区
IntelliJ IDEA Users
ForceWrap javadoc popup?
0 票
创建于
2020年04月23日 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-...
社区
IntelliJ IDEA Users
ForceWrap javadoc popup?
0 票
«
第一页
‹
上一页