主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nullsink
活动总数
31
最后的活动
2024年03月12日 07:07
成员加入日期
2023年07月20日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(5)
评论(19)
按最近的活动排序
最近的活动
投票数
创建于
2023年11月16日 11:03
I can see that JavaCreateFromTemplateHandler is calling PsiDirectory#add for each file, thus triggering a separate event.Let's say I create all my files manually using java.nio.file, how would I th...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 票
创建于
2023年09月14日 10:29
Have there been any updates on this? Or perhaps some comments from the IJ team? I have been experiencing this issue a lot during plugin development, as there have been many cases where I had to res...
社区
IntelliJ IDEA EAP Users
IDEA reindexes and reimports everything after a crash
0 票
已编辑于
2023年08月29日 09:57
I have encountered another issue. The Problems tool window, it seems, shows only problems related to the currently opened file in the editor. However, for my use case it is important to show proble...
社区
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 票
已编辑于
2023年08月29日 07:44
Also, I would be glad if somebody could share some insight on the question asked in this comment:> Is it possible to avoid the loss information with multiple highlights on the same element?I guess ...
社区
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 票
已编辑于
2023年08月29日 06:19
@Yann Cebron If I understand correctly, External Annotators are controlled and run by some other component, which doesn't satisfy my requiremenet of having a lower-level control of the tool. Do cor...
社区
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 票
创建于
2023年08月28日 08:49
After using UpdateHighlightersUtil.setHighlightersToEditor() I've noticed that multiple highlights reported on the same PSI element cannot coexist: the last one replaces the previous one. Also, rep...
社区
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 票
创建于
2023年08月25日 10:42
I found UpdateHighlightersUtil.setHighlightersToEditor() to be useful - I can report messages on specific elements. This solves points 1 and 2 outlined inthe original post. However, there is an iss...
社区
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 票
创建于
2023年07月25日 06:30
I'm creating a plugin for annotation processing. It's essential that annotation processing kicks in immediatly after a file is saved/moved/renamed/deleted. For this reason the standard annotation p...
社区
IntelliJ IDEA Open API and Plugin Development
Invalid PsiJavaFile in BulkFileListener.after() after file deletion event
0 票
已编辑于
2023年07月21日 07:27
I found a workaround. It invloves reparsing PsiJavaFile-s (affected sources mentioned in the OP) in after() using FileContentUtil.reparseFiles() and then refetching them by their corresponding Virt...
社区
IntelliJ IDEA Open API and Plugin Development
Invalid PsiJavaFile in BulkFileListener.after() after file deletion event
0 票
«
第一页
‹
上一页