主页
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月06日 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
社区
IntelliJ IDEA Open API and Plugin Development
Can I modify `*.groovy` file icon when certain criteria are met?
1 票
创建于
2024年09月30日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Migrating from Gradle intelliJ Plugin v1 to v2
0 票
创建于
2024年03月22日 14:15
I haven't found any nice example like that myself. Thanks, Karol Lewandowski , this helps a lot!!
社区
IntelliJ IDEA Open API and Plugin Development
How to perform slow operations in a dialog
0 票
创建于
2024年01月25日 14:04
OK. I was just curious whether I'm doing it more complex than necessary :)
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to unit test plugin action that needs DataContext?
0 票
创建于
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 票
下一页
›
最后
»