CodeMirror plugin for PolyGerrit

Clone this repo:
  1. e01f75b Adapt to use of gerrit_plugin rule from bazlets for in-tree builds by Thomas Dräbing · 4 months ago master
  2. 1d9e98f Merge "Lint with buildifier 4.0" by Thomas Dräbing · 6 weeks ago v3.14.0-rc0 v3.14.0-rc1 v3.14.0-rc2
  3. da5849b Use jinja from @codemirror/lang-jinja instead of legacy mode by Paladox none · 10 weeks ago
  4. 02d4525 Lint with buildifier 4.0 by Thomas Dräbing · 5 months ago
  5. a6d0469 Merge branch 'stable-3.12' by Antonio Barone · 6 months ago v3.13.0 v3.13.0-rc5 v3.13.1 v3.13.2 v3.13.3 v3.13.4 v3.13.5

CodeMirror Editor

A plugin that uses CodeMirror to provide a rich code editing experience in PolyGerrit.

The plugins hooks into the editor endpoint and registers gr-editor for it.

The codemirror-element using CodeMirror is loaded lazily from another js bundle, because it is fairly large, and we don't want to load the large bundle, if the user is not editing anything.

We are using the generic test target in the plugins/ folder. See plugins/BUILD for how to enable the tests and then run bazel run plugins:web-test-runner.

For testing you can use FE dev helper (https://gerrit.googlesource.com/gerrit-fe-dev-helper/). It allows you to redirect to (symlinks to) your locally built files. You can use npm run start to serve files and put the locally built files (or symlinks) in the polygerrit-ui/app/ folder.