Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Hayk Hovhannisyan
Follow
New posts
New posts and comments
Total activity
20
Last activity
August 12, 2019 11:08
Member since
August 06, 2019 18:13
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
5
Activity overview
Posts (5)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
August 12, 2019 11:08
Yes
Community
IntelliJ IDEA Open API and Plugin Development
The best way to refresh Virtual FIles
0 votes
Created
August 09, 2019 16:15
Yes, thanks did the stuff before like that. Thought that missed something. Thanks Yann
Community
IntelliJ IDEA Open API and Plugin Development
Building plugin through the Gradle Workflow
0 votes
Edited
August 09, 2019 16:14
Do you mean refreshing stuff like this : VfsUtil.markDirtyAndRefresh(true, true, true, ProjectRootManager.getInstance(project).getContentRoots()); Thanks for valuable tips.
Community
IntelliJ IDEA Open API and Plugin Development
The best way to refresh Virtual FIles
0 votes
Edited
August 09, 2019 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
The best way to refresh Virtual FIles
0 votes
Edited
August 09, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
The best way to refresh Virtual FIles
0 votes
Created
August 09, 2019 13:31
Thanks Yann
Community
IntelliJ IDEA Open API and Plugin Development
Error in buildPlugin execution time
0 votes
Created
August 09, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
What is the best way to take dependency library in Plugin
0 votes
Edited
August 08, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
What is the best way to take dependency library in Plugin
0 votes
Created
August 08, 2019 15:37
The equivalent with asynchronous listener will be: VirtualFileManager.getInstance().addAsyncFileListener(new AsyncFileListener() { @Nullable @Override public ChangeApplier prepareChange(@...
Community
IntelliJ IDEA Open API and Plugin Development
What is the best way for callback when some file changed
1 vote