uwolfer / gerrit-intellij-plugin

Gerrit Code Review Tool Integration for the IntelliJ Platform
Apache License 2.0
495 stars 103 forks source link

Comment entry field affected by commit message inspections #418

Open leoluk opened 3 years ago

leoluk commented 3 years ago

The Gerrit plugin's code review comment entry box is affected by these commit message settings:

image

In particular, the "wrap when typing reaches the right margin" option interacts badly with review comments which are meant to be soft-wrapped by the Gerrit UI, rather than hard-wrapped by the author.

Perhaps it would be better to use a generic text area here vs. reusing the commit one?