Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nullsink
Total activity
31
Last activity
March 12, 2024 07:07
Member since
July 20, 2023 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (5)
Comments (19)
Sort by recent activity
Recent activity
Votes
Created
November 16, 2023 12:03
Karol Lewandowski Yes, I did implement it in the plugin that listens for VFS events. However, I'm currently interested in ways of controlling the notifications about the VFS, not in the listening i...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 votes
Created
November 16, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 votes
Created
September 14, 2023 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...
Community
IntelliJ IDEA EAP Users
IDEA reindexes and reimports everything after a crash
0 votes
Edited
August 29, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 votes
Edited
August 29, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 votes
Edited
August 29, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 votes
Created
August 28, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 votes
Created
August 25, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
API for reporting/highlighting problems outside of inspections
0 votes
Created
July 25, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Invalid PsiJavaFile in BulkFileListener.after() after file deletion event
0 votes
Edited
July 21, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Invalid PsiJavaFile in BulkFileListener.after() after file deletion event
0 votes
«
First
‹
Previous