Urs Wolfer
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 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 ... -
创建于 Access toolwindow from an action
已回答I 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... -
创建于 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...