tag | bf68be1f51bf044e9cdec4db859b46c2b7fbeb5d | |
---|---|---|
tagger | Luca Milanesio <luca.milanesio@gmail.com> | Sat Oct 28 01:58:20 2023 +0000 |
object | d4f9247d3efb6a0e461af701986235511d05b7e3 |
v3.9.0-rc2
commit | d4f9247d3efb6a0e461af701986235511d05b7e3 | [log] [tgz] |
---|---|---|
author | Kamil Musin <kamilm@google.com> | Mon Sep 25 12:57:50 2023 +0200 |
committer | Kamil Musin <kamilm@google.com> | Mon Sep 25 13:16:12 2023 +0200 |
tree | 50de5784546ab2b77256f4d3bb3b6d8103b70455 | |
parent | be8e04b1a6de091a63c9bc79b56508f2ad56a830 [diff] |
Suppress warning about duplicate global declaration. We want to have separate declaration to keep the files in separate js bundles. Also fix the incorrect usage of params that has been renamed to prefs, and descrepancy between prefs being optional or not. Release-Notes: skip Change-Id: I252b3bba30cb9318c41ae24acf4a37f4c389907d
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.