主页
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年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 票
创建于
2018年09月11日 13:45
Thanks, this method works fine.
社区
IntelliJ IDEA Open API and Plugin Development
Open the modal window by double clicking on the custom Project View tree item
0 票
已编辑于
2018年09月11日 12:54
At this moment I use a class which extends ProjectViewPane and create my own nodes in getChildren() method.I do not understand how OpenSourceUtil#navigate can help me.I found EditSourceOnDoubleClic...
社区
IntelliJ IDEA Open API and Plugin Development
Open the modal window by double clicking on the custom Project View tree item
0 票
创建于
2018年04月24日 07:38
Thanks, I will try this method. Is it possible to add action to hide/show empty directories to Options of ProjectView?
社区
IntelliJ IDEA Open API and Plugin Development
Hide empty packages from Project Tree
0 票
«
第一页
‹
上一页