commit | 13dcd3f4673c56e2b1001ef19eb54236943a35e6 | [log] [tgz] |
---|---|---|
author | paladox <thomasmulhall410@yahoo.com> | Mon Feb 27 02:36:04 2023 +0000 |
committer | paladox <thomasmulhall410@yahoo.com> | Wed Mar 01 23:19:45 2023 +0000 |
tree | e887e41f1c788f5cd3c7faad324e14c17eb8745e | |
parent | c964b31675de90cfafe43fff9ec357f4b97d1e08 [diff] |
Update CodeMirror to V6 This change depends on Ic9e9ec8fc40a3b1fc022e1f089691e56ef5dcefa to add the new dependacies on CodeMirror v6. Depends-On: Ic9e9ec8fc40a3b1fc022e1f089691e56ef5dcefa Change-Id: Ia837c3f2e3c943051a352c85ff3b7b48ab160c0f
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.