主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nullsink
活动总数
31
最后的活动
2024年03月12日 07:07
成员加入日期
2023年07月20日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(5)
评论(19)
按最近的活动排序
最近的活动
投票数
创建于
2024年03月12日 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...
社区
IntelliJ IDEA Users
Control Annotation Processing for main/production and test sources separately
0 票
已编辑于
2024年01月26日 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...
社区
IntelliJ IDEA Users
Control Annotation Processing for main/production and test sources separately
0 票
创建于
2023年12月12日 10:47
I've got this working by performing *Reload All Maven Projects* action, which can be found in the *Maven* tool window.
社区
IntelliJ IDEA Users
Link maven dependency sources to sources of an external maven project added as module to main idea project
0 票
创建于
2023年11月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Failing to add a dependency on a plugin available in the file system
0 票
已编辑于
2023年11月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 票
创建于
2023年11月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Failing to add a dependency on a plugin available in the file system
0 票
创建于
2023年11月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 票
创建于
2023年11月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 票
创建于
2023年11月16日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 票
创建于
2023年11月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin creating multiple files in bulk/batch/grouped events/ mode
0 票
下一页
›
最后
»