主页
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月14日 15:57
I'm sorry, but I don't see the issue cause. Could you please share more code (preferably on a GitHub repo branch)?
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
已编辑于
2022年01月14日 13:47
Hi Ronbood04, I understand you want to mark some parts of the code. Drawing in the editor can be problematic and I suggest taking a look at RangeHighlighter and related classes as mentioned here: h...
社区
IntelliJ IDEA Open API and Plugin Development
Adding visuals onto editor
0 票
创建于
2022年01月14日 11:25
Hi Ralph, Selecting an item on one side will not jump to counterpart on the other side when text ranges are the same. Please ignore it as this is just UI (I'll check the exact reason for this). Wha...
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
创建于
2022年01月13日 06:43
Hi Ricardo, I recommend checking Spring API and SDK Docs in general if you are not familiar with it yet.
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to integrate plugin with Spring framework?
0 票
创建于
2022年01月13日 06:38
Hi Ralph, Is it confirmed in PSI Viewer that your blocks structure has correct indents? Could you please share a screenshot? To see the structure go to Tools | View PSI Structure of Current File......
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
创建于
2022年01月12日 10:12
Hi Matouš, Did you override PsiElement.getTextOffset() as PsiNamedIdentifierOwner's JavaDoc states?
社区
IntelliJ IDEA Open API and Plugin Development
Clickable area range for reference
0 票
创建于
2022年01月12日 07:31
Hi Ralph, Could you please check how the blocks structure is actually built? You can do it with PSI Viewer (it is mentioned here: https://plugins.jetbrains.com/docs/intellij/code-formatting.html).
社区
IntelliJ IDEA Open API and Plugin Development
How to create indents for all children of PsiFile?
0 票
已编辑于
2022年01月12日 07:29
Hi Ralph, You have to register PostFormatProcessor in com.intellij.postFormatProcessor extension point in plugin configuration file. So you should do it a similar way as you registered your formatt...
社区
IntelliJ IDEA Open API and Plugin Development
How to change case in a FormattingModelBuilder?
0 票
创建于
2022年01月10日 07:00
Hi Wang, I've seen your plugin project repository, but what I need now is the test project you use for the runIde task. Could you please provide it in a temporal GitHub repository or just a ZIP fil...
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
创建于
2022年01月05日 13:16
Hi Wang, It may be the test context misconfiguration if it works for you in the running IDE. Could you please provide us with the test project that you use for "runIde"?
社区
IntelliJ IDEA Open API and Plugin Development
Why does the PsiField.getAnnotation() behave differently in different test environments.
0 票
«
第一页
‹
上一页
下一页
›
最后
»