commit | f6f73e861f8175b43a5c562db2f953e2bb38a5aa | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Tue May 13 16:15:11 2025 -0700 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Fri May 16 13:47:08 2025 -0700 |
tree | 6859d09146341c1bc89afb87e33f47b770584ee3 | |
parent | 05c98c5811edb76361c29e53f40641dc73cf4782 [diff] |
Resize CodeMirror dynamically When you resize a window, CodeMirror will now resize dynamically without needing a page refresh. Video: https://imgur.com/a/VL9Zhax (first vid is before, second is after) Change-Id: Ia6823f9d7daef0cb6693a8768808e64b859d39b3
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.