Merge branch 'stable-3.12'

* stable-3.12:
  Build: Sort loads
  Resize CodeMirror dynamically
  Remove outline on textbox
  Display cursor position in the bottom
  Fix going to line
  Use Postgresql, PLSQL and Cassandra from sql package
  Allow jsx to be highlighted in .js
  Allow highlighting tsx files
  Create a gerrit theme for CodeMirror
  Revert "Use json from legacy-modes"

Change-Id: I0572d8f8d1af969105ca719223528d3246983a24
tree: 4abc6a7fc235f67d531e5e82a45e19b519e76ab0
  1. java/
  2. web/
  3. .gitignore
  4. BUILD
  5. LICENSE
  6. README.md
README.md

CodeMirror Editor

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.