Urs Wolfer
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Ensure initialization of GitRepositoryManager before doing plugin operation
In my plugin, I query for all Git repositories at plugin initialization time: GitUtil.getRepositoryManager(project).getRepositories() Sometimes this operation returns an empty list even when there ... -
Created Access toolwindow from an action
AnsweredI need to access my custom toolwindow from an action. In my case, the action triggers an update of the list displayed in the toolwindow. I tried two ways: 1) Make the toolwindow accessible via acti... -
Created Best way to extend UI which does not provide extension points
I would like to modifiy the Git push dialog for my Gerrit IntelliJ Plugin.You must push commits to a special remote branch "refs/for/" in order to get them into Gerrit. Currently, IntelliJ does not...