主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ben Gibson
活动总数
12
最后的活动
2019年01月19日 14:59
成员加入日期
2016年01月29日 18:33
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2018年03月13日 12:26
Any ideas? It might be that the ServiceManager is capable of auto wiring dependencies but I can’t find anything in the documentation. The alternative would be to create my own container in the plug...
社区
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 票
创建于
2018年03月12日 15:47
Neither Foo nor Bar need to be shared across plugins so I don't think an extension point would be necessary. The ServiceManager documentation only shows examples of services that have no dependencies.
社区
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 票
创建于
2018年03月12日 14:01
Say for example the service Foo registered above in the plugin.xml has a dependency on a list of classes implementing an interface Bar. How does the service manager auto-wire this dependency before...
社区
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 票
创建于
2016年09月19日 18:54
Ah I see, using Task.Backgroundable did the job, thanks for the explanation!
社区
IntelliJ IDEA Open API and Plugin Development
git4idea lsRemote command causes UI to freeze.
0 票
创建于
2016年09月18日 07:43
Any idea what might be causing the built in ssh to never complete the process Kirill?
社区
IntelliJ IDEA Open API and Plugin Development
git4idea lsRemote command causes UI to freeze.
0 票
创建于
2016年09月16日 23:09
The problem is the operation never completes using the built-in SSH executable. Switching to the native SSH executable returns either a successful or failed result. I call the command here https://...
社区
IntelliJ IDEA Open API and Plugin Development
git4idea lsRemote command causes UI to freeze.
0 票