主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karol Lewandowski
活动总数
2850
最后的活动
2025年02月06日 11:01
成员加入日期
2022年01月03日 14:12
关注
0 名用户
关注者数
3 名用户
投票数
43
订阅数
1086
活动概览
文章(0)
帖子(0)
评论(1721)
按最近的活动排序
最近的活动
投票数
创建于
2022年01月25日 12:29
Hi, Unfortunately, there is no workaround that allows achieving it. It was requested before, so you can follow this issue:https://youtrack.jetbrains.com/issue/DBE-1084
社区
IntelliJ IDEA Open API and Plugin Development
Add custom display type to Intelij Database Tool
0 票
创建于
2022年01月21日 15:23
BTW, I forgot to mention IntelliJ Platform Explorer, so you can check example implementations: https://jb.gg/ipe?extensions=com.intellij.projectViewNodeDecorator https://jb.gg/ipe?extensions=com.i...
社区
IntelliJ IDEA Open API and Plugin Development
Library roots / sdk filter roots
0 票
创建于
2022年01月20日 07:18
Hi, Unfortunately, it is not possible.
社区
IntelliJ IDEA Open API and Plugin Development
Add custom display type to Intelij Database Tool
0 票
创建于
2022年01月19日 11:08
Hi Sergio, I understand that you want to implement references support to be able to go from .feature file to .py file where a step is "declared". Please read the following topics: https://plugins....
社区
IntelliJ IDEA Open API and Plugin Development
Link CTRL+LB Click for new step decorators in behave
0 票
已编辑于
2022年01月18日 16:57
I'm sorry, but it is still too little information. What does it mean that you parse the XML file? How do you write it to a new file? What APIs do you use? Why do you expect a line break character t...
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.psi.xml find indents between tags
0 票
创建于
2022年01月18日 15:15
Hi Turalllb, Please be more specific with the question. I don't understand what you mean and what you try to achieve. Please explain the context and use case.
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.psi.xml find indents between tags
0 票
创建于
2022年01月17日 12:05
Hi Ricardo, I misunderstood your question then, sorry about that. I wouldn't recommend using Spring Framework. The approach for plugins is to use services when we need them, so e.g. your action sho...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to integrate plugin with Spring framework?
0 票
创建于
2022年01月17日 11:35
Hi Egor, You may be interested in the following APIs: Standard Java java.io.File API for creating new files ModuleRootManager and related classes/methods mentioned in this comment for manipulati...
社区
IntelliJ IDEA Open API and Plugin Development
Create resources root in a module and add new file
0 票
创建于
2022年01月17日 10:48
Hi Ralph, It seems that your getSpacing() method is an issue cause. It returns 0 spaces for other than known cases, so also for the case between LABELDEF and CRLF tokens. I suggest returning null f...
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
创建于
2022年01月14日 16:57
Ralph, could you please add the building script to it as well? I would like to run it for an easier understanding of what's happening, so I need a repo that I can checkout and run without any addit...
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
«
第一页
‹
上一页
下一页
›
最后
»