gerrit-intellij-plugin
gerrit-intellij-plugin copied to clipboard
Gerrit Code Review Tool Integration for the IntelliJ Platform
When I review a file and press "C" then in the latest IDEA EAP all I get is a small popup with an incomplete error message  Luckily, the context...
Hello, Is there a way to checkout a gerrit patch and to work on changed file (ie edit them) while being able to see the comments ? The flow I...
In Gerrit 3.4 patch set descriptions can no longer be added/edited in the browser. However, there is a feature to add a patch set description when pushing. It is documented...
[File system watching](https://blog.gradle.org/introducing-file-system-watching). Since Gradle 6.5, File system watching was introduced which can help to avoid unnecessary I/O. This feature is the default since 7.0. For an older version, we...
It looks like settings will be stored in gerrit_settings.xml file. https://github.com/uwolfer/gerrit-intellij-plugin/blob/7414bd4a401a38e21e510282014ba2189c7ed865/src/main/java/com/urswolfer/intellij/plugin/gerrit/GerritSettings.java#L41 However there is no default version of this file in the project, so I'm still browsing for where the...
Allow adding multiple gerrit accounts: for example account for review.openstack.org and separate account for review.gerrithub.io
I set up a Gerrit account and an HTTP password. Occasionally, e.g. everytime after an IDEA update, the plugin forgets the password and only shows Error messages: > Failed to...
IntelliJ's GitHub plugin has a feature where you can directly open the corresponding file or Git commit. The same feature could be implemented for Gerrit, opening the Gitiles URL instead:...
The Gerrit plugin's code review comment entry box is affected by these commit message settings:  In particular, the "wrap when typing reaches the right margin" option interacts badly with...
Forms like the push dialog and the comment entry form do not have Alt accelerator shortcuts like other forms in IntelliJ do. For example, in the commit dialog, pressing Alt-M...