主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Emelyanov Yaroslav
活动总数
45
最后的活动
2019年12月11日 15:29
成员加入日期
2018年04月23日 09:56
关注
0 名用户
关注者数
0 名用户
投票数
6
订阅数
13
活动概览
帖子(13)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2019年08月13日 16:06
Yes, if it can be configured programmatically
社区
IntelliJ IDEA Open API and Plugin Development
How to hide specific action
0 票
创建于
2019年04月05日 09:04
Is it possible to use this functionality programmatically?
社区
IntelliJ IDEA Open API and Plugin Development
Delete files in use
0 票
创建于
2019年04月05日 08:46
Sometimes users may want to replace the driver. I want to support this case in GUI.
社区
IntelliJ IDEA Open API and Plugin Development
Delete files in use
0 票
已编辑于
2019年02月19日 10:15
I created a demo project: https://github.com/EmYar/plugin_test.gitIDE build: 183.5429.30
社区
IntelliJ IDEA Open API and Plugin Development
Open file action customization
0 票
创建于
2019年02月11日 08:04
Yes, I do. But this method is called only for files not for directories
社区
IntelliJ IDEA Open API and Plugin Development
Open file action customization
0 票
创建于
2019年01月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Open file action customization
0 票
创建于
2019年01月30日 16:17
Is it possible to customize icon without implementing my own OpenFileAction?
社区
IntelliJ IDEA Open API and Plugin Development
Open file action customization
0 票
创建于
2018年12月13日 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
社区
IntelliJ IDEA Open API and Plugin Development
Expand non psi-based ProjectViewTree nodes
0 票
创建于
2018年12月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Expand non psi-based ProjectViewTree nodes
0 票
创建于
2018年11月19日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Testing framework support plugin
0 票
下一页
›
最后
»