commit | 49ed0028b06857b60e6ab52989ac8b46d76e7352 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Wed Mar 12 08:25:12 2025 -0700 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Wed Mar 12 08:39:50 2025 -0700 |
tree | bfd40e0bf6b6dff9280e7f412632aa8964a12068 | |
parent | 9f049032fd8f89f59ceda33f6bf1767cc14514ab [diff] |
Fix overriding cm-highlightSpace With [0], it changed how to overide it. We fix this by using cm-highlightSpace rather than cm-highlightSpace:before. [0] https://github.com/codemirror/view/commit/605fd723b9e18cc3523335f2f803418305b93b68 Change-Id: I7c2829e444ef7c0ac12910ff277e24ab5e052bad
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.