Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Emelyanov Yaroslav
Total activity
45
Last activity
December 11, 2019 15:29
Member since
April 23, 2018 09:56
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
13
Activity overview
Posts (13)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
August 13, 2019 16:06
Yes, if it can be configured programmatically
Community
IntelliJ IDEA Open API and Plugin Development
How to hide specific action
0 votes
Created
April 05, 2019 09:04
Is it possible to use this functionality programmatically?
Community
IntelliJ IDEA Open API and Plugin Development
Delete files in use
0 votes
Created
April 05, 2019 08:46
Sometimes users may want to replace the driver. I want to support this case in GUI.
Community
IntelliJ IDEA Open API and Plugin Development
Delete files in use
0 votes
Edited
February 19, 2019 10:15
I created a demo project: https://github.com/EmYar/plugin_test.gitIDE build: 183.5429.30
Community
IntelliJ IDEA Open API and Plugin Development
Open file action customization
0 votes
Created
February 11, 2019 08:04
Yes, I do. But this method is called only for files not for directories
Community
IntelliJ IDEA Open API and Plugin Development
Open file action customization
0 votes
Created
January 31, 2019 12:39
This is almost what I'm looking for. But this way I can only change file icons. Is there a way to change the icon of a directory containing specific project files? For example: change the "test_pro...
Community
IntelliJ IDEA Open API and Plugin Development
Open file action customization
0 votes
Created
January 30, 2019 16:17
Is it possible to customize icon without implementing my own OpenFileAction?
Community
IntelliJ IDEA Open API and Plugin Development
Open file action customization
0 votes
Created
December 13, 2018 13:13
Thanks, TreeUtil#promiseExpand works for me. Yes, my custom nodes implements contains(VirtualFile) method. For example This node aggregate all gradle scripts from the project
Community
IntelliJ IDEA Open API and Plugin Development
Expand non psi-based ProjectViewTree nodes
0 votes
Created
December 12, 2018 09:36
Because these nodes are just children of ProjectViewNode<String>, they do not have VirtualFile to select.The node whose children I want to expand looks like this: public class MyRootNode extends Pr...
Community
IntelliJ IDEA Open API and Plugin Development
Expand non psi-based ProjectViewTree nodes
0 votes
Created
November 19, 2018 12:53
Thanks for the answer. It works, but I have too many classes to add in this way. Installation time does not matter in my case, so I’ll be interested in another way if it exists.
Community
IntelliJ IDEA Open API and Plugin Development
Testing framework support plugin
0 votes
Next
›
Last
»