主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Hayk Hovhannisyan
活动总数
20
最后的活动
2019年08月12日 11:08
成员加入日期
2019年08月06日 18:13
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
5
活动概览
帖子(5)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2019年08月08日 15:37
The equivalent with asynchronous listener will be: VirtualFileManager.getInstance().addAsyncFileListener(new AsyncFileListener() { @Nullable @Override public ChangeApplier prepareChange(@...
社区
IntelliJ IDEA Open API and Plugin Development
What is the best way for callback when some file changed
1 票
创建于
2019年08月12日 11:08
Yes
社区
IntelliJ IDEA Open API and Plugin Development
The best way to refresh Virtual FIles
0 票
创建于
2019年08月09日 16:15
Yes, thanks did the stuff before like that. Thought that missed something. Thanks Yann
社区
IntelliJ IDEA Open API and Plugin Development
Building plugin through the Gradle Workflow
0 票
已编辑于
2019年08月09日 16:14
Do you mean refreshing stuff like this : VfsUtil.markDirtyAndRefresh(true, true, true, ProjectRootManager.getInstance(project).getContentRoots()); Thanks for valuable tips.
社区
IntelliJ IDEA Open API and Plugin Development
The best way to refresh Virtual FIles
0 票
已编辑于
2019年08月09日 15:51
For example new folder will be added with inside some new file(s). Did some research and for refresh stuff for project found above mentioned examples. So I taking the all projects in my plugin and ...
社区
IntelliJ IDEA Open API and Plugin Development
The best way to refresh Virtual FIles
0 票
已编辑于
2019年08月09日 15:02
I am using that in my plugin to refresh in background mode the project when some changes comes from web browser. This plugin will work to do some background stuff, when I will update something in m...
社区
IntelliJ IDEA Open API and Plugin Development
The best way to refresh Virtual FIles
0 票
创建于
2019年08月09日 13:31
Thanks Yann
社区
IntelliJ IDEA Open API and Plugin Development
Error in buildPlugin execution time
0 票
创建于
2019年08月09日 08:48
For example providing all plugin dependency libs or ids of dependency libs (like you have in getDependentPluginIds() method). As I mentioned I can shortly take the dependency jars folder where situ...
社区
IntelliJ IDEA Open API and Plugin Development
What is the best way to take dependency library in Plugin
0 票
已编辑于
2019年08月08日 16:24
"get from there some property" - I have json.file in xxx.jar which is in dependency of my plugin. Beside of what I mentioned in above code, is there any possibility to take the file content throug...
社区
IntelliJ IDEA Open API and Plugin Development
What is the best way to take dependency library in Plugin
0 票