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
March 12, 2024 07:07
Roman VataginMy configuration works as intended when run via Maven from the command line.My mentioning of Project Rebuild was indeed a reference to the option from the Build Menu. I understand that...
Community
IntelliJ IDEA Users
Control Annotation Processing for main/production and test sources separately
0 votes
Edited
January 26, 2024 12:32
I attempted simply enabling Annotation Processing for all sources in the module (both main and test), but there is another problem. More details about my use case are provided to understand it:My M...
Community
IntelliJ IDEA Users
Control Annotation Processing for main/production and test sources separately
0 votes
Created
December 12, 2023 10:47
I've got this working by performing *Reload All Maven Projects* action, which can be found in the *Maven* tool window.
Community
IntelliJ IDEA Users
Link maven dependency sources to sources of an external maven project added as module to main idea project
0 votes
Created
November 24, 2023 08:10
Jakub Chrzanowski Removing cached entries as you advised did the trick. The configuration from the first post works now. Thanks.Did you refer to the the plugin version from Marketplace before inste...
Community
IntelliJ IDEA Open API and Plugin Development
Failing to add a dependency on a plugin available in the file system
0 votes
Edited
November 23, 2023 11:50
I ended up doing something along those lines: implemented a synchronisation mechanism to facilitate communication between my plugins. The one that creates files informs the other one (which is expe...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 votes
Created
November 23, 2023 11:14
Yann Cebron I did. The result is similar to the 1st error message in the post.> Task :prepareKotlinBuildScriptModel UP-TO-DATE [gradle-intellij-plugin :] Cannot create plugin from file '/home/jjnkn...
Community
IntelliJ IDEA Open API and Plugin Development
Failing to add a dependency on a plugin available in the file system
0 votes
Created
November 21, 2023 13:22
I haven't implemented the other approach yet (the one where I try to group the files) so I haven't had the opportunity to compare them. However, while the execution time is certainly the most signi...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 votes
Created
November 16, 2023 13:12
The plugin that listens to VFS events does some work whenever a new file is created or an existing one is saved. So when my other plugin creates multiple files, the listening plugin kicks in severa...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 votes
Created
November 16, 2023 12:09
I experimented a bit and noticed that if I create a bunch of files externally during AnAction, then they nicely arrive grouped together in a single VFS event when the action completes. However, if ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 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
Next
›
Last
»