Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Urs Wolfer
Total activity
14
Last activity
October 23, 2017 19:18
Member since
January 11, 2014 15:25
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
August 24, 2017 17:05
Thanks Aleksey. I have fixed it by using a projectService: https://github.com/uwolfer/gerrit-intellij-plugin/commit/400eda93bb849b8da828785b182ed3c6e0e574f4
Community
IntelliJ IDEA Open API and Plugin Development
Access toolwindow from an action
1 vote
Created
October 23, 2017 19:18
Thanks Nadya, that works fine.
Community
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 votes
Created
October 22, 2017 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
Community
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 votes
Created
October 22, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 votes
Created
October 22, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 votes
Created
October 21, 2017 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).
Community
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 votes
Created
October 21, 2017 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Ensure initialization of GitRepositoryManager before doing plugin operation
0 votes
Created
January 15, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to extend UI which does not provide extension points
0 votes