commit | 0ac2e0d1272a5069b3709b0d2d718f735699ad70 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Tue Mar 25 10:21:22 2025 -0700 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Tue Mar 25 14:08:25 2025 -0700 |
tree | 4c2932d8b6c6b57792e2a1c3ed816d12c91a51e7 | |
parent | 06719abee6c38d17008599f074050db5153bffa3 [diff] |
Fix "indent with tabs" being ignored * Fixes it so pressing enter to go onto a new line, will make it so that it'll go underneith the previous code. Whether it's a tab or space. * Fixes it so that when you press shift+tab, it'll remove it once rather than going back to the start. * Fixes it so you can either ident by spaces or tabs again. Downstream task: https://phabricator.wikimedia.org/T355816 Change-Id: I592fcc42d4c5271ea8207d4e291248f57c373c87 (cherry picked from commit 4e882088573fd3915f16fe685a78b2f40f944d51)
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.