Urs Wolfer
Urs Wolfer
One thing I also miss from the web-UI is having the little green ticks against a file I've looked at, on some larger reviews that's quite handy to know where...
The following prevents Gerrit 1.2.1-146 to be dynamically loaded/unloaded without requiring user to restart IDE: - Plugin declares non-dynamic extensions: Git4Idea.GitHttpAuthDataProvider, com.intellij.checkoutProvider, com.intellij.vcsConfigurableProvider - Plugin declares application components: com.urswolfer.intellij.plugin.gerrit.push.GerritPushExtension$Proxy -...
Instead of icons which need to be hovered in order to see comment. (I do not know at the moment how to implement it best into the IntelliJ editor view.)
See: https://youtrack.jetbrains.com/issue/IDEA-192552#comment=27-2890550
I get reports related to invalid sessions sometimes. Probably a button to invalidate current session (which would lead in a new automatic login when next request is done) could help...
When a change got abandoned for example, the list should reflect that fact. Otherwise it could be confusing.
Please press the "Watch" button below if you want to get notified of test-builds for upcoming releases. I will post updated links from time to time here. Feel free to...
Gerrit toolwindow should be opened with query ("hash" or when multiple commits selected "hash-1 OR hash-2 OR hash-n"). This code can be used in plugin.xml: ``` xml ```
Like it is done in in commit dialog ("Detail" at bottom).