Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ben Gibson
Total activity
12
Last activity
January 19, 2019 14:59
Member since
January 29, 2016 18:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
March 13, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 votes
Created
March 12, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 votes
Created
March 12, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 votes
Created
September 19, 2016 18:54
Ah I see, using Task.Backgroundable did the job, thanks for the explanation!
Community
IntelliJ IDEA Open API and Plugin Development
git4idea lsRemote command causes UI to freeze.
0 votes
Created
September 18, 2016 07:43
Any idea what might be causing the built in ssh to never complete the process Kirill?
Community
IntelliJ IDEA Open API and Plugin Development
git4idea lsRemote command causes UI to freeze.
0 votes
Created
September 16, 2016 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://...
Community
IntelliJ IDEA Open API and Plugin Development
git4idea lsRemote command causes UI to freeze.
0 votes