Ben Gibson
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Plugin Services - Getting started
I'm developing a basic plugin that hooks into the Action Menu. Having read the getting started guide https://www.jetbrains.org/intellij/sdk/docs/basics.html I got a working prototype by extending `... -
Created ServiceManager - Complex dependencies.
I have been registering some basic services though plugin.xml e.g. <applicationService serviceInterface="foo" serviceImplementation="foo"/> I now have more complex project level services that... -
Created git4idea lsRemote command causes UI to freeze.
AnsweredI developed a basic plugin to open a file under git version control in its remote repository using the default browser. Just recently a few users of my plugin have reported the UI freezing (see iss...