主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Roman Shevchenko
活动总数
737
最后的活动
2023年10月06日 15:54
成员加入日期
2010年03月24日 10:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
263
活动概览
文章(0)
帖子(0)
评论(474)
按最近的活动排序
最近的活动
投票数
创建于
2017年06月05日 09:09
I'd not recommend using VFS for anything but project files.In this case, NIO is better on all counts. VFS events are sent on refresh.
社区
IntelliJ IDEA Open API and Plugin Development
File watching questions
0 票
创建于
2017年06月02日 11:36
No, there is no such way. A correct approach is saving the content of an editor to some temp. file and running an annotator on it.
社区
IntelliJ IDEA Open API and Plugin Development
Only trigger externalAnnotator when the file system is in sync
0 票
创建于
2017年05月09日 09:51
In IDEA, VFS is a caching snapshot. Most probably, the file you're opening doesn't belong to any project loaded into the IDE, so its state isn't updated automatically. Try to call `VirtualFile#refr...
社区
IntelliJ IDEA Open API and Plugin Development
FileChooser gives same file contents the second time I open the same (updated) file
0 票
创建于
2017年04月28日 10:05
Actually, I was wrong about the docs - here they are, along with instructions for debugging. On a positive side, developing a JPS plugin is easier - you don't need to restart IDEA even after major ...
社区
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 票
创建于
2017年04月27日 19:20
Right, you need a JPS plugin - actually, it's not hard at all :) I said this is better 'cause this way your plugin will have better compatibility with others. For example, if you want these file to...
社区
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 票
创建于
2017年04月27日 15:39
Then you need to implement another method instead of `processStarted()`. Actually, it would be better to make your plugin a part of a build process. Unfortunately, there seems to be no documentatio...
社区
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 票
创建于
2017年04月27日 14:17
Please take a look at this comment.
社区
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 票
已编辑于
2017年04月26日 18:43
I thought weaving in parallel may be the reason... Please replace plugins/aspectj/lib/aspectj-jps-plugin.jar with this file. When the issue happens again, please attach the build log to IDEA-171444.
社区
IntelliJ IDEA Users
How to get AspectJ post-compilation weave debug output?
0 票
创建于
2017年04月26日 09:13
Do yo have "Settings | Build, Execution, Deployment | Compiler | Compile independent modules in parallel" option enabled?
社区
IntelliJ IDEA Users
How to get AspectJ post-compilation weave debug output?
0 票
创建于
2017年04月11日 10:17
Hi Michel, Sorry for the late reply.Do you know any sample RCP app which I could use to debug the exception?
社区
IntelliJ IDEA Users
Running Eclipse RCP applications in IntelliJ 2017
0 票
«
第一页
‹
上一页
下一页
›
最后
»