主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Urs Wolfer
活动总数
14
最后的活动
2017年10月23日 19:18
成员加入日期
2014年01月11日 15:25
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2017年08月24日 17:05
Thanks Aleksey. I have fixed it by using a projectService: https://github.com/uwolfer/gerrit-intellij-plugin/commit/400eda93bb849b8da828785b182ed3c6e0e574f4
社区
IntelliJ IDEA Open API and Plugin Development
Access toolwindow from an action
1 票
创建于
2017年10月23日 19:18
Thanks Nadya, that works fine.
社区
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 票
创建于
2017年10月22日 19:30
Thank you very much! This is the solution I've implemented based on your proposals: https://github.com/uwolfer/gerrit-intellij-plugin/commit/ef256e28aea0412cb7bc8f42965e09549ec60bcd
社区
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 票
创建于
2017年10月22日 18:01
With "debounce" I mean something like that: https://lodash.com/docs/#debounce I.e. when a project contains 4 Git repos, my listener is called 4 times (which is fine of course). But I do not want to...
社区
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 票
创建于
2017年10月22日 14:43
I have implemented something which basically does the work based on your input. List<GitRepository> repositories = GitUtil.getRepositoryManager(project).getRepositories();if (!repositories.isEmpty...
社区
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 票
创建于
2017年10月21日 16:22
I need it for loading a list in a tool window (I load all open reviews from Gerrit for repositories which are available in current project).
社区
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 票
创建于
2017年10月21日 16:00
Thanks for your detailed explanation. In my usecase I just need a list of all available Git repos, I do not need to react on changes at runtime. Is there an event when the full initialization is ...
社区
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 票
创建于
2014年01月15日 21:05
If I add such extension points, is there any chance that they will be added before IntelliJ IDEA 14 release?Dimitry, probably you could also ask your collegues to look into the linked issues and te...
社区
IntelliJ IDEA Open API and Plugin Development
Best way to extend UI which does not provide extension points
0 票