[Libreoffice-commits] dev-tools.git: help3/xhpeditor
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Tue Feb 11 18:52:55 UTC 2020
help3/xhpeditor/AUTHORS | 748
help3/xhpeditor/CHANGELOG.md | 1412 -
help3/xhpeditor/CONTRIBUTING.md | 92
help3/xhpeditor/README.md | 3
help3/xhpeditor/addon/comment/comment.js | 209
help3/xhpeditor/addon/comment/continuecomment.js | 78
help3/xhpeditor/addon/dialog/dialog.js | 161
help3/xhpeditor/addon/display/autorefresh.js | 47
help3/xhpeditor/addon/display/fullscreen.js | 41
help3/xhpeditor/addon/display/panel.js | 123
help3/xhpeditor/addon/display/placeholder.js | 63
help3/xhpeditor/addon/display/rulers.js | 51
help3/xhpeditor/addon/edit/closebrackets.js | 194
help3/xhpeditor/addon/edit/closetag.js | 175
help3/xhpeditor/addon/edit/continuelist.js | 89
help3/xhpeditor/addon/edit/matchbrackets.js | 145
help3/xhpeditor/addon/edit/matchtags.js | 66
help3/xhpeditor/addon/edit/trailingspace.js | 27
help3/xhpeditor/addon/fold/brace-fold.js | 105
help3/xhpeditor/addon/fold/comment-fold.js | 59
help3/xhpeditor/addon/fold/foldcode.js | 152
help3/xhpeditor/addon/fold/foldgutter.js | 146
help3/xhpeditor/addon/fold/indent-fold.js | 48
help3/xhpeditor/addon/fold/markdown-fold.js | 49
help3/xhpeditor/addon/fold/xml-fold.js | 184
help3/xhpeditor/addon/hint/anyword-hint.js | 41
help3/xhpeditor/addon/hint/css-hint.js | 60
help3/xhpeditor/addon/hint/html-hint.js | 348
help3/xhpeditor/addon/hint/javascript-hint.js | 157
help3/xhpeditor/addon/hint/show-hint.js | 433
help3/xhpeditor/addon/hint/sql-hint.js | 299
help3/xhpeditor/addon/hint/xml-hint.js | 110
help3/xhpeditor/addon/lint/coffeescript-lint.js | 47
help3/xhpeditor/addon/lint/css-lint.js | 40
help3/xhpeditor/addon/lint/html-lint.js | 53
help3/xhpeditor/addon/lint/javascript-lint.js | 63
help3/xhpeditor/addon/lint/json-lint.js | 40
help3/xhpeditor/addon/lint/lint.js | 252
help3/xhpeditor/addon/lint/yaml-lint.js | 41
help3/xhpeditor/addon/merge/merge.js | 1002 -
help3/xhpeditor/addon/mode/loadmode.js | 64
help3/xhpeditor/addon/mode/multiplex.js | 131
help3/xhpeditor/addon/mode/multiplex_test.js | 33
help3/xhpeditor/addon/mode/overlay.js | 90
help3/xhpeditor/addon/mode/simple.js | 216
help3/xhpeditor/addon/runmode/colorize.js | 40
help3/xhpeditor/addon/runmode/runmode-standalone.js | 158
help3/xhpeditor/addon/runmode/runmode.js | 72
help3/xhpeditor/addon/runmode/runmode.node.js | 197
help3/xhpeditor/addon/scroll/annotatescrollbar.js | 122
help3/xhpeditor/addon/scroll/scrollpastend.js | 48
help3/xhpeditor/addon/scroll/simplescrollbars.js | 152
help3/xhpeditor/addon/search/jump-to-line.js | 49
help3/xhpeditor/addon/search/match-highlighter.js | 165
help3/xhpeditor/addon/search/matchesonscrollbar.js | 97
help3/xhpeditor/addon/search/search.js | 252
help3/xhpeditor/addon/search/searchcursor.js | 293
help3/xhpeditor/addon/selection/active-line.js | 72
help3/xhpeditor/addon/selection/mark-selection.js | 119
help3/xhpeditor/addon/selection/selection-pointer.js | 98
help3/xhpeditor/addon/tern/tern.js | 718
help3/xhpeditor/addon/tern/worker.js | 44
help3/xhpeditor/addon/wrap/hardwrap.js | 144
help3/xhpeditor/bin/authors.sh | 6
help3/xhpeditor/cm/.editorconfig | 7
help3/xhpeditor/cm/.gitattributes | 8
help3/xhpeditor/cm/.npmignore | 14
help3/xhpeditor/cm/.travis.yml | 5
help3/xhpeditor/cm/AUTHORS | 848
help3/xhpeditor/cm/CHANGELOG.md | 1732 +
help3/xhpeditor/cm/CONTRIBUTING.md | 92
help3/xhpeditor/cm/README.md | 48
help3/xhpeditor/cm/addon/comment/comment.js | 209
help3/xhpeditor/cm/addon/comment/continuecomment.js | 114
help3/xhpeditor/cm/addon/dialog/dialog.js | 161
help3/xhpeditor/cm/addon/display/autorefresh.js | 47
help3/xhpeditor/cm/addon/display/fullscreen.js | 41
help3/xhpeditor/cm/addon/display/panel.js | 129
help3/xhpeditor/cm/addon/display/placeholder.js | 63
help3/xhpeditor/cm/addon/display/rulers.js | 51
help3/xhpeditor/cm/addon/edit/closebrackets.js | 191
help3/xhpeditor/cm/addon/edit/closetag.js | 184
help3/xhpeditor/cm/addon/edit/continuelist.js | 99
help3/xhpeditor/cm/addon/edit/matchbrackets.js | 150
help3/xhpeditor/cm/addon/edit/matchtags.js | 66
help3/xhpeditor/cm/addon/edit/trailingspace.js | 27
help3/xhpeditor/cm/addon/fold/brace-fold.js | 105
help3/xhpeditor/cm/addon/fold/comment-fold.js | 59
help3/xhpeditor/cm/addon/fold/foldcode.js | 157
help3/xhpeditor/cm/addon/fold/foldgutter.js | 163
help3/xhpeditor/cm/addon/fold/indent-fold.js | 48
help3/xhpeditor/cm/addon/fold/markdown-fold.js | 49
help3/xhpeditor/cm/addon/fold/xml-fold.js | 184
help3/xhpeditor/cm/addon/hint/anyword-hint.js | 41
help3/xhpeditor/cm/addon/hint/css-hint.js | 66
help3/xhpeditor/cm/addon/hint/html-hint.js | 350
help3/xhpeditor/cm/addon/hint/javascript-hint.js | 159
help3/xhpeditor/cm/addon/hint/show-hint.js | 466
help3/xhpeditor/cm/addon/hint/sql-hint.js | 304
help3/xhpeditor/cm/addon/hint/xml-hint.js | 123
help3/xhpeditor/cm/addon/lint/coffeescript-lint.js | 47
help3/xhpeditor/cm/addon/lint/css-lint.js | 40
help3/xhpeditor/cm/addon/lint/html-lint.js | 59
help3/xhpeditor/cm/addon/lint/javascript-lint.js | 63
help3/xhpeditor/cm/addon/lint/json-lint.js | 40
help3/xhpeditor/cm/addon/lint/lint.js | 252
help3/xhpeditor/cm/addon/lint/yaml-lint.js | 41
help3/xhpeditor/cm/addon/merge/merge.js | 1002 +
help3/xhpeditor/cm/addon/mode/loadmode.js | 64
help3/xhpeditor/cm/addon/mode/multiplex.js | 131
help3/xhpeditor/cm/addon/mode/multiplex_test.js | 33
help3/xhpeditor/cm/addon/mode/overlay.js | 90
help3/xhpeditor/cm/addon/mode/simple.js | 216
help3/xhpeditor/cm/addon/runmode/colorize.js | 40
help3/xhpeditor/cm/addon/runmode/runmode-standalone.js | 158
help3/xhpeditor/cm/addon/runmode/runmode.js | 72
help3/xhpeditor/cm/addon/runmode/runmode.node.js | 197
help3/xhpeditor/cm/addon/scroll/annotatescrollbar.js | 122
help3/xhpeditor/cm/addon/scroll/scrollpastend.js | 48
help3/xhpeditor/cm/addon/scroll/simplescrollbars.js | 152
help3/xhpeditor/cm/addon/search/jump-to-line.js | 50
help3/xhpeditor/cm/addon/search/match-highlighter.js | 165
help3/xhpeditor/cm/addon/search/matchesonscrollbar.js | 97
help3/xhpeditor/cm/addon/search/search.js | 260
help3/xhpeditor/cm/addon/search/searchcursor.js | 296
help3/xhpeditor/cm/addon/selection/active-line.js | 72
help3/xhpeditor/cm/addon/selection/mark-selection.js | 119
help3/xhpeditor/cm/addon/selection/selection-pointer.js | 98
help3/xhpeditor/cm/addon/tern/tern.js | 718
help3/xhpeditor/cm/addon/tern/worker.js | 44
help3/xhpeditor/cm/addon/wrap/hardwrap.js | 145
help3/xhpeditor/cm/bin/authors.sh | 6
help3/xhpeditor/cm/demo/activeline.html | 88
help3/xhpeditor/cm/demo/anywordhint.html | 79
help3/xhpeditor/cm/demo/bidi.html | 106
help3/xhpeditor/cm/demo/btree.html | 83
help3/xhpeditor/cm/demo/buffers.html | 109
help3/xhpeditor/cm/demo/changemode.html | 58
help3/xhpeditor/cm/demo/closebrackets.html | 52
help3/xhpeditor/cm/demo/closetag.html | 41
help3/xhpeditor/cm/demo/complete.html | 126
help3/xhpeditor/cm/demo/emacs.html | 76
help3/xhpeditor/cm/demo/folding.html | 184
help3/xhpeditor/cm/demo/fullscreen.html | 83
help3/xhpeditor/cm/demo/hardwrap.html | 75
help3/xhpeditor/cm/demo/html5complete.html | 56
help3/xhpeditor/cm/demo/indentwrap.html | 59
help3/xhpeditor/cm/demo/lint.html | 171
help3/xhpeditor/cm/demo/loadmode.html | 72
help3/xhpeditor/cm/demo/marker.html | 52
help3/xhpeditor/cm/demo/markselection.html | 52
help3/xhpeditor/cm/demo/matchhighlighter.html | 103
help3/xhpeditor/cm/demo/matchtags.html | 48
help3/xhpeditor/cm/demo/merge.html | 123
help3/xhpeditor/cm/demo/multiplex.html | 75
help3/xhpeditor/cm/demo/mustache.html | 69
help3/xhpeditor/cm/demo/panel.html | 137
help3/xhpeditor/cm/demo/placeholder.html | 45
help3/xhpeditor/cm/demo/preview.html | 87
help3/xhpeditor/cm/demo/requirejs.html | 70
help3/xhpeditor/cm/demo/resize.html | 51
help3/xhpeditor/cm/demo/rulers.html | 49
help3/xhpeditor/cm/demo/runmode.html | 62
help3/xhpeditor/cm/demo/search.html | 99
help3/xhpeditor/cm/demo/simplemode.html | 185
help3/xhpeditor/cm/demo/simplescrollbars.html | 82
help3/xhpeditor/cm/demo/spanaffectswrapping_shim.html | 85
help3/xhpeditor/cm/demo/sublime.html | 77
help3/xhpeditor/cm/demo/tern.html | 133
help3/xhpeditor/cm/demo/theme.html | 196
help3/xhpeditor/cm/demo/trailingspace.html | 48
help3/xhpeditor/cm/demo/variableheight.html | 67
help3/xhpeditor/cm/demo/vim.html | 113
help3/xhpeditor/cm/demo/visibletabs.html | 62
help3/xhpeditor/cm/demo/widget.html | 85
help3/xhpeditor/cm/demo/xmlcomplete.html | 119
help3/xhpeditor/cm/doc/docs.css | 274
help3/xhpeditor/cm/doc/internals.html | 504
help3/xhpeditor/cm/doc/manual.html | 3600 ++++
help3/xhpeditor/cm/doc/realworld.html | 197
help3/xhpeditor/cm/doc/releases.html | 1846 ++
help3/xhpeditor/cm/doc/reporting.html | 60
help3/xhpeditor/cm/doc/upgrade_v2.2.html | 96
help3/xhpeditor/cm/doc/upgrade_v3.html | 230
help3/xhpeditor/cm/doc/upgrade_v4.html | 144
help3/xhpeditor/cm/index.html | 198
help3/xhpeditor/cm/keymap/emacs.js | 418
help3/xhpeditor/cm/keymap/sublime.js | 712
help3/xhpeditor/cm/keymap/vim.js | 5528 ++++++
help3/xhpeditor/cm/lib/codemirror.css | 349
help3/xhpeditor/cm/lib/codemirror.js | 9806 +++++++++++
help3/xhpeditor/cm/mode/apl/apl.js | 174
help3/xhpeditor/cm/mode/apl/index.html | 72
help3/xhpeditor/cm/mode/asciiarmor/asciiarmor.js | 74
help3/xhpeditor/cm/mode/asciiarmor/index.html | 46
help3/xhpeditor/cm/mode/asn.1/asn.1.js | 204
help3/xhpeditor/cm/mode/asn.1/index.html | 78
help3/xhpeditor/cm/mode/asterisk/asterisk.js | 220
help3/xhpeditor/cm/mode/asterisk/index.html | 155
help3/xhpeditor/cm/mode/brainfuck/brainfuck.js | 85
help3/xhpeditor/cm/mode/brainfuck/index.html | 85
help3/xhpeditor/cm/mode/clike/clike.js | 935 +
help3/xhpeditor/cm/mode/clike/index.html | 380
help3/xhpeditor/cm/mode/clike/scala.html | 767
help3/xhpeditor/cm/mode/clike/test.js | 165
help3/xhpeditor/cm/mode/clojure/clojure.js | 292
help3/xhpeditor/cm/mode/clojure/index.html | 95
help3/xhpeditor/cm/mode/clojure/test.js | 384
help3/xhpeditor/cm/mode/cmake/cmake.js | 97
help3/xhpeditor/cm/mode/cmake/index.html | 129
help3/xhpeditor/cm/mode/cobol/cobol.js | 255
help3/xhpeditor/cm/mode/cobol/index.html | 210
help3/xhpeditor/cm/mode/coffeescript/coffeescript.js | 359
help3/xhpeditor/cm/mode/coffeescript/index.html | 740
help3/xhpeditor/cm/mode/commonlisp/commonlisp.js | 124
help3/xhpeditor/cm/mode/commonlisp/index.html | 177
help3/xhpeditor/cm/mode/crystal/crystal.js | 433
help3/xhpeditor/cm/mode/crystal/index.html | 116
help3/xhpeditor/cm/mode/css/css.js | 831
help3/xhpeditor/cm/mode/css/gss.html | 104
help3/xhpeditor/cm/mode/css/gss_test.js | 17
help3/xhpeditor/cm/mode/css/index.html | 75
help3/xhpeditor/cm/mode/css/less.html | 152
help3/xhpeditor/cm/mode/css/less_test.js | 54
help3/xhpeditor/cm/mode/css/scss.html | 158
help3/xhpeditor/cm/mode/css/scss_test.js | 110
help3/xhpeditor/cm/mode/css/test.js | 217
help3/xhpeditor/cm/mode/cypher/cypher.js | 151
help3/xhpeditor/cm/mode/cypher/index.html | 64
help3/xhpeditor/cm/mode/cypher/test.js | 37
help3/xhpeditor/cm/mode/d/d.js | 223
help3/xhpeditor/cm/mode/d/index.html | 273
help3/xhpeditor/cm/mode/d/test.js | 11
help3/xhpeditor/cm/mode/dart/dart.js | 166
help3/xhpeditor/cm/mode/dart/index.html | 71
help3/xhpeditor/cm/mode/diff/diff.js | 47
help3/xhpeditor/cm/mode/diff/index.html | 117
help3/xhpeditor/cm/mode/django/django.js | 356
help3/xhpeditor/cm/mode/django/index.html | 73
help3/xhpeditor/cm/mode/dockerfile/dockerfile.js | 211
help3/xhpeditor/cm/mode/dockerfile/index.html | 73
help3/xhpeditor/cm/mode/dockerfile/test.js | 128
help3/xhpeditor/cm/mode/dtd/dtd.js | 142
help3/xhpeditor/cm/mode/dtd/index.html | 89
help3/xhpeditor/cm/mode/dylan/dylan.js | 352
help3/xhpeditor/cm/mode/dylan/index.html | 407
help3/xhpeditor/cm/mode/dylan/test.js | 88
help3/xhpeditor/cm/mode/ebnf/ebnf.js | 195
help3/xhpeditor/cm/mode/ebnf/index.html | 102
help3/xhpeditor/cm/mode/ecl/ecl.js | 206
help3/xhpeditor/cm/mode/ecl/index.html | 52
help3/xhpeditor/cm/mode/eiffel/eiffel.js | 160
help3/xhpeditor/cm/mode/eiffel/index.html | 429
help3/xhpeditor/cm/mode/elm/elm.js | 243
help3/xhpeditor/cm/mode/elm/index.html | 61
help3/xhpeditor/cm/mode/erlang/erlang.js | 619
help3/xhpeditor/cm/mode/erlang/index.html | 76
help3/xhpeditor/cm/mode/factor/factor.js | 85
help3/xhpeditor/cm/mode/factor/index.html | 77
help3/xhpeditor/cm/mode/fcl/fcl.js | 173
help3/xhpeditor/cm/mode/fcl/index.html | 108
help3/xhpeditor/cm/mode/forth/forth.js | 180
help3/xhpeditor/cm/mode/forth/index.html | 75
help3/xhpeditor/cm/mode/fortran/fortran.js | 188
help3/xhpeditor/cm/mode/fortran/index.html | 81
help3/xhpeditor/cm/mode/gas/gas.js | 345
help3/xhpeditor/cm/mode/gas/index.html | 68
help3/xhpeditor/cm/mode/gfm/gfm.js | 129
help3/xhpeditor/cm/mode/gfm/index.html | 136
help3/xhpeditor/cm/mode/gfm/test.js | 198
help3/xhpeditor/cm/mode/gherkin/gherkin.js | 178
help3/xhpeditor/cm/mode/gherkin/index.html | 48
help3/xhpeditor/cm/mode/go/go.js | 187
help3/xhpeditor/cm/mode/go/index.html | 85
help3/xhpeditor/cm/mode/groovy/groovy.js | 233
help3/xhpeditor/cm/mode/groovy/index.html | 84
help3/xhpeditor/cm/mode/haml/haml.js | 161
help3/xhpeditor/cm/mode/haml/index.html | 79
help3/xhpeditor/cm/mode/haml/test.js | 97
help3/xhpeditor/cm/mode/handlebars/handlebars.js | 70
help3/xhpeditor/cm/mode/handlebars/index.html | 82
help3/xhpeditor/cm/mode/haskell-literate/haskell-literate.js | 43
help3/xhpeditor/cm/mode/haskell-literate/index.html | 282
help3/xhpeditor/cm/mode/haskell/haskell.js | 268
help3/xhpeditor/cm/mode/haskell/index.html | 73
help3/xhpeditor/cm/mode/haxe/haxe.js | 515
help3/xhpeditor/cm/mode/haxe/index.html | 124
help3/xhpeditor/cm/mode/htmlembedded/htmlembedded.js | 37
help3/xhpeditor/cm/mode/htmlembedded/index.html | 60
help3/xhpeditor/cm/mode/htmlmixed/htmlmixed.js | 152
help3/xhpeditor/cm/mode/htmlmixed/index.html | 100
help3/xhpeditor/cm/mode/http/http.js | 113
help3/xhpeditor/cm/mode/http/index.html | 45
help3/xhpeditor/cm/mode/idl/idl.js | 290
help3/xhpeditor/cm/mode/idl/index.html | 65
help3/xhpeditor/cm/mode/index.html | 165
help3/xhpeditor/cm/mode/javascript/index.html | 114
help3/xhpeditor/cm/mode/javascript/javascript.js | 930 +
help3/xhpeditor/cm/mode/javascript/json-ld.html | 72
help3/xhpeditor/cm/mode/javascript/test.js | 513
help3/xhpeditor/cm/mode/javascript/typescript.html | 62
help3/xhpeditor/cm/mode/jinja2/index.html | 54
help3/xhpeditor/cm/mode/jinja2/jinja2.js | 146
help3/xhpeditor/cm/mode/jsx/index.html | 89
help3/xhpeditor/cm/mode/jsx/jsx.js | 148
help3/xhpeditor/cm/mode/jsx/test.js | 91
help3/xhpeditor/cm/mode/julia/index.html | 196
help3/xhpeditor/cm/mode/julia/julia.js | 425
help3/xhpeditor/cm/mode/livescript/index.html | 459
help3/xhpeditor/cm/mode/livescript/livescript.js | 280
help3/xhpeditor/cm/mode/lua/index.html | 85
help3/xhpeditor/cm/mode/lua/lua.js | 159
help3/xhpeditor/cm/mode/markdown/index.html | 412
help3/xhpeditor/cm/mode/markdown/markdown.js | 883
help3/xhpeditor/cm/mode/markdown/test.js | 1317 +
help3/xhpeditor/cm/mode/mathematica/index.html | 72
help3/xhpeditor/cm/mode/mathematica/mathematica.js | 176
help3/xhpeditor/cm/mode/mbox/index.html | 44
help3/xhpeditor/cm/mode/mbox/mbox.js | 129
help3/xhpeditor/cm/mode/meta.js | 220
help3/xhpeditor/cm/mode/mirc/index.html | 161
help3/xhpeditor/cm/mode/mirc/mirc.js | 193
help3/xhpeditor/cm/mode/mllike/index.html | 198
help3/xhpeditor/cm/mode/mllike/mllike.js | 359
help3/xhpeditor/cm/mode/modelica/index.html | 67
help3/xhpeditor/cm/mode/modelica/modelica.js | 245
help3/xhpeditor/cm/mode/mscgen/index.html | 151
help3/xhpeditor/cm/mode/mscgen/mscgen.js | 175
help3/xhpeditor/cm/mode/mscgen/mscgen_test.js | 84
help3/xhpeditor/cm/mode/mscgen/msgenny_test.js | 77
help3/xhpeditor/cm/mode/mscgen/xu_test.js | 87
help3/xhpeditor/cm/mode/mumps/index.html | 85
help3/xhpeditor/cm/mode/mumps/mumps.js | 148
help3/xhpeditor/cm/mode/nginx/index.html | 181
help3/xhpeditor/cm/mode/nginx/nginx.js | 178
help3/xhpeditor/cm/mode/nsis/index.html | 80
help3/xhpeditor/cm/mode/nsis/nsis.js | 95
help3/xhpeditor/cm/mode/ntriples/index.html | 70
help3/xhpeditor/cm/mode/ntriples/ntriples.js | 195
help3/xhpeditor/cm/mode/octave/index.html | 84
help3/xhpeditor/cm/mode/octave/octave.js | 139
help3/xhpeditor/cm/mode/oz/index.html | 59
help3/xhpeditor/cm/mode/oz/oz.js | 252
help3/xhpeditor/cm/mode/pascal/index.html | 61
help3/xhpeditor/cm/mode/pascal/pascal.js | 121
help3/xhpeditor/cm/mode/pegjs/index.html | 66
help3/xhpeditor/cm/mode/pegjs/pegjs.js | 114
help3/xhpeditor/cm/mode/perl/index.html | 75
help3/xhpeditor/cm/mode/perl/perl.js | 837
help3/xhpeditor/cm/mode/php/index.html | 64
help3/xhpeditor/cm/mode/php/php.js | 234
help3/xhpeditor/cm/mode/php/test.js | 154
help3/xhpeditor/cm/mode/pig/index.html | 53
help3/xhpeditor/cm/mode/pig/pig.js | 178
help3/xhpeditor/cm/mode/powershell/index.html | 205
help3/xhpeditor/cm/mode/powershell/powershell.js | 398
help3/xhpeditor/cm/mode/powershell/test.js | 74
help3/xhpeditor/cm/mode/properties/index.html | 53
help3/xhpeditor/cm/mode/properties/properties.js | 78
help3/xhpeditor/cm/mode/protobuf/index.html | 104
help3/xhpeditor/cm/mode/protobuf/protobuf.js | 69
help3/xhpeditor/cm/mode/pug/index.html | 70
help3/xhpeditor/cm/mode/pug/pug.js | 591
help3/xhpeditor/cm/mode/puppet/index.html | 121
help3/xhpeditor/cm/mode/puppet/puppet.js | 220
help3/xhpeditor/cm/mode/python/index.html | 207
help3/xhpeditor/cm/mode/python/python.js | 399
help3/xhpeditor/cm/mode/python/test.js | 44
help3/xhpeditor/cm/mode/q/index.html | 144
help3/xhpeditor/cm/mode/q/q.js | 139
help3/xhpeditor/cm/mode/r/index.html | 88
help3/xhpeditor/cm/mode/r/r.js | 190
help3/xhpeditor/cm/mode/rpm/changes/index.html | 66
help3/xhpeditor/cm/mode/rpm/index.html | 149
help3/xhpeditor/cm/mode/rpm/rpm.js | 109
help3/xhpeditor/cm/mode/rst/index.html | 535
help3/xhpeditor/cm/mode/rst/rst.js | 557
help3/xhpeditor/cm/mode/ruby/index.html | 183
help3/xhpeditor/cm/mode/ruby/ruby.js | 298
help3/xhpeditor/cm/mode/ruby/test.js | 23
help3/xhpeditor/cm/mode/rust/index.html | 64
help3/xhpeditor/cm/mode/rust/rust.js | 72
help3/xhpeditor/cm/mode/rust/test.js | 39
help3/xhpeditor/cm/mode/sas/index.html | 81
help3/xhpeditor/cm/mode/sas/sas.js | 303
help3/xhpeditor/cm/mode/sass/index.html | 68
help3/xhpeditor/cm/mode/sass/sass.js | 454
help3/xhpeditor/cm/mode/sass/test.js | 122
help3/xhpeditor/cm/mode/scheme/index.html | 77
help3/xhpeditor/cm/mode/scheme/scheme.js | 265
help3/xhpeditor/cm/mode/shell/index.html | 66
help3/xhpeditor/cm/mode/shell/shell.js | 152
help3/xhpeditor/cm/mode/shell/test.js | 73
help3/xhpeditor/cm/mode/sieve/index.html | 93
help3/xhpeditor/cm/mode/sieve/sieve.js | 193
help3/xhpeditor/cm/mode/slim/index.html | 96
help3/xhpeditor/cm/mode/slim/slim.js | 575
help3/xhpeditor/cm/mode/slim/test.js | 96
help3/xhpeditor/cm/mode/smalltalk/index.html | 68
help3/xhpeditor/cm/mode/smalltalk/smalltalk.js | 168
help3/xhpeditor/cm/mode/smarty/index.html | 138
help3/xhpeditor/cm/mode/smarty/smarty.js | 225
help3/xhpeditor/cm/mode/solr/index.html | 57
help3/xhpeditor/cm/mode/solr/solr.js | 104
help3/xhpeditor/cm/mode/soy/index.html | 68
help3/xhpeditor/cm/mode/soy/soy.js | 436
help3/xhpeditor/cm/mode/soy/test.js | 225
help3/xhpeditor/cm/mode/sparql/index.html | 61
help3/xhpeditor/cm/mode/sparql/sparql.js | 180
help3/xhpeditor/cm/mode/spreadsheet/index.html | 42
help3/xhpeditor/cm/mode/spreadsheet/spreadsheet.js | 112
help3/xhpeditor/cm/mode/sql/index.html | 89
help3/xhpeditor/cm/mode/sql/sql.js | 503
help3/xhpeditor/cm/mode/stex/index.html | 116
help3/xhpeditor/cm/mode/stex/stex.js | 264
help3/xhpeditor/cm/mode/stex/test.js | 132
help3/xhpeditor/cm/mode/stylus/index.html | 106
help3/xhpeditor/cm/mode/stylus/stylus.js | 771
help3/xhpeditor/cm/mode/swift/index.html | 70
help3/xhpeditor/cm/mode/swift/swift.js | 223
help3/xhpeditor/cm/mode/swift/test.js | 162
help3/xhpeditor/cm/mode/tcl/index.html | 142
help3/xhpeditor/cm/mode/tcl/tcl.js | 139
help3/xhpeditor/cm/mode/textile/index.html | 191
help3/xhpeditor/cm/mode/textile/test.js | 417
help3/xhpeditor/cm/mode/textile/textile.js | 469
help3/xhpeditor/cm/mode/tiddlywiki/index.html | 154
help3/xhpeditor/cm/mode/tiddlywiki/tiddlywiki.js | 308
help3/xhpeditor/cm/mode/tiki/index.html | 95
help3/xhpeditor/cm/mode/tiki/tiki.js | 312
help3/xhpeditor/cm/mode/toml/index.html | 73
help3/xhpeditor/cm/mode/toml/toml.js | 88
help3/xhpeditor/cm/mode/tornado/index.html | 63
help3/xhpeditor/cm/mode/tornado/tornado.js | 68
help3/xhpeditor/cm/mode/troff/index.html | 146
help3/xhpeditor/cm/mode/troff/troff.js | 84
help3/xhpeditor/cm/mode/ttcn-cfg/index.html | 116
help3/xhpeditor/cm/mode/ttcn-cfg/ttcn-cfg.js | 214
help3/xhpeditor/cm/mode/ttcn/index.html | 119
help3/xhpeditor/cm/mode/ttcn/ttcn.js | 283
help3/xhpeditor/cm/mode/turtle/index.html | 51
help3/xhpeditor/cm/mode/turtle/turtle.js | 162
help3/xhpeditor/cm/mode/twig/index.html | 45
help3/xhpeditor/cm/mode/twig/twig.js | 141
help3/xhpeditor/cm/mode/vb/index.html | 49
help3/xhpeditor/cm/mode/vb/vb.js | 275
help3/xhpeditor/cm/mode/vbscript/index.html | 55
help3/xhpeditor/cm/mode/vbscript/vbscript.js | 350
help3/xhpeditor/cm/mode/velocity/index.html | 120
help3/xhpeditor/cm/mode/velocity/velocity.js | 201
help3/xhpeditor/cm/mode/verilog/index.html | 120
help3/xhpeditor/cm/mode/verilog/test.js | 273
help3/xhpeditor/cm/mode/verilog/verilog.js | 675
help3/xhpeditor/cm/mode/vhdl/index.html | 95
help3/xhpeditor/cm/mode/vhdl/vhdl.js | 189
help3/xhpeditor/cm/mode/vue/index.html | 69
help3/xhpeditor/cm/mode/vue/vue.js | 77
help3/xhpeditor/cm/mode/webidl/index.html | 71
help3/xhpeditor/cm/mode/webidl/webidl.js | 195
help3/xhpeditor/cm/mode/xml/index.html | 61
help3/xhpeditor/cm/mode/xml/test.js | 51
help3/xhpeditor/cm/mode/xml/xml.js | 413
help3/xhpeditor/cm/mode/xquery/index.html | 211
help3/xhpeditor/cm/mode/xquery/test.js | 67
help3/xhpeditor/cm/mode/xquery/xquery.js | 448
help3/xhpeditor/cm/mode/yacas/index.html | 87
help3/xhpeditor/cm/mode/yacas/yacas.js | 204
help3/xhpeditor/cm/mode/yaml-frontmatter/index.html | 121
help3/xhpeditor/cm/mode/yaml-frontmatter/yaml-frontmatter.js | 68
help3/xhpeditor/cm/mode/yaml/index.html | 80
help3/xhpeditor/cm/mode/yaml/yaml.js | 120
help3/xhpeditor/cm/mode/z80/index.html | 53
help3/xhpeditor/cm/mode/z80/z80.js | 116
help3/xhpeditor/cm/package.json | 46
help3/xhpeditor/cm/rollup.config.js | 20
help3/xhpeditor/cm/src/display/Display.js | 110
help3/xhpeditor/cm/src/display/gutters.js | 44
help3/xhpeditor/cm/src/display/line_numbers.js | 48
help3/xhpeditor/cm/src/display/operations.js | 205
help3/xhpeditor/cm/src/display/update_display.js | 260
help3/xhpeditor/cm/src/display/update_line.js | 188
help3/xhpeditor/cm/src/display/update_lines.js | 76
help3/xhpeditor/cm/src/edit/CodeMirror.js | 215
help3/xhpeditor/cm/src/edit/drop_events.js | 130
help3/xhpeditor/cm/src/edit/fromTextArea.js | 61
help3/xhpeditor/cm/src/edit/global_events.js | 45
help3/xhpeditor/cm/src/edit/key_events.js | 161
help3/xhpeditor/cm/src/edit/main.js | 69
help3/xhpeditor/cm/src/edit/methods.js | 547
help3/xhpeditor/cm/src/edit/mouse_events.js | 412
help3/xhpeditor/cm/src/edit/options.js | 188
help3/xhpeditor/cm/src/input/ContentEditableInput.js | 527
help3/xhpeditor/cm/src/input/TextareaInput.js | 365
help3/xhpeditor/cm/src/input/input.js | 135
help3/xhpeditor/cm/src/input/keymap.js | 148
help3/xhpeditor/cm/src/input/keynames.js | 17
help3/xhpeditor/cm/src/input/movement.js | 111
help3/xhpeditor/cm/src/line/highlight.js | 284
help3/xhpeditor/cm/src/line/line_data.js | 349
help3/xhpeditor/cm/src/measurement/position_measurement.js | 700
help3/xhpeditor/cm/src/model/Doc.js | 435
help3/xhpeditor/cm/src/model/change_measurement.js | 61
help3/xhpeditor/cm/src/model/changes.js | 339
help3/xhpeditor/cm/src/model/line_widget.js | 78
help3/xhpeditor/cm/src/model/mark_text.js | 293
help3/xhpeditor/cm/src/model/selection.js | 84
help3/xhpeditor/cm/src/model/selection_updates.js | 216
help3/xhpeditor/cm/src/util/misc.js | 168
help3/xhpeditor/cm/test/driver.js | 144
help3/xhpeditor/cm/test/html-hint-test.js | 83
help3/xhpeditor/cm/test/index.html | 286
help3/xhpeditor/cm/test/mode_test.js | 193
help3/xhpeditor/cm/test/multi_test.js | 295
help3/xhpeditor/cm/test/run.js | 41
help3/xhpeditor/cm/test/search_test.js | 91
help3/xhpeditor/cm/test/sql-hint-test.js | 301
help3/xhpeditor/cm/test/sublime_test.js | 295
help3/xhpeditor/cm/test/test.js | 2674 ++
help3/xhpeditor/cm/test/vim_test.js | 4800 +++++
help3/xhpeditor/cm/theme/ayu-dark.css | 42
help3/xhpeditor/cm/theme/ayu-mirage.css | 43
help3/xhpeditor/cm/theme/base16-light.css | 38
help3/xhpeditor/cm/theme/darcula.css | 53
help3/xhpeditor/cm/theme/gruvbox-dark.css | 37
help3/xhpeditor/cm/theme/idea.css | 42
help3/xhpeditor/cm/theme/lesser-dark.css | 47
help3/xhpeditor/cm/theme/material-darker.css | 135
help3/xhpeditor/cm/theme/material-ocean.css | 135
help3/xhpeditor/cm/theme/material-palenight.css | 135
help3/xhpeditor/cm/theme/material.css | 135
help3/xhpeditor/cm/theme/midnight.css | 39
help3/xhpeditor/cm/theme/moxer.css | 143
help3/xhpeditor/cm/theme/nord.css | 42
help3/xhpeditor/cm/theme/panda-syntax.css | 85
help3/xhpeditor/cm/theme/vibrant-ink.css | 34
help3/xhpeditor/cm/theme/yonce.css | 59
help3/xhpeditor/demo/activeline.html | 88
help3/xhpeditor/demo/anywordhint.html | 79
help3/xhpeditor/demo/bidi.html | 106
help3/xhpeditor/demo/btree.html | 83
help3/xhpeditor/demo/buffers.html | 109
help3/xhpeditor/demo/changemode.html | 58
help3/xhpeditor/demo/closebrackets.html | 52
help3/xhpeditor/demo/closetag.html | 41
help3/xhpeditor/demo/complete.html | 126
help3/xhpeditor/demo/emacs.html | 75
help3/xhpeditor/demo/folding.html | 133
help3/xhpeditor/demo/fullscreen.html | 83
help3/xhpeditor/demo/hardwrap.html | 75
help3/xhpeditor/demo/html5complete.html | 56
help3/xhpeditor/demo/indentwrap.html | 59
help3/xhpeditor/demo/lint.html | 171
help3/xhpeditor/demo/loadmode.html | 72
help3/xhpeditor/demo/marker.html | 52
help3/xhpeditor/demo/markselection.html | 52
help3/xhpeditor/demo/matchhighlighter.html | 103
help3/xhpeditor/demo/matchtags.html | 48
help3/xhpeditor/demo/merge.html | 123
help3/xhpeditor/demo/multiplex.html | 75
help3/xhpeditor/demo/mustache.html | 69
help3/xhpeditor/demo/panel.html | 136
help3/xhpeditor/demo/placeholder.html | 45
help3/xhpeditor/demo/preview.html | 87
help3/xhpeditor/demo/requirejs.html | 70
help3/xhpeditor/demo/resize.html | 51
help3/xhpeditor/demo/rulers.html | 49
help3/xhpeditor/demo/runmode.html | 62
help3/xhpeditor/demo/search.html | 99
help3/xhpeditor/demo/simplemode.html | 185
help3/xhpeditor/demo/simplescrollbars.html | 82
help3/xhpeditor/demo/spanaffectswrapping_shim.html | 85
help3/xhpeditor/demo/sublime.html | 77
help3/xhpeditor/demo/tern.html | 133
help3/xhpeditor/demo/theme.html | 180
help3/xhpeditor/demo/trailingspace.html | 48
help3/xhpeditor/demo/variableheight.html | 67
help3/xhpeditor/demo/vim.html | 113
help3/xhpeditor/demo/visibletabs.html | 62
help3/xhpeditor/demo/widget.html | 85
help3/xhpeditor/demo/xmlcomplete.html | 119
help3/xhpeditor/doc/docs.css | 271
help3/xhpeditor/doc/internals.html | 504
help3/xhpeditor/doc/manual.html | 3528 ---
help3/xhpeditor/doc/realworld.html | 190
help3/xhpeditor/doc/releases.html | 1639 -
help3/xhpeditor/doc/reporting.html | 60
help3/xhpeditor/doc/upgrade_v2.2.html | 96
help3/xhpeditor/doc/upgrade_v3.html | 230
help3/xhpeditor/doc/upgrade_v4.html | 144
help3/xhpeditor/index.php | 42
help3/xhpeditor/keymap/emacs.js | 417
help3/xhpeditor/keymap/sublime.js | 691
help3/xhpeditor/keymap/vim.js | 5412 ------
help3/xhpeditor/lib/codemirror.css | 346
help3/xhpeditor/lib/codemirror.js | 9685 ----------
help3/xhpeditor/mode/apl/apl.js | 174
help3/xhpeditor/mode/apl/index.html | 72
help3/xhpeditor/mode/asciiarmor/asciiarmor.js | 74
help3/xhpeditor/mode/asciiarmor/index.html | 46
help3/xhpeditor/mode/asn.1/asn.1.js | 204
help3/xhpeditor/mode/asn.1/index.html | 77
help3/xhpeditor/mode/asterisk/asterisk.js | 196
help3/xhpeditor/mode/asterisk/index.html | 154
help3/xhpeditor/mode/brainfuck/brainfuck.js | 85
help3/xhpeditor/mode/brainfuck/index.html | 85
help3/xhpeditor/mode/clike/clike.js | 823
help3/xhpeditor/mode/clike/index.html | 360
help3/xhpeditor/mode/clike/scala.html | 767
help3/xhpeditor/mode/clike/test.js | 69
help3/xhpeditor/mode/clojure/clojure.js | 306
help3/xhpeditor/mode/clojure/index.html | 91
help3/xhpeditor/mode/cmake/cmake.js | 97
help3/xhpeditor/mode/cmake/index.html | 129
help3/xhpeditor/mode/cobol/cobol.js | 255
help3/xhpeditor/mode/cobol/index.html | 210
help3/xhpeditor/mode/coffeescript/coffeescript.js | 359
help3/xhpeditor/mode/coffeescript/index.html | 740
help3/xhpeditor/mode/commonlisp/commonlisp.js | 124
help3/xhpeditor/mode/commonlisp/index.html | 177
help3/xhpeditor/mode/crystal/crystal.js | 433
help3/xhpeditor/mode/crystal/index.html | 116
help3/xhpeditor/mode/css/css.js | 832
help3/xhpeditor/mode/css/gss.html | 103
help3/xhpeditor/mode/css/gss_test.js | 17
help3/xhpeditor/mode/css/index.html | 75
help3/xhpeditor/mode/css/less.html | 152
help3/xhpeditor/mode/css/less_test.js | 54
help3/xhpeditor/mode/css/scss.html | 157
help3/xhpeditor/mode/css/scss_test.js | 110
help3/xhpeditor/mode/css/test.js | 209
help3/xhpeditor/mode/cypher/cypher.js | 150
help3/xhpeditor/mode/cypher/index.html | 63
help3/xhpeditor/mode/cypher/test.js | 37
help3/xhpeditor/mode/d/d.js | 218
help3/xhpeditor/mode/d/index.html | 273
help3/xhpeditor/mode/d/test.js | 11
help3/xhpeditor/mode/dart/dart.js | 157
help3/xhpeditor/mode/dart/index.html | 71
help3/xhpeditor/mode/diff/diff.js | 47
help3/xhpeditor/mode/diff/index.html | 117
help3/xhpeditor/mode/django/django.js | 356
help3/xhpeditor/mode/django/index.html | 73
help3/xhpeditor/mode/dockerfile/dockerfile.js | 211
help3/xhpeditor/mode/dockerfile/index.html | 73
help3/xhpeditor/mode/dockerfile/test.js | 128
help3/xhpeditor/mode/dtd/dtd.js | 142
help3/xhpeditor/mode/dtd/index.html | 89
help3/xhpeditor/mode/dylan/dylan.js | 352
help3/xhpeditor/mode/dylan/index.html | 407
help3/xhpeditor/mode/dylan/test.js | 88
help3/xhpeditor/mode/ebnf/ebnf.js | 195
help3/xhpeditor/mode/ebnf/index.html | 102
help3/xhpeditor/mode/ecl/ecl.js | 206
help3/xhpeditor/mode/ecl/index.html | 52
help3/xhpeditor/mode/eiffel/eiffel.js | 160
help3/xhpeditor/mode/eiffel/index.html | 429
help3/xhpeditor/mode/elm/elm.js | 205
help3/xhpeditor/mode/elm/index.html | 61
help3/xhpeditor/mode/erlang/erlang.js | 619
help3/xhpeditor/mode/erlang/index.html | 76
help3/xhpeditor/mode/factor/factor.js | 85
help3/xhpeditor/mode/factor/index.html | 77
help3/xhpeditor/mode/fcl/fcl.js | 173
help3/xhpeditor/mode/fcl/index.html | 108
help3/xhpeditor/mode/forth/forth.js | 180
help3/xhpeditor/mode/forth/index.html | 75
help3/xhpeditor/mode/fortran/fortran.js | 188
help3/xhpeditor/mode/fortran/index.html | 81
help3/xhpeditor/mode/gas/gas.js | 345
help3/xhpeditor/mode/gas/index.html | 68
help3/xhpeditor/mode/gfm/gfm.js | 129
help3/xhpeditor/mode/gfm/index.html | 136
help3/xhpeditor/mode/gfm/test.js | 198
help3/xhpeditor/mode/gherkin/gherkin.js | 178
help3/xhpeditor/mode/gherkin/index.html | 48
help3/xhpeditor/mode/go/go.js | 187
help3/xhpeditor/mode/go/index.html | 85
help3/xhpeditor/mode/groovy/groovy.js | 230
help3/xhpeditor/mode/groovy/index.html | 84
help3/xhpeditor/mode/haml/haml.js | 161
help3/xhpeditor/mode/haml/index.html | 79
help3/xhpeditor/mode/haml/test.js | 97
help3/xhpeditor/mode/handlebars/handlebars.js | 62
help3/xhpeditor/mode/handlebars/index.html | 79
help3/xhpeditor/mode/haskell-literate/haskell-literate.js | 43
help3/xhpeditor/mode/haskell-literate/index.html | 282
help3/xhpeditor/mode/haskell/haskell.js | 268
help3/xhpeditor/mode/haskell/index.html | 73
help3/xhpeditor/mode/haxe/haxe.js | 515
help3/xhpeditor/mode/haxe/index.html | 124
help3/xhpeditor/mode/htmlembedded/htmlembedded.js | 37
help3/xhpeditor/mode/htmlembedded/index.html | 60
help3/xhpeditor/mode/htmlmixed/htmlmixed.js | 152
help3/xhpeditor/mode/htmlmixed/index.html | 100
help3/xhpeditor/mode/http/http.js | 113
help3/xhpeditor/mode/http/index.html | 45
help3/xhpeditor/mode/idl/idl.js | 290
help3/xhpeditor/mode/idl/index.html | 64
help3/xhpeditor/mode/index.html | 165
help3/xhpeditor/mode/javascript/index.html | 114
help3/xhpeditor/mode/javascript/javascript.js | 896 -
help3/xhpeditor/mode/javascript/json-ld.html | 72
help3/xhpeditor/mode/javascript/test.js | 482
help3/xhpeditor/mode/javascript/typescript.html | 61
help3/xhpeditor/mode/jinja2/index.html | 54
help3/xhpeditor/mode/jinja2/jinja2.js | 142
help3/xhpeditor/mode/jsx/index.html | 89
help3/xhpeditor/mode/jsx/jsx.js | 148
help3/xhpeditor/mode/jsx/test.js | 91
help3/xhpeditor/mode/julia/index.html | 195
help3/xhpeditor/mode/julia/julia.js | 418
help3/xhpeditor/mode/livescript/index.html | 459
help3/xhpeditor/mode/livescript/livescript.js | 280
help3/xhpeditor/mode/lua/index.html | 85
help3/xhpeditor/mode/lua/lua.js | 159
help3/xhpeditor/mode/markdown/index.html | 411
help3/xhpeditor/mode/markdown/markdown.js | 872
help3/xhpeditor/mode/markdown/test.js | 1289 -
help3/xhpeditor/mode/mathematica/index.html | 72
help3/xhpeditor/mode/mathematica/mathematica.js | 176
help3/xhpeditor/mode/mbox/index.html | 44
help3/xhpeditor/mode/mbox/mbox.js | 129
help3/xhpeditor/mode/meta.js | 217
help3/xhpeditor/mode/mirc/index.html | 160
help3/xhpeditor/mode/mirc/mirc.js | 193
help3/xhpeditor/mode/mllike/index.html | 198
help3/xhpeditor/mode/mllike/mllike.js | 356
help3/xhpeditor/mode/modelica/index.html | 67
help3/xhpeditor/mode/modelica/modelica.js | 245
help3/xhpeditor/mode/mscgen/index.html | 151
help3/xhpeditor/mode/mscgen/mscgen.js | 175
help3/xhpeditor/mode/mscgen/mscgen_test.js | 83
help3/xhpeditor/mode/mscgen/msgenny_test.js | 76
help3/xhpeditor/mode/mscgen/xu_test.js | 86
help3/xhpeditor/mode/mumps/index.html | 85
help3/xhpeditor/mode/mumps/mumps.js | 148
help3/xhpeditor/mode/nginx/index.html | 181
help3/xhpeditor/mode/nginx/nginx.js | 178
help3/xhpeditor/mode/nsis/index.html | 80
help3/xhpeditor/mode/nsis/nsis.js | 95
help3/xhpeditor/mode/ntriples/index.html | 70
help3/xhpeditor/mode/ntriples/ntriples.js | 195
help3/xhpeditor/mode/octave/index.html | 83
help3/xhpeditor/mode/octave/octave.js | 139
help3/xhpeditor/mode/oz/index.html | 59
help3/xhpeditor/mode/oz/oz.js | 252
help3/xhpeditor/mode/pascal/index.html | 61
help3/xhpeditor/mode/pascal/pascal.js | 109
help3/xhpeditor/mode/pegjs/index.html | 66
help3/xhpeditor/mode/pegjs/pegjs.js | 114
help3/xhpeditor/mode/perl/index.html | 75
help3/xhpeditor/mode/perl/perl.js | 837
help3/xhpeditor/mode/php/index.html | 64
help3/xhpeditor/mode/php/php.js | 234
help3/xhpeditor/mode/php/test.js | 154
help3/xhpeditor/mode/pig/index.html | 53
help3/xhpeditor/mode/pig/pig.js | 178
help3/xhpeditor/mode/powershell/index.html | 204
help3/xhpeditor/mode/powershell/powershell.js | 398
help3/xhpeditor/mode/powershell/test.js | 74
help3/xhpeditor/mode/properties/index.html | 53
help3/xhpeditor/mode/properties/properties.js | 78
help3/xhpeditor/mode/protobuf/index.html | 104
help3/xhpeditor/mode/protobuf/protobuf.js | 69
help3/xhpeditor/mode/pug/index.html | 70
help3/xhpeditor/mode/pug/pug.js | 591
help3/xhpeditor/mode/puppet/index.html | 121
help3/xhpeditor/mode/puppet/puppet.js | 220
help3/xhpeditor/mode/python/index.html | 207
help3/xhpeditor/mode/python/python.js | 409
help3/xhpeditor/mode/python/test.js | 38
help3/xhpeditor/mode/q/index.html | 144
help3/xhpeditor/mode/q/q.js | 139
help3/xhpeditor/mode/r/index.html | 88
help3/xhpeditor/mode/r/r.js | 183
help3/xhpeditor/mode/rpm/changes/index.html | 66
help3/xhpeditor/mode/rpm/index.html | 149
help3/xhpeditor/mode/rpm/rpm.js | 109
help3/xhpeditor/mode/rst/index.html | 535
help3/xhpeditor/mode/rst/rst.js | 557
help3/xhpeditor/mode/ruby/index.html | 183
help3/xhpeditor/mode/ruby/ruby.js | 296
help3/xhpeditor/mode/ruby/test.js | 16
help3/xhpeditor/mode/rust/index.html | 64
help3/xhpeditor/mode/rust/rust.js | 72
help3/xhpeditor/mode/rust/test.js | 39
help3/xhpeditor/mode/sas/index.html | 81
help3/xhpeditor/mode/sas/sas.js | 303
help3/xhpeditor/mode/sass/index.html | 68
help3/xhpeditor/mode/sass/sass.js | 454
help3/xhpeditor/mode/sass/test.js | 122
help3/xhpeditor/mode/scheme/index.html | 77
help3/xhpeditor/mode/scheme/scheme.js | 249
help3/xhpeditor/mode/shell/index.html | 66
help3/xhpeditor/mode/shell/shell.js | 151
help3/xhpeditor/mode/shell/test.js | 73
help3/xhpeditor/mode/sieve/index.html | 93
help3/xhpeditor/mode/sieve/sieve.js | 193
help3/xhpeditor/mode/slim/index.html | 96
help3/xhpeditor/mode/slim/slim.js | 575
help3/xhpeditor/mode/slim/test.js | 96
help3/xhpeditor/mode/smalltalk/index.html | 68
help3/xhpeditor/mode/smalltalk/smalltalk.js | 168
help3/xhpeditor/mode/smarty/index.html | 138
help3/xhpeditor/mode/smarty/smarty.js | 225
help3/xhpeditor/mode/solr/index.html | 57
help3/xhpeditor/mode/solr/solr.js | 104
help3/xhpeditor/mode/soy/index.html | 68
help3/xhpeditor/mode/soy/soy.js | 355
help3/xhpeditor/mode/soy/test.js | 114
help3/xhpeditor/mode/sparql/index.html | 61
help3/xhpeditor/mode/sparql/sparql.js | 180
help3/xhpeditor/mode/spreadsheet/index.html | 42
help3/xhpeditor/mode/spreadsheet/spreadsheet.js | 112
help3/xhpeditor/mode/sql/index.html | 88
help3/xhpeditor/mode/sql/sql.js | 500
help3/xhpeditor/mode/stex/index.html | 110
help3/xhpeditor/mode/stex/stex.js | 263
help3/xhpeditor/mode/stex/test.js | 132
help3/xhpeditor/mode/stylus/index.html | 106
help3/xhpeditor/mode/stylus/stylus.js | 771
help3/xhpeditor/mode/swift/index.html | 88
help3/xhpeditor/mode/swift/swift.js | 219
help3/xhpeditor/mode/swift/test.js | 156
help3/xhpeditor/mode/tcl/index.html | 142
help3/xhpeditor/mode/tcl/tcl.js | 139
help3/xhpeditor/mode/textile/index.html | 191
help3/xhpeditor/mode/textile/test.js | 417
help3/xhpeditor/mode/textile/textile.js | 469
help3/xhpeditor/mode/tiddlywiki/index.html | 154
help3/xhpeditor/mode/tiddlywiki/tiddlywiki.js | 308
help3/xhpeditor/mode/tiki/index.html | 95
help3/xhpeditor/mode/tiki/tiki.js | 312
help3/xhpeditor/mode/toml/index.html | 73
help3/xhpeditor/mode/toml/toml.js | 88
help3/xhpeditor/mode/tornado/index.html | 63
help3/xhpeditor/mode/tornado/tornado.js | 68
help3/xhpeditor/mode/troff/index.html | 146
help3/xhpeditor/mode/troff/troff.js | 84
help3/xhpeditor/mode/ttcn-cfg/index.html | 115
help3/xhpeditor/mode/ttcn-cfg/ttcn-cfg.js | 214
help3/xhpeditor/mode/ttcn/index.html | 118
help3/xhpeditor/mode/ttcn/ttcn.js | 283
help3/xhpeditor/mode/turtle/index.html | 50
help3/xhpeditor/mode/turtle/turtle.js | 162
help3/xhpeditor/mode/twig/index.html | 45
help3/xhpeditor/mode/twig/twig.js | 141
help3/xhpeditor/mode/vb/index.html | 49
help3/xhpeditor/mode/vb/vb.js | 275
help3/xhpeditor/mode/vbscript/index.html | 55
help3/xhpeditor/mode/vbscript/vbscript.js | 350
help3/xhpeditor/mode/velocity/index.html | 120
help3/xhpeditor/mode/velocity/velocity.js | 201
help3/xhpeditor/mode/verilog/index.html | 120
help3/xhpeditor/mode/verilog/test.js | 273
help3/xhpeditor/mode/verilog/verilog.js | 675
help3/xhpeditor/mode/vhdl/index.html | 95
help3/xhpeditor/mode/vhdl/vhdl.js | 189
help3/xhpeditor/mode/vue/index.html | 69
help3/xhpeditor/mode/vue/vue.js | 77
help3/xhpeditor/mode/webidl/index.html | 71
help3/xhpeditor/mode/webidl/webidl.js | 195
help3/xhpeditor/mode/xml/index.html | 61
help3/xhpeditor/mode/xml/test.js | 51
help3/xhpeditor/mode/xml/xml.js | 401
help3/xhpeditor/mode/xquery/index.html | 210
help3/xhpeditor/mode/xquery/test.js | 67
help3/xhpeditor/mode/xquery/xquery.js | 448
help3/xhpeditor/mode/yacas/index.html | 87
help3/xhpeditor/mode/yacas/yacas.js | 204
help3/xhpeditor/mode/yaml-frontmatter/index.html | 121
help3/xhpeditor/mode/yaml-frontmatter/yaml-frontmatter.js | 68
help3/xhpeditor/mode/yaml/index.html | 80
help3/xhpeditor/mode/yaml/yaml.js | 119
help3/xhpeditor/mode/z80/index.html | 53
help3/xhpeditor/mode/z80/z80.js | 116
help3/xhpeditor/package.json | 49
help3/xhpeditor/rollup.config.js | 18
help3/xhpeditor/src/display/Display.js | 106
help3/xhpeditor/src/display/gutters.js | 34
help3/xhpeditor/src/display/line_numbers.js | 48
help3/xhpeditor/src/display/operations.js | 205
help3/xhpeditor/src/display/update_display.js | 260
help3/xhpeditor/src/display/update_line.js | 188
help3/xhpeditor/src/display/update_lines.js | 64
help3/xhpeditor/src/edit/CodeMirror.js | 214
help3/xhpeditor/src/edit/drop_events.js | 119
help3/xhpeditor/src/edit/fromTextArea.js | 61
help3/xhpeditor/src/edit/global_events.js | 44
help3/xhpeditor/src/edit/key_events.js | 159
help3/xhpeditor/src/edit/main.js | 69
help3/xhpeditor/src/edit/methods.js | 539
help3/xhpeditor/src/edit/mouse_events.js | 407
help3/xhpeditor/src/edit/options.js | 191
help3/xhpeditor/src/input/ContentEditableInput.js | 527
help3/xhpeditor/src/input/TextareaInput.js | 355
help3/xhpeditor/src/input/input.js | 135
help3/xhpeditor/src/input/keymap.js | 148
help3/xhpeditor/src/input/keynames.js | 17
help3/xhpeditor/src/input/movement.js | 110
help3/xhpeditor/src/line/highlight.js | 284
help3/xhpeditor/src/line/line_data.js | 337
help3/xhpeditor/src/measurement/position_measurement.js | 699
help3/xhpeditor/src/model/Doc.js | 432
help3/xhpeditor/src/model/change_measurement.js | 61
help3/xhpeditor/src/model/changes.js | 333
help3/xhpeditor/src/model/line_widget.js | 78
help3/xhpeditor/src/model/mark_text.js | 292
help3/xhpeditor/src/model/selection.js | 82
help3/xhpeditor/src/model/selection_updates.js | 208
help3/xhpeditor/src/util/misc.js | 150
help3/xhpeditor/test/driver.js | 142
help3/xhpeditor/test/html-hint-test.js | 83
help3/xhpeditor/test/index.html | 274
help3/xhpeditor/test/mode_test.js | 193
help3/xhpeditor/test/multi_test.js | 285
help3/xhpeditor/test/phantom_driver.js | 31
help3/xhpeditor/test/run.js | 31
help3/xhpeditor/test/search_test.js | 85
help3/xhpeditor/test/sql-hint-test.js | 241
help3/xhpeditor/test/sublime_test.js | 284
help3/xhpeditor/test/test.js | 2559 --
help3/xhpeditor/test/vim_test.js | 4523 -----
help3/xhpeditor/theme/base16-light.css | 38
help3/xhpeditor/theme/darcula.css | 34
help3/xhpeditor/theme/gruvbox-dark.css | 34
help3/xhpeditor/theme/idea.css | 31
help3/xhpeditor/theme/lesser-dark.css | 47
help3/xhpeditor/theme/material.css | 53
help3/xhpeditor/theme/midnight.css | 43
help3/xhpeditor/theme/panda-syntax.css | 85
help3/xhpeditor/theme/vibrant-ink.css | 34
932 files changed, 109737 insertions(+), 105737 deletions(-)
New commits:
commit 9b13d491adb09073913c2f4a18e1834b54c44b29
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue Feb 11 15:49:05 2020 -0300
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Feb 11 19:52:21 2020 +0100
xhpeditor: refactor to make CM as component
Move codemirror to a folder to ease maintenance/update
Change-Id: Id1ec9451cc49bd305f53406dcfff8978bd639016
Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/88472
Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3/xhpeditor/AUTHORS b/help3/xhpeditor/AUTHORS
deleted file mode 100644
index 2eec549..0000000
--- a/help3/xhpeditor/AUTHORS
+++ /dev/null
@@ -1,748 +0,0 @@
-List of CodeMirror contributors. Updated before every release.
-
-4oo4
-4r2r
-Aaron Brooks
-Abdelouahab
-Abe Fettig
-Adam Ahmed
-Adam King
-Adam Particka
-adanlobato
-Adán Lobato
-Adrian Aichner
-Adrian Heine
-Adrien Bertrand
-aeroson
-Ahmad Amireh
-Ahmad M. Zawawi
-ahoward
-Akeksandr Motsjonov
-Alasdair Smith
-Alberto González Palomo
-Alberto Pose
-Albert Xing
-Alexander Pavlov
-Alexander Schepanovski
-Alexander Shvets
-Alexander Solovyov
-Alexandre Bique
-alexey-k
-Alex Piggott
-Aliaksei Chapyzhenka
-Allen Sarkisyan
-Ami Fischman
-Amin Shali
-Amin Ullah Khan
-amshali at google.com
-Amsul
-amuntean
-Amy
-Ananya Sen
-anaran
-AndersMad
-Anders Nawroth
-Anderson Mesquita
-Anders Wåglund
-Andrea G
-Andreas Reischuck
-Andres Taylor
-Andre von Houck
-Andrew Cheng
-Andrew Dassonville
-Andrey Fedorov
-Andrey Klyuchnikov
-Andrey Lushnikov
-Andrey Shchekin
-Andy Joslin
-Andy Kimball
-Andy Li
-Angelo
-angelozerr
-angelo.zerr at gmail.com
-Ankit
-Ankit Ahuja
-Ansel Santosa
-Anthony Dugois
-anthonygego
-Anthony Gégo
-Anthony Grimes
-Anton Kovalyov
-Apollo Zhu
-AQNOUCH Mohammed
-Aram Shatakhtsyan
-areos
-Arnab Bose
-Arsène von Wyss
-Arthur Müller
-Arun Narasani
-as3boyan
-asolove
-atelierbram
-AtomicPages LLC
-Atul Bhouraskar
-Aurelian Oancea
-Axel Lewenhaupt
-Barret Rennie
-Basarat Ali Syed
-Bastian Müller
-belhaj
-Bem Jones-Bey
-benbro
-Beni Cherniavsky-Paskin
-Benjamin DeCoste
-Benjamin Young
-Ben Keen
-Ben Miller
-Ben Mosher
-Bernhard Sirlinger
-Bert Chang
-Bharad
-BigBlueHat
-Billy Moon
-binny
-B Krishna Chaitanya
-Blaine G
-blukat29
-Bo
-boomyjee
-Bo Peng
-borawjm
-Brad Metcalf
-Brandon Frohs
-Brandon Wamboldt
-Bret Little
-Brett Zamir
-Brian Grinstead
-Brian Sletten
-brrd
-Bruce Mitchener
-Bryan Massoth
-Caitlin Potter
-Calin Barbat
-callodacity
-Camilo Roca
-Casey Klebba
-César González Íñiguez
-Chad Jolly
-Chandra Sekhar Pydi
-Charles Skelton
-Cheah Chu Yeow
-Chris Coyier
-Chris Ford
-Chris Granger
-Chris Houseknecht
-Chris Lohfink
-Chris Morgan
-Chris Reeves
-Chris Smith
-Christian Gruen
-Christian Oyarzun
-Christian Petrov
-christopherblaser
-Christopher Brown
-Christopher Kramer
-Christopher Mitchell
-Christopher Pfohl
-Chunliang Lyu
-ciaranj
-CodeAnimal
-CodeBitt
-coderaiser
-Cole R Lawrence
-ComFreek
-Cristian Prieto
-Curtis Gagliardi
-dagsta
-daines
-Dale Jung
-Dan Bentley
-Dan Heberden
-Daniel, Dao Quang Minh
-Daniele Di Sarli
-Daniel Faust
-Daniel Huigens
-Daniel Kesler
-Daniel KJ
-Daniel Neel
-Daniel Parnell
-Daniel Thwaites
-Danila Malyutin
-Danny Yoo
-darealshinji
-Darius Roberts
-Dave Brondsema
-Dave Myers
-David Barnett
-David H. Bronke
-David Mignot
-David Pathakjee
-David Vázquez
-David Whittington
-deebugger
-Deep Thought
-Devin Abbott
-Devon Carew
-Dick Choi
-dignifiedquire
-Dimage Sapelkin
-Dmitry Kiselyov
-domagoj412
-Dominator008
-Domizio Demichelis
-Doug Wikle
-Drew Bratcher
-Drew Hintz
-Drew Khoury
-Drini Cami
-Dror BG
-duralog
-dwelle
-eborden
-edsharp
-ekhaled
-Elisée
-Emmanuel Schanzer
-Enam Mijbah Noor
-Eric Allam
-Eric Bogard
-Erik Welander
-eustas
-Fabien Dubosson
-Fabien O'Carroll
-Fabio Zendhi Nagao
-Faiza Alsaied
-Fauntleroy
-fbuchinger
-feizhang365
-Felipe Lalanne
-Felix Raab
-ficristo
-Filip Noetzel
-Filip Stollár
-Filype Pereira
-flack
-Florian Felten
-ForbesLindesay
-Forbes Lindesay
-Ford_Lawnmower
-Forrest Oliphant
-Franco Catena
-Frank Wiegand
-Fredrik Borg
-Gabriel Gheorghian
-Gabriel Horner
-Gabriel Nahmias
-galambalazs
-Gary Sheng
-Gautam Mehta
-Gavin Douglas
-gekkoe
-Geordie Hall
-George Stephanis
-geowarin
-Gerard Braad
-Gergely Hegykozi
-Giovanni Calò
-Glebov Boris
-Glenn Jorde
-Glenn Ruehle
-goldsmcb
-Golevka
-Google Inc.
-Gordon Smith
-Grant Skinner
-greengiant
-Gregory Koberger
-Grzegorz Mazur
-Guan Gui
-Guillaume Massé
-Guillaume Massé
-guraga
-Gustavo Rodrigues
-Hakan Tunc
-Hans Engel
-Hardest
-Harshvardhan Gupta
-Hasan Karahan
-Heanes
-Hector Oswaldo Caballero
-Hélio
-Hendrik Wallbaum
-Henrik Haugbølle
-Herculano Campos
-hidaiy
-Hiroyuki Makino
-hitsthings
-Hocdoc
-Hugues Malphettes
-Ian Beck
-Ian Davies
-Ian Dickinson
-Ian Rose
-Ian Wehrman
-Ian Wetherbee
-Ice White
-ICHIKAWA, Yuji
-idleberg
-ilvalle
-Ingo Richter
-Irakli Gozalishvili
-Ivan Kurnosov
-Ivoah
-Jacob Lee
-Jaimin
-Jake Peyser
-Jakob Miland
-Jakub Vrana
-Jakub Vrána
-James Campos
-James Howard
-James Thorne
-Jamie Hill
-Jamie Morris
-Jan Jongboom
-jankeromnes
-Jan Keromnes
-Jan Odvarko
-Jan Schär
-Jan T. Sott
-Jared Dean
-Jared Forsyth
-Jared Jacobs
-Jason
-Jason Barnabe
-Jason Grout
-Jason Johnston
-Jason San Jose
-Jason Siefken
-Jayaprabhakar
-Jaydeep Solanki
-Jean Boussier
-Jeff Blaisdell
-Jeff Hanke
-Jeff Jenkins
-jeffkenton
-Jeff Pickhardt
-jem (graphite)
-Jeremy Parmenter
-Jim
-Jim Avery
-jkaplon
-JobJob
-jochenberger
-Jochen Berger
-Joel Einbinder
-joelpinheiro
-Johan Ask
-John Connor
-John-David Dalton
-John Engler
-John Lees-Miller
-John Snelson
-John Van Der Loo
-Jon Ander Peñalba
-Jonas Döbertin
-Jonas Helfer
-Jonathan Hart
-Jonathan Malmaud
-Jon Gacnik
-jongalloway
-Jon Malmaud
-Jon Sangster
-Joost-Wim Boekesteijn
-Joseph Pecoraro
-Josh Barnes
-Josh Cohen
-Josh Soref
-Joshua Newman
-Josh Watzman
-jots
-jsoojeon
-ju1ius
-Juan Benavides Romero
-Jucovschi Constantin
-Juho Vuori
-Julien CROUZET
-Julien Rebetez
-Justin Andresen
-Justin Hileman
-jwallers at gmail.com
-kaniga
-karevn
-Karol
-Kayur Patel
-Kazuhito Hokamura
-Ken Newman
-ken restivo
-Ken Rockot
-Kevin Earls
-Kevin Kwok
-Kevin Muret
-Kevin Sawicki
-Kevin Ushey
-Klaus Silveira
-Koh Zi Han, Cliff
-komakino
-Konstantin Lopuhin
-koops
-Kris Ciccarello
-ks-ifware
-kubelsmieci
-KwanEsq
-Kyle Kelley
-KyleMcNutt
-Lanfei
-Lanny
-Laszlo Vidacs
-leaf corcoran
-Lemmon
-Leonid Khachaturov
-Leon Sorokin
-Leonya Khachaturov
-Liam Newman
-Libo Cannici
-Lior Goldberg
-Lior Shub
-LloydMilligan
-LM
-lochel
-Lorenzo Stoakes
-Louis Mauchet
-Luca Fabbri
-Luciano Longo
-Lu Fangjian
-Luke Browning
-Luke Granger-Brown
-Luke Stagner
-lynschinzer
-M1cha
-Madhura Jayaratne
-Maksim Lin
-Maksym Taran
-Malay Majithia
-Manideep
-Manuel Rego Casasnovas
-Marat Dreizin
-Marcel Gerber
-Marcelo Camargo
-Marco Aurélio
-Marco Munizaga
-Marcus Bointon
-Marek Rudnicki
-Marijn Haverbeke
-Mário Gonçalves
-Mario Pietsch
-Mark Anderson
-Mark Lentczner
-Marko Bonaci
-Mark Peace
-Markus Bordihn
-Markus Olsson
-Martin Balek
-Martín Gaitán
-Martin Hasoň
-Martin Hunt
-Martin Laine
-Martin Zagora
-Mason Malone
-Mateusz Paprocki
-Mathias Bynens
-mats cronqvist
-Matt Gaide
-Matthew Bauer
-Matthew Beale
-matthewhayes
-Matthew Rathbone
-Matthias Bussonnier
-Matthias BUSSONNIER
-Matt MacPherson
-Matt McDonald
-Matt Pass
-Matt Sacks
-mauricio
-Maximilian Hils
-Maxim Kraev
-Max Kirsch
-Max Schaefer
-Max Xiantu
-mbarkhau
-McBrainy
-mce2
-melpon
-meshuamam
-Metatheos
-Micah Dubinko
-Michael
-Michael Goderbauer
-Michael Grey
-Michael Kaminsky
-Michael Lehenbauer
-Michael Walker
-Michael Zhou
-Michal Čihař
-Michal Dorner
-Michal Kapiczynski
-Mighty Guava
-Miguel Castillo
-mihailik
-Mike
-Mike Brevoort
-Mike Diaz
-Mike Ivanov
-Mike Kadin
-Mike Kobit
-Milan Szekely
-MinRK
-Miraculix87
-misfo
-mkaminsky11
-mloginov
-Moritz Schubotz (physikerwelt)
-Moritz Schwörer
-Moshe Wajnberg
-mps
-ms
-mtaran-google
-Mu-An Chiou
-Mu-An ✌️ Chiou
-mzabuawala
-Narciso Jaramillo
-Nathan Williams
-ndr
-Neil Anderson
-neon-dev
-nerbert
-NetworkNode
-nextrevision
-ngn
-nguillaumin
-Ng Zhi An
-Nicholas Bollweg
-Nicholas Bollweg (Nick)
-NickKolok
-Nick Kreeger
-Nick Small
-Nicolas Kick
-Nicolò Ribaudo
-Niels van Groningen
-nightwing
-Nikita Beloglazov
-Nikita Vasilyev
-Nikolay Kostov
-nilp0inter
-Nisarg Jhaveri
-nlwillia
-noragrossman
-Norman Rzepka
-opl-
-Oreoluwa Onatemowo
-Oskar Segersvärd
-overdodactyl
-pablo
-pabloferz
-Pablo Zubieta
-paddya
-Page
-paladox
-Panupong Pasupat
-paris
-Paris
-Paris Kasidiaris
-Patil Arpith
-Patrick Stoica
-Patrick Strawderman
-Paul Garvin
-Paul Ivanov
-Paul Masson
-Pavel
-Pavel Feldman
-Pavel Petržela
-Pavel Strashkin
-Paweł Bartkiewicz
-peteguhl
-peter
-Peter Flynn
-peterkroon
-Peter Kroon
-Philipp A
-Philip Stadermann
-Pi Delport
-Pierre Gerold
-Pieter Ouwerkerk
-Pontus Melke
-prasanthj
-Prasanth J
-Prayag Verma
-Prendota
-Qiang Li
-Radek Piórkowski
-Rahul
-Rahul Anand
-ramwin1
-Randall Mason
-Randy Burden
-Randy Edmunds
-Randy Luecke
-Raphael Amorim
-Rasmus Erik Voel Jensen
-Rasmus Schultz
-Raymond Hill
-ray ratchup
-Ray Ratchup
-Remi Nyborg
-Renaud Durlin
-Richard Denton
-Richard van der Meer
-Richard Z.H. Wang
-Rishi Goomar
-Robert Brignull
-Robert Crossfield
-Roberto Abdelkader Martínez Pérez
-robertop23
-Robert Plummer
-Rrandom
-Rrrandom
-Ruslan Osmanov
-Ryan Petrello
-Ryan Prior
-ryu-sato
-sabaca
-Sam Lee
-Sam Rawlins
-Samuel Ainsworth
-Sam Wilson
-sandeepshetty
-Sander AKA Redsandro
-Sander Verweij
-santec
-Sarah McAlear and Wenlin Zhang
-Sascha Peilicke
-satamas
-satchmorun
-sathyamoorthi
-Saul Costa
-S. Chris Colbert
-SCLINIC\jdecker
-Scott Aikin
-Scott Goodhew
-Sebastian Wilzbach
-Sebastian Zaha
-Sergey Goder
-Sergey Tselovalnikov
-Se-Won Kim
-Shane Liesegang
-shaund
-shaun gilchrist
-Shawn A
-Shea Bunge
-sheopory
-Shil S
-Shiv Deepak
-Shmuel Englard
-Shubham Jain
-Siamak Mokhtari
-silverwind
-Simon Edwards
-sinkuu
-snasa
-soliton4
-sonson
-Sorab Bisht
-spastorelli
-srajanpaliwal
-Stanislav Oaserele
-stan-z
-Stas Kobzar
-Stefan Borsje
-Steffen Beyer
-Steffen Bruchmann
-Steffen Kowalski
-Stephane Moore
-Stephen Lavelle
-Steve Champagne
-Steve Hoover
-Steve O'Hara
-stoskov
-Stu Kennedy
-Sungho Kim
-sverweij
-Taha Jahangir
-takamori
-Tako Schotanus
-Takuji Shimokawa
-Takuya Matsuyama
-Tarmil
-TDaglis
-tel
-Tentone
-tfjgeorge
-Thaddee Tyl
-thanasis
-TheHowl
-themrmax
-think
-Thomas Brouard
-Thomas Dvornik
-Thomas Kluyver
-Thomas Schmid
-Tim Alby
-Tim Baumann
-Timothy Farrell
-Timothy Gu
-Timothy Hatcher
-Tobias Bertelsen
-TobiasBg
-Todd Berman
-Todd Kennedy
-Tomas-A
-Tomas Varaneckas
-Tom Erik Støwer
-Tom Klancer
-Tom MacWright
-Tom McLaughlin
-Tony Jian
-tophf
-totalamd
-Travis Heppe
-Triangle717
-Tristan Tarrant
-TSUYUSATO Kitsune
-Tugrul Elmas
-twifkak
-Tyler Long
-Vadzim Ramanenka
-Vaibhav Sagar
-VapidWorx
-Vestimir Markov
-vf
-Victor Bocharsky
-Vincent Woo
-Volker Mische
-vtripolitakis
-Weiyan Shao
-wenli
-Wes Cossick
-Wesley Wiser
-Weston Ruter
-Will Binns-Smith
-Will Dean
-William Jamieson
-William Stein
-Willy
-Wojtek Ptak
-wonderboyjon
-Wu Cheng-Han
-Xavier Mendez
-Yassin N. Hassan
-YNH Webdev
-Yunchi Luo
-Yuvi Panda
-Yvonnick Esnault
-Zac Anger
-Zachary Dremann
-Zeno Rocha
-Zhang Hao
-Ziv
-zziuni
-魏鹏刚
diff --git a/help3/xhpeditor/CHANGELOG.md b/help3/xhpeditor/CHANGELOG.md
deleted file mode 100644
index 5fb9bc3..0000000
--- a/help3/xhpeditor/CHANGELOG.md
+++ /dev/null
@@ -1,1412 +0,0 @@
-## 5.38.0 (2018-05-21)
-
-### Bug fixes
-
-Improve reliability of noticing a missing mouseup event during dragging.
-
-Make sure `getSelection` is always called on the correct document.
-
-Fix interpretation of line breaks and non-breaking spaces inserted by renderer in contentEditable mode.
-
-Work around some browsers inexplicably making the fake scrollbars focusable.
-
-Make sure `coordsChar` doesn't return positions inside collapsed ranges.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Support block scopes, bindingless catch, bignum suffix, `s` regexp flag.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Adjust a wasteful regexp.
-
-[show-hint addon](http://codemirror.net/doc/manual.html#addon_show-hint): Allow opening the control without any item selected.
-
-### New features
-
-New theme: [darcula](http://codemirror.net/demo/theme.html#darcula).
-
-[dialog addon](http://codemirror.net/doc/manual.html#addon_dialog): Add a CSS class (`dialog-opened`) to the editor when a dialog is open.
-
-## 5.37.0 (2018-04-20)
-
-### Bug fixes
-
-Suppress keypress events during composition, for platforms that don't properly do this themselves.
-
-[xml-fold addon](http://codemirror.net/demo/folding.html): Improve handling of line-wrapped opening tags.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Improve TypeScript support.
-
-[python mode](http://codemirror.net/mode/python/): Highlight expressions inside format strings.
-
-### New features
-
-[vim bindings](http://codemirror.net/demo/vim.html): Add support for '(' and ')' movement.
-
-New themes: [idea](http://codemirror.net/demo/theme.html#idea), [ssms](http://codemirror.net/demo/theme.html#ssms), [gruvbox-dark](http://codemirror.net/demo/theme.html#gruvbox-dark).
-
-## 5.36.0 (2018-03-20)
-
-### Bug fixes
-
-Make sure all document-level event handlers are registered on the document that the editor is part of.
-
-Fix issue that prevented edits whose origin starts with `+` from being combined in history events for an editor-less document.
-
-[multiplex addon](http://codemirror.net/demo/multiplex.html): Improve handling of indentation.
-
-[merge addon](http://codemirror.net/doc/manual.html#addon_merge): Use CSS `:after` element to style the scroll-lock icon.
-
-[javascript-hint addon](http://codemirror.net/doc/manual.html#addon_javascript-hint): Don't provide completions in JSON mode.
-
-[continuelist addon](http://codemirror.net/doc/manual.html#addon_continuelist): Fix numbering error.
-
-[show-hint addon](http://codemirror.net/doc/manual.html#addon_show-hint): Make `fromList` completion strategy act on the current token up to the cursor, rather than the entire token.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Fix a regexp with potentially exponental complexity.
-
-### New features
-
-New theme: [lucario](http://codemirror.net/demo/theme.html#lucario).
-
-## 5.35.0 (2018-02-20)
-
-### Bug fixes
-
-Fix problem where selection undo might change read-only documents.
-
-Fix crash when calling `addLineWidget` on a document that has no attached editor.
-
-[searchcursor addon](http://codemirror.net/doc/manual.html#addon_searchcursor): Fix behavior of `^` in multiline regexp mode.
-
-[match-highlighter addon](http://codemirror.net/doc/manual.html#addon_match-highlighter): Fix problem with matching words that have regexp special syntax in them.
-
-[sublime bindings](http://codemirror.net/demo/sublime.html): Fix `addCursorToSelection` for short lines.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Support TypeScript intersection types, dynamic `import`.
-
-[stex mode](http://codemirror.net/mode/stex/): Fix parsing of `\(` `\)` delimiters, recognize more atom arguments.
-
-[haskell mode](http://codemirror.net/mode/haskell/): Highlight more builtins, support `<*` and `*>`.
-
-[sql mode](http://codemirror.net/mode/sql/): Make it possible to disable backslash escapes in strings for dialects that don't have them, do this for MS SQL.
-
-[dockerfile mode](http://codemirror.net/mode/dockerfile/): Highlight strings and ports, recognize more instructions.
-
-### New features
-
-[vim bindings](http://codemirror.net/demo/vim.html): Support alternative delimiters in replace command.
-
-## 5.34.0 (2018-01-29)
-
-### Bug fixes
-
-[markdown mode](http://codemirror.net/mode/markdown/): Fix a problem where inline styles would persist across list items.
-
-[sublime bindings](http://codemirror.net/demo/sublime.html): Fix the `toggleBookmark` command.
-
-[closebrackets addon](http://codemirror.net/doc/manual.html#addon_closebrackets): Improve behavior when closing triple quotes.
-
-[xml-fold addon](http://codemirror.net/demo/folding.html): Fix folding of line-broken XML tags.
-
-[shell mode](http://codemirror.net/mode/shell/): Better handling of nested quoting.
-
-[javascript-lint addon](http://codemirror.net/demo/lint.html): Clean up and simplify.
-
-[matchbrackets addon](http://codemirror.net/doc/manual.html#addon_matchbrackets): Fix support for multiple editors at the same time.
-
-### New features
-
-New themes: [oceanic-next](http://codemirror.net/demo/theme.html#oceanic-next) and [shadowfox](http://codemirror.net/demo/theme.html#shadowfox).
-
-## 5.33.0 (2017-12-21)
-
-### Bug fixes
-
-[lint addon](http://codemirror.net/doc/manual.html#addon_lint): Make updates more efficient.
-
-[css mode](http://codemirror.net/mode/css/): The mode is now properly case-insensitive.
-
-[continuelist addon](http://codemirror.net/doc/manual.html#addon_continuelist): Fix broken handling of unordered lists introduced in previous release.
-
-[swift](http://codemirror.net/mode/swift) and [scala](http://codemirror.net/mode/clike/) modes: Support nested block comments.
-
-[mllike mode](http://codemirror.net/mode/mllike/index.html): Improve OCaml support.
-
-[sublime bindings](http://codemirror.net/demo/sublime.html): Use the proper key bindings for `addCursorToNextLine` and `addCursorToPrevLine`.
-
-### New features
-
-[jsx mode](http://codemirror.net/mode/jsx/index.html): Support JSX fragments.
-
-[closetag addon](http://codemirror.net/demo/closetag.html): Add an option to disable auto-indenting.
-
-## 5.32.0 (2017-11-22)
-
-### Bug fixes
-
-Increase contrast on default bracket-matching colors.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Recognize TypeScript type parameters for calls, type guards, and type parameter defaults. Improve handling of `enum` and `module` keywords.
-
-[comment addon](http://codemirror.net/doc/manual.html#addon_comment): Fix bug when uncommenting a comment that spans all but the last selected line.
-
-[searchcursor addon](http://codemirror.net/doc/manual.html#addon_searchcursor): Fix bug in case folding.
-
-[emacs bindings](http://codemirror.net/demo/emacs.html): Prevent single-character deletions from resetting the kill ring.
-
-[closebrackets addon](http://codemirror.net/doc/manual.html#addon_closebrackets): Tweak quote matching behavior.
-
-### New features
-
-[continuelist addon](http://codemirror.net/doc/manual.html#addon_continuelist): Increment ordered list numbers when adding one.
-
-## 5.31.0 (2017-10-20)
-
-### Bug fixes
-
-Further improve selection drawing and cursor motion in right-to-left documents.
-
-[vim bindings](http://codemirror.net/demo/vim.html): Fix ctrl-w behavior, support quote-dot and backtick-dot marks, make the wide cursor visible in contentEditable [input mode](http://codemirror.net/doc/manual.html#option_contentEditable).
-
-[continuecomment addon](http://codemirror.net/doc/manual.html#addon_continuecomment): Fix bug when pressing enter after a single-line block comment.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Fix issue with leaving indented fenced code blocks.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Fix bad parsing of operators without spaces between them. Fix some corner cases around semicolon insertion and regexps.
-
-### New features
-
-Modes added with [`addOverlay`](http://codemirror.net/doc/manual.html#addOverlay) now have access to a [`baseToken`](http://codemirror.net/doc/manual.html#baseToken) method on their input stream, giving access to the tokens of the underlying mode.
-
-## 5.30.0 (2017-09-20)
-
-### Bug fixes
-
-Fixed a number of issues with drawing right-to-left selections and mouse selection in bidirectional text.
-
-[search addon](http://codemirror.net/demo/search/): Fix crash when restarting search after doing empty search.
-
-[mark-selection addon](http://cm/doc/manual.html#addon_mark-selection): Fix off-by-one bug.
-
-[tern addon](http://codemirror.net/demo/tern.html): Fix bad request made when editing at the bottom of a large document.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Improve parsing in a number of corner cases.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Fix crash when a sub-mode doesn't support indentation, allow uppercase X in task lists.
-
-[gfm mode](http://codemirror.net/mode/gfm/): Don't highlight SHA1 'hashes' without numbers to avoid false positives.
-
-[soy mode](http://codemirror.net/mode/soy/): Support injected data and `@param` in comments.
-
-### New features
-
-[simple mode addon](http://codemirror.net/demo/simplemode.html): Allow groups in regexps when `token` isn't an array.
-
-## 5.29.0 (2017-08-24)
-
-### Bug fixes
-
-Fix crash in contentEditable input style when editing near a bookmark.
-
-Make sure change origins are preserved when splitting changes on [read-only marks](http://codemirror.net/doc/manual.html#mark_readOnly).
-
-[javascript mode](http://codemirror.net/mode/javascript/): More support for TypeScript syntax.
-
-[d mode](http://codemirror.net/mode/d/): Support nested comments.
-
-[python mode](http://codemirror.net/mode/python/): Improve tokenizing of operators.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Further improve CommonMark conformance.
-
-[css mode](http://codemirror.net/mode/css/): Don't run comment tokens through the mode's state machine.
-
-[shell mode](http://codemirror.net/mode/shell/): Allow strings to span lines.
-
-[search addon](http://codemirror.net/demo/search/): Fix crash in persistent search when `extraKeys` is null.
-
-## 5.28.0 (2017-07-21)
-
-### Bug fixes
-
-Fix copying of, or replacing editor content with, a single dash character when copying a big selection in some corner cases.
-
-Make [`"goLineLeft"`](http://codemirror.net/doc/manual.html#command_goLineLeft)/`"goLineRight"` behave better on wrapped lines.
-
-[sql mode](http://codemirror.net/mode/sql/): Fix tokenizing of multi-dot operator and allow digits in subfield names.
-
-[searchcursor addon](http://codemirror.net/doc/manual.html#addon_searchcursor): Fix infinite loop on some composed character inputs.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Make list parsing more CommonMark-compliant.
-
-[gfm mode](http://codemirror.net/mode/gfm/): Highlight colon syntax for emoji.
-
-### New features
-
-Expose [`startOperation`](http://codemirror.net/doc/manual.html#startOperation) and `endOperation` for explicit operation management.
-
-[sublime bindings](http://codemirror.net/demo/sublime.html): Add extend-selection (Ctrl-Alt- or Cmd-Shift-Up/Down).
-
-## 5.27.4 (2017-06-29)
-
-### Bug fixes
-
-Fix crash when using mode lookahead.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Don't block inner mode's indentation support.
-
-## 5.27.2 (2017-06-22)
-
-### Bug fixes
-
-Fix crash in the [simple mode](http://codemirror.net/demo/simplemode.html)< addon.
-
-## 5.27.0 (2017-06-22)
-
-### Bug fixes
-
-Fix infinite loop in forced display update.
-
-Properly disable the hidden textarea when `readOnly` is `"nocursor"`.
-
-Calling the `Doc` constructor without `new` works again.
-
-[sql mode](http://codemirror.net/mode/sql/): Handle nested comments.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Improve support for TypeScript syntax.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Fix bug where markup was ignored on indented paragraph lines.
-
-[vim bindings](http://codemirror.net/demo/vim.html): Referencing invalid registers no longer causes an uncaught exception.
-
-[rust mode](http://codemirror.net/mode/rust/): Add the correct MIME type.
-
-[matchbrackets addon](http://codemirror.net/doc/manual.html#addon_matchbrackets): Document options.
-
-### New features
-
-Mouse button clicks can now be bound in keymaps by using names like `"LeftClick"` or `"Ctrl-Alt-MiddleTripleClick"`. When bound to a function, that function will be passed the position of the click as second argument.
-
-The behavior of mouse selection and dragging can now be customized with the [`configureMouse`](http://codemirror.net/doc/manual.html#option_configureMouse) option.
-
-Modes can now look ahead across line boundaries with the [`StringStream`](http://codemirror.net/doc/manual.html#StringStream)`.lookahead` method.
-
-Introduces a `"type"` token type, makes modes that recognize types output it, and add styling for it to the themes.
-
-New [`pasteLinesPerSelection`](http://codemirror.net/doc/manual.html#option_pasteLinesPerSelection) option to control the behavior of pasting multiple lines into multiple selections.
-
-[searchcursor addon](http://codemirror.net/doc/manual.html#addon_searchcursor): Support multi-line regular expression matches, and normalize strings when matching.
-
-## 5.26.0 (2017-05-22)
-
-### Bug fixes
-
-In textarea-mode, don't reset the input field during composition.
-
-More careful restoration of selections in widgets, during editor redraw.
-
-[javascript mode](http://codemirror.net/mode/javascript/): More TypeScript parsing fixes.
-
-[julia mode](http://codemirror.net/mode/julia/): Fix issue where the mode gets stuck.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Understand cross-line links, parse all bracketed things as links.
-
-[soy mode](http://codemirror.net/mode/soy/): Support single-quoted strings.
-
-[go mode](http://codemirror.net/mode/go/): Don't try to indent inside strings or comments.
-
-### New features
-
-[vim bindings](http://codemirror.net/demo/vim.html): Parse line offsets in line or range specs.
-
-## 5.25.2 (2017-04-20)
-
-### Bug fixes
-
-Better handling of selections that cover the whole viewport in contentEditable-mode.
-
-No longer accidentally scroll the editor into view when calling `setValue`.
-
-Work around Chrome Android bug when converting screen coordinates to editor positions.
-
-Make sure long-clicking a selection sets a cursor and doesn't show the editor losing focus.
-
-Fix issue where pointer events were incorrectly disabled on Chrome's overlay scrollbars.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Recognize annotations and TypeScript-style type parameters.
-
-[shell mode](http://codemirror.net/mode/shell/): Handle nested braces.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Make parsing of strong/em delimiters CommonMark-compliant.
-
-## 5.25.0 (2017-03-20)
-
-### Bug fixes
-
-In contentEditable-mode, properly locate changes that repeat a character when inserted with IME.
-
-Fix handling of selections bigger than the viewport in contentEditable mode.
-
-Improve handling of changes that insert or delete lines in contentEditable mode.
-
-Count Unicode control characters 0x80 to 0x9F as special (non-printing) chars.
-
-Fix handling of shadow DOM roots when finding the active element.
-
-Add `role=presentation` to more DOM elements to improve screen reader support.
-
-[merge addon](http://codemirror.net/doc/manual.html#addon_merge): Make aligning of unchanged chunks more robust.
-
-[comment addon](http://codemirror.net/doc/manual.html#addon_comment): Fix comment-toggling on a block of text that starts and ends in a (differnet) block comment.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Improve support for TypeScript syntax.
-
-[r mode](http://codemirror.net/mode/r/): Fix indentation after semicolon-less statements.
-
-[shell mode](http://codemirror.net/mode/shell/): Properly handle escaped parentheses in parenthesized expressions.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Fix a few bugs around leaving fenced code blocks.
-
-[soy mode](http://codemirror.net/mode/soy/): Improve indentation.
-
-### New features
-
-[lint addon](http://codemirror.net/doc/manual.html#addon_lint): Support asynchronous linters that return promises.
-
-[continuelist addon](http://codemirror.net/doc/manual.html#addon_continuelist): Support continuing task lists.
-
-[vim bindings](http://codemirror.net/demo/vim.html): Make Y behave like yy.
-
-[sql mode](http://codemirror.net/mode/sql/): Support sqlite dialect.
-
-## 5.24.2 (2017-02-22)
-
-### Bug fixes
-
-[javascript mode](http://codemirror.net/mode/javascript/): Support computed class method names.
-
-[merge addon](http://codemirror.net/doc/manual.html#addon_merge): Improve aligning of unchanged code in the presence of marks and line widgets.
-
-## 5.24.0 (2017-02-20)
-
-### Bug fixes
-
-A cursor directly before a line-wrapping break is now drawn before or after the line break depending on which direction you arrived from.
-
-Visual cursor motion in line-wrapped right-to-left text should be much more correct.
-
-Fix bug in handling of read-only marked text.
-
-[shell mode](http://codemirror.net/mode/shell/): Properly tokenize nested parentheses.
-
-[python mode](http://codemirror.net/mode/python/): Support underscores in number literals.
-
-[sass mode](http://codemirror.net/mode/sass/): Uses the full list of CSS properties and keywords from the CSS mode, rather than defining its own incomplete subset.
-
-[css mode](http://codemirror.net/mode/css/): Expose `lineComment` property for LESS and SCSS dialects. Recognize vendor prefixes on pseudo-elements.
-
-[julia mode](http://codemirror.net/mode/julia/): Properly indent `elseif` lines.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Properly recognize the end of fenced code blocks when inside other markup.
-
-[scala mode](http://codemirror.net/mode/clike/): Improve handling of operators containing <code>#</code>, <code>@</code>, and <code>:</code> chars.
-
-[xml mode](http://codemirror.net/mode/xml/): Allow dashes in HTML tag names.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Improve parsing of async methods, TypeScript-style comma-separated superclass lists.
-
-[indent-fold addon](http://codemirror.net/demo/folding.html): Ignore comment lines.
-
-### New features
-
-Positions now support a `sticky` property which determines whether they should be associated with the character before (value `"before"`) or after (value `"after"`) them.
-
-[vim bindings](http://codemirror.net/demo/vim.html): Make it possible to remove built-in bindings through the API.
-
-[comment addon](http://codemirror.net/doc/manual.html#addon_comment): Support a per-mode <code>useInnerComments</code> option to optionally suppress descending to the inner modes to get comment strings.
-
-### Breaking changes
-
-The [sass mode](http://codemirror.net/mode/sass/) now depends on the [css mode](http://codemirror.net/mode/css/).
-
-## 5.23.0 (2017-01-19)
-
-### Bug fixes
-
-Presentation-related elements DOM elements are now marked as such to help screen readers.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Be more picky about what HTML tags look like to avoid false positives.
-
-### New features
-
-`findModeByMIME` now understands `+json` and `+xml` MIME suffixes.
-
-[closebrackets addon](http://codemirror.net/doc/manual.html#addon_closebrackets): Add support for an `override` option to ignore language-specific defaults.
-
-[panel addon](http://codemirror.net/doc/manual.html#addon_panel): Add a `stable` option that auto-scrolls the content to keep it in the same place when inserting/removing a panel.
-
-## 5.22.2 (2017-01-12)
-
-### Bug fixes
-
-Include rollup.config.js in NPM package, so that it can be used to build from source.
-
-## 5.22.0 (2016-12-20)
-
-### Bug fixes
-
-[sublime bindings](http://codemirror.net/demo/sublime.html): Make `selectBetweenBrackets` work with multiple cursors.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Fix issues with parsing complex TypeScript types, imports, and exports.
-
-A contentEditable editor instance with autofocus enabled no longer crashes during initializing.
-
-### New features
-
-[emacs bindings](http://codemirror.net/demo/emacs.html): Export `CodeMirror.emacs` to allow other addons to hook into Emacs-style functionality.
-
-[active-line addon](http://codemirror.net/doc/manual.html#addon_active-line): Add `nonEmpty` option.
-
-New event: [`optionChange`](http://codemirror.net/doc/manual.html#event_optionChange).
-
-## 5.21.0 (2016-11-21)
-
-### Bug fixes
-
-Tapping/clicking the editor in [contentEditable mode](http://codemirror.net/doc/manual.html#option_inputStyle) on Chrome now puts the cursor at the tapped position.
-
-Fix various crashes and misbehaviors when reading composition events in [contentEditable mode](http://codemirror.net/doc/manual.html#option_inputStyle).
-
-Catches and ignores an IE 'Unspecified Error' when creating an editor in an iframe before there is a `<body>`.
-
-[merge addon](http://codemirror.net/doc/manual.html#addon_merge): Fix several issues in the chunk-aligning feature.
-
-[verilog mode](http://codemirror.net/mode/verilog): Rewritten to address various issues.
-
-[julia mode](http://codemirror.net/mode/julia): Recognize Julia 0.5 syntax.
-
-[swift mode](http://codemirror.net/mode/swift): Various fixes and adjustments to current syntax.
-
-[markdown mode](http://codemirror.net/mode/markdown): Allow lists without a blank line above them.
-
-### New features
-
-The [`setGutterMarker`](http://codemirror.net/doc/manual.html#setGutterMarker), [`clearGutter`](http://codemirror.net/doc/manual.html#clearGutter), and [`lineInfo`](http://codemirror.net/doc/manual.html#lineInfo) methods are now available on `Doc` objects.
-
-The [`heightAtLine`](http://codemirror.net/doc/manual.html#heightAtLine) method now takes an extra argument to allow finding the height at the top of the line's line widgets.
-
-[ruby mode](http://codemirror.net/mode/ruby): `else` and `elsif` are now immediately indented.
-
-[vim bindings](http://codemirror.net/demo/vim.html): Bind Ctrl-T and Ctrl-D to in- and dedent in insert mode.
-
-## 5.20.2 (2016-10-21)
-
-### Bug fixes
-
-Fix `CodeMirror.version` returning the wrong version number.
-
-## 5.20.0 (2016-10-20)
-
-### Bug fixes
-
-Make `newlineAndIndent` command work with multiple cursors on the same line.
-
-Make sure keypress events for backspace are ignored.
-
-Tokens styled with overlays no longer get a nonsense `cm-cm-overlay` class.
-
-Line endings for pasted content are now normalized to the editor's [preferred ending](http://codemirror.net/doc/manual.html#option_lineSeparator).
-
-[javascript mode](http://codemirror.net/mode/javascript): Improve support for class expressions. Support TypeScript optional class properties, the `abstract` keyword, and return type declarations for arrow functions.
-
-[css mode](http://codemirror.net/mode/css): Fix highlighting of mixed-case keywords.
-
-[closebrackets addon](http://codemirror.net/doc/manual.html#addon_closebrackets): Improve behavior when typing a quote before a string.
-
-### New features
-
-The core is now maintained as a number of small files, using ES6 syntax and modules, under the `src/` directory. A git checkout no longer contains a working `codemirror.js` until you `npm build` (but when installing from NPM, it is included).
-
-The [`refresh`](http://codemirror.net/doc/manual.html#event_refresh) event is now documented and stable.
-
-## 5.19.0 (2016-09-20)
-
-### Bugfixes
-
-[erlang mode](http://codemirror.net/mode/erlang): Fix mode crash when trying to read an empty context.
-
-[comment addon](http://codemirror.net/doc/manual.html#addon_comment): Fix broken behavior when toggling comments inside a comment.
-
-xml-fold addon: Fix a null-dereference bug.
-
-Page up and page down now do something even in single-line documents.
-
-Fix an issue where the cursor position could be off in really long (~8000 character) tokens.
-
-### New features
-
-[javascript mode](http://codemirror.net/mode/javascript): Better indentation when semicolons are missing. Better support for TypeScript classes, optional parameters, and the `type` keyword.
-
-The [`blur`](http://codemirror.net/doc/manual.html#event_blur) and [`focus`](http://codemirror.net/doc/manual.html#event_focus) events now pass the DOM event to their handlers.
-
-## 5.18.2 (2016-08-23)
-
-### Bugfixes
-
-[vue mode](http://codemirror.net/mode/vue): Fix outdated references to renamed Pug mode dependency.
-
-## 5.18.0 (2016-08-22)
-
-### Bugfixes
-
-Make sure [gutter backgrounds](http://codemirror.net/doc/manual.html#addLineClass) stick to the rest of the gutter during horizontal scrolling.
-
-The contenteditable [`inputStyle`](http://codemirror.net/doc/manual.html#option_inputStyle) now properly supports pasting on pre-Edge IE versions.
-
-[javascript mode](http://codemirror.net/mode/javascript): Fix some small parsing bugs and improve TypeScript support.
-
-[matchbrackets addon](http://codemirror.net/doc/manual.html#addon_matchbrackets): Fix bug where active highlighting was left in editor when the addon was disabled.
-
-[match-highlighter addon](http://codemirror.net/doc/manual.html#addon_match-highlighter): Only start highlighting things when the editor gains focus.
-
-[javascript-hint addon](http://codemirror.net/doc/manual.html#addon_javascript-hint): Also complete non-enumerable properties.
-
-### New features
-
-The [`addOverlay`](http://codemirror.net/doc/manual.html#addOverlay) method now supports a `priority` option to control the order in which overlays are applied.
-
-MIME types that end in `+json` now default to the JSON mode when the MIME itself is not defined.
-
-### Breaking changes
-
-The mode formerly known as Jade was renamed to [Pug](http://codemirror.net/mode/pug).
-
-The [Python mode](http://codemirror.net/mode/python) now defaults to Python 3 (rather than 2) syntax.
-
-## 5.17.0 (2016-07-19)
-
-### Bugfixes
-
-Fix problem with wrapped trailing whitespace displaying incorrectly.
-
-Prevent IME dialog from overlapping typed content in Chrome.
-
-Improve measuring of characters near a line wrap.
-
-[javascript mode](http://codemirror.net/mode/javascript): Improve support for `async`, allow trailing commas in `import` lists.
-
-[vim bindings](http://codemirror.net/demo/vim.html): Fix backspace in replace mode.
-
-[sublime bindings](http://codemirror.net/demo/sublime.html): Fix some key bindings on OS X to match Sublime Text.
-
-### New features
-
-[markdown mode](http://codemirror.net/mode/markdown): Add more classes to image links in highlight-formatting mode.
-
-## 5.16.0 (2016-06-20)
-
-### Bugfixes
-
-Fix glitches when dragging content caused by the drop indicator receiving mouse events.
-
-Make Control-drag work on Firefox.
-
-Make clicking or selection-dragging at the end of a wrapped line select the right position.
-
-[show-hint addon](http://codemirror.net/doc/manual.html#addon_show-hint): Prevent widget scrollbar from hiding part of the hint text.
-
-[rulers addon](http://codemirror.net/doc/manual.html#addon_rulers): Prevent rulers from forcing a horizontal editor scrollbar.
-
-### New features
-
-[search addon](http://codemirror.net/doc/manual.html#addon_search): Automatically bind search-related keys in persistent dialog.
-
-[sublime keymap](http://codemirror.net/demo/sublime.html): Add a multi-cursor aware smart backspace binding.
-
-## 5.15.2 (2016-05-20)
-
-### Bugfixes
-
-Fix a critical document corruption bug that occurs when a document is gradually grown.
-
-## 5.15.0 (2016-05-20)
-
-### Bugfixes
-
-Fix bug that caused the selection to reset when focusing the editor in contentEditable input mode.
-
-Fix issue where not all ASCII control characters were being replaced by placeholders.
-
-Remove the assumption that all modes have a `startState` method from several wrapping modes.
-
-Fix issue where the editor would complain about overlapping collapsed ranges when there weren't any.
-
-Optimize document tree building when loading or pasting huge chunks of content.
-
-[markdown mode](http://codemirror.net/mode/markdown/): Fix several issues in matching link targets.
-
-[clike mode](http://codemirror.net/mode/clike/): Improve indentation of C++ template declarations.
-
-### New features
-
-Explicitly bind Ctrl-O on OS X to make that binding (“open line”) act as expected.
-
-Pasting [linewise-copied](http://codemirror.net/doc/manual.html#option_lineWiseCopyCut) content when there is no selection now inserts the lines above the current line.
-
-[javascript mode](http://codemirror.net/mode/javascript/): Support `async`/`await` and improve support for TypeScript type syntax.
-
-## 5.14.2 (2016-04-20)
-
-### Bugfixes
-
-Push a new package to NPM due to an [NPM bug](https://github.com/npm/npm/issues/5082) omitting the LICENSE file in 5.14.0.
-
-Set `dataTransfer.effectAllowed` in `dragstart` handler to help browsers use the right drag icon.
-
-Add the [mbox mode](http://codemirror.net/mode/mbox/index.html) to `mode/meta.js`.
-
-## 5.14.0 (2016-04-20)
-
-### Bugfixes
-
-[`posFromIndex`](http://codemirror.net/doc/manual.html#posFromIndex) and [`indexFromPos`](http://codemirror.net/doc/manual.html#indexFromPos) now take [`lineSeparator`](http://codemirror.net/doc/manual.html#option_lineSeparator) into account.
-
-[vim bindings](http://codemirror.net/demo/vim.html): Only call `.save()` when it is actually available.
-
-[comment addon](http://codemirror.net/doc/manual.html#addon_comment): Be careful not to mangle multi-line strings.
-
-[Python mode](http://codemirror.net/mode/python/index.html): Improve distinguishing of decorators from `@` operators.
-
-[`findMarks`](http://codemirror.net/doc/manual.html#findMarks): No longer return marks that touch but don't overlap given range.
-
-### New features
-
-[vim bindings](http://codemirror.net/demo/vim.html): Add yank command.
-
-[match-highlighter addon](http://codemirror.net/doc/manual.html#addon_match-highlighter): Add `trim` option to disable ignoring of whitespace.
-
-[PowerShell mode](http://codemirror.net/mode/powershell/index.html): Added.
-
-[Yacas mode](http://codemirror.net/mode/yacas/index.html): Added.
-
-[Web IDL mode](http://codemirror.net/mode/webidl/index.html): Added.
-
-[SAS mode](http://codemirror.net/mode/sas/index.html): Added.
-
-[mbox mode](http://codemirror.net/mode/mbox/index.html): Added.
-
-## 5.13.2 (2016-03-23)
-
-### Bugfixes
-
-Solves a problem where the gutter would sometimes not extend all the way to the end of the document.
-
-## 5.13.0 (2016-03-21)
-
-### New features
-
-New DOM event forwarded: [`"dragleave"`](http://codemirror.net/doc/manual.html#event_dom).
-
-[protobuf mode](http://codemirror.net/mode/protobuf/index.html): Newly added.
-
-### Bugfixes
-
-Fix problem where [`findMarks`](http://codemirror.net/doc/manual.html#findMarks) sometimes failed to find multi-line marks.
-
-Fix crash that showed up when atomic ranges and bidi text were combined.
-
-[show-hint addon](http://codemirror.net/demo/complete.html): Completion widgets no longer close when the line indented or dedented.
-
-[merge addon](http://codemirror.net/demo/merge.html): Fix bug when merging chunks at the end of the file.
-
-[placeholder addon](http://codemirror.net/doc/manual.html#addon_placeholder): No longer gets confused by [`swapDoc`](http://codemirror.net/doc/manual.html#swapDoc).
-
-[simplescrollbars addon](http://codemirror.net/doc/manual.html#addon_simplescrollbars): Fix invalid state when deleting at end of document.
-
-[clike mode](http://codemirror.net/mode/clike/index.html): No longer gets confused when a comment starts after an operator.
-
-[markdown mode](http://codemirror.net/mode/markdown/index.html): Now supports CommonMark-style flexible list indentation.
-
-[dylan mode](http://codemirror.net/mode/dylan/index.html): Several improvements and fixes.
-
-## 5.12.0 (2016-02-19)
-
-### New features
-
-[Vim bindings](http://codemirror.net/demo/vim.html): Ctrl-Q is now an alias for Ctrl-V.
-
-[Vim bindings](http://codemirror.net/demo/vim.html): The Vim API now exposes an `unmap` method to unmap bindings.
-
-[active-line addon](http://codemirror.net/demo/activeline.html): This addon can now style the active line's gutter.
-
-[FCL mode](http://codemirror.net/mode/fcl/): Newly added.
-
-[SQL mode](http://codemirror.net/mode/sql/): Now has a Postgresql dialect.
-
-### Bugfixes
-
-Fix [issue](https://github.com/codemirror/CodeMirror/issues/3781) where trying to scroll to a horizontal position outside of the document's width could cause the gutter to be positioned incorrectly.
-
-Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a [problem](https://github.com/codemirror/CodeMirror/issues/3238) when the editor is inside a transformed parent container.
-
-Solve a [problem](https://github.com/codemirror/CodeMirror/issues/3821) where the horizontal scrollbar could hide text in Firefox.
-
-Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused phantom scroll space under the text in some situations.
-
-[Sublime Text bindings](http://codemirror.net/demo/sublime.html): Bind delete-line to Shift-Ctrl-K on OS X.
-
-[Markdown mode](http://codemirror.net/mode/markdown/): Fix [issue](https://github.com/codemirror/CodeMirror/issues/3787) where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.
-
-[Markdown mode](http://codemirror.net/mode/markdown/): Ignore backslashes in code fragments.
-
-[Markdown mode](http://codemirror.net/mode/markdown/): Use whichever mode is registered as `text/html` to parse HTML.
-
-[Clike mode](http://codemirror.net/mode/clike/): Improve indentation of Scala `=>` functions.
-
-[Python mode](http://codemirror.net/mode/python/): Improve indentation of bracketed code.
-
-[HTMLMixed mode](http://codemirror.net/mode/htmlmixed/): Support multi-line opening tags for sub-languages (`<script>`, `<style>`, etc).
-
-[Spreadsheet mode](http://codemirror.net/mode/spreadsheet/): Fix bug where the mode did not advance the stream when finding a backslash.
-
-[XML mode](http://codemirror.net/mode/xml/): The mode now takes a `matchClosing` option to configure whether mismatched closing tags should be highlighted as errors.
-
-## 5.11.0 (2016-01-20)
-
-* New modes: [JSX](http://codemirror.net/mode/jsx/index.html), [literate Haskell](http://codemirror.net/mode/haskell-literate/index.html)
-* The editor now forwards more [DOM events](http://codemirror.net/doc/manual.html#event_dom): `cut`, `copy`, `paste`, and `touchstart`. It will also forward `mousedown` for drag events
-* Fixes a bug where bookmarks next to collapsed spans were not rendered
-* The [Swift](http://codemirror.net/mode/swift/index.html) mode now supports auto-indentation
-* Frontmatters in the [YAML frontmatter](http://codemirror.net/mode/yaml-frontmatter/index.html) mode are now optional as intended
-
-## 5.10.0 (2015-12-21)
-
-* Modify the way [atomic ranges](http://codemirror.net/doc/manual.html#mark_atomic) are skipped by selection to try and make it less surprising.
-* The [Swift mode](http://codemirror.net/mode/swift/index.html) was rewritten.
-* New addon: [jump-to-line](http://codemirror.net/doc/manual.html#addon_jump-to-line).
-* New method: [`isReadOnly`](http://codemirror.net/doc/manual.html#isReadOnly).
-* The [show-hint addon](http://codemirror.net/doc/manual.html#addon_show-hint) now defaults to picking completions on single click.
-* The object passed to [`"beforeSelectionChange"`](http://codemirror.net/doc/manual.html#event_beforeSelectionChange) events now has an `origin` property.
-* New mode: [Crystal](http://codemirror.net/mode/crystal/index.html).
-
-## 5.9.0 (2015-11-23)
-
-* Improve the way overlay (OS X-style) scrollbars are handled
-* Make [annotatescrollbar](http://codemirror.net/doc/manual.html#addon_annotatescrollbar) and scrollpastend addons work properly together
-* Make [show-hint](http://codemirror.net/doc/manual.html#addon_show-hint) addon select options on single click by default, move selection to hovered item
-* Properly fold comments that include block-comment-start markers
-* Many small language mode fixes
-
-## 5.8.0 (2015-10-20)
-
-* Fixes an infinite loop in the [hardwrap addon](http://codemirror.net/doc/manual.html#addon_hardwrap)
-* New modes: [NSIS](http://codemirror.net/mode/nsis/index.html), [Ceylon](http://codemirror.net/mode/clike/index.html)
-* The Kotlin mode is now a [clike](http://codemirror.net/mode/clike/index.html) dialect, rather than a stand-alone mode
-* New option: [`allowDropFileTypes`](http://codemirror.net/doc/manual.html#option_allowDropFileTypes). Binary files can no longer be dropped into CodeMirror
-* New themes: [bespin](http://codemirror.net/demo/theme.html#bespin), [hopscotch](http://codemirror.net/demo/theme.html#hopscotch), [isotope](http://codemirror.net/demo/theme.html#isotope), [railscasts](http://codemirror.net/demo/theme.html#railscasts)
-
-## 5.7.0 (2015-09-21)
-
-* New modes: [Vue](http://codemirror.net/mode/vue/index.html), [Oz](http://codemirror.net/mode/oz/index.html), [MscGen](http://codemirror.net/mode/mscgen/index.html) (and dialects), [Closure Stylesheets](http://codemirror.net/mode/css/gss.html)
-* Implement [CommonMark](http://commonmark.org)-style flexible list indent and cross-line code spans in [Markdown](http://codemirror.net/mode/markdown/index.html) mode
-* Add a replace-all button to the [search addon](http://codemirror.net/doc/manual.html#addon_search), and make the persistent search dialog transparent when it obscures the match
-* Handle `acync`/`await` and ocal and binary numbers in [JavaScript mode](http://codemirror.net/mode/javascript/index.html)
-* Fix various issues with the [Haxe mode](http://codemirror.net/mode/haxe/index.html)
-* Make the [closebrackets addon](http://codemirror.net/doc/manual.html#addon_closebrackets) select only the wrapped text when wrapping selection in brackets
-* Tokenize properties as properties in the [CoffeeScript mode](http://codemirror.net/mode/coffeescript/index.html)
-* The [placeholder addon](http://codemirror.net/doc/manual.html#addon_placeholder) now accepts a DOM node as well as a string placeholder
-
-## 5.6.0 (2015-08-20)
-
-* Fix bug where you could paste into a `readOnly` editor
-* Show a cursor at the drop location when dragging over the editor
-* The [Rust mode](http://codemirror.net/mode/rust/index.html) was rewritten to handle modern Rust
-* The editor and theme CSS was cleaned up. Some selectors are now less specific than before
-* New theme: [abcdef](http://codemirror.net/demo/theme.html#abcdef)
-* Lines longer than [`maxHighlightLength`](http://codemirror.net/doc/manual.html#option_maxHighlightLength) are now less likely to mess up indentation
-* New addons: [`autorefresh`](http://codemirror.net/doc/manual.html#addon_autorefresh) for refreshing an editor the first time it becomes visible, and `html-lint` for using [HTMLHint](http://htmlhint.com/)
-* The [`search`](http://codemirror.net/doc/manual.html#addon_search) addon now recognizes `\r` and `\n` in pattern and replacement input
-
-## 5.5.0 (2015-07-20)
-
-* New option: [`lineSeparator`](http://codemirror.net/doc/manual.html#option_lineSeparator) (with corresponding [method](http://codemirror.net/doc/manual.html#lineSeparator))
-* New themes: [dracula](http://codemirror.net/demo/theme.html#dracula), [seti](http://codemirror.net/demo/theme.html#seti), [yeti](http://codemirror.net/demo/theme.html#yeti), [material](http://codemirror.net/demo/theme.html#material), and [icecoder](http://codemirror.net/demo/theme.html#icecoder)
-* New modes: [Brainfuck](http://codemirror.net/mode/brainfuck/index.html), [VHDL](http://codemirror.net/mode/vhdl/index.html), Squirrel ([clike](http://codemirror.net/mode/clike/index.html) dialect)
-* Define a `findPersistent` command in the [search](http://codemirror.net/demo/search.html) addon, for a dialog that stays open as you cycle through matches
-* From this release on, the NPM module doesn't include documentation and demos
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.4.0...5.5.0)
-
-## 5.4.0 (2015-06-25)
-
-* New modes: [Twig](http://codemirror.net/mode/twig/index.html), [Elm](http://codemirror.net/mode/elm/index.html), [Factor](http://codemirror.net/mode/factor/index.html), [Swift](http://codemirror.net/mode/swift/index.html)
-* Prefer clipboard API (if available) when pasting
-* Refined definition highlighting in [clike](http://codemirror.net/mode/clike/index.html) mode
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.3.0...5.4.0)
-
-## 5.3.0 (2015-05-20)
-
-* Fix several regressions in the [`show-hint`](http://codemirror.net/doc/manual.html#addon_show-hint) addon (`completeSingle` option, `"shown"` and `"close"` events)
-* The [vim mode](http://codemirror.net/demo/vim.html) API was [documented](http://codemirror.net/doc/manual.html#vimapi)
-* New modes: [ASN.1](http://codemirror.net/mode/asn.1/index.html), [TTCN](http://codemirror.net/mode/ttcn/index.html), and [TTCN-CFG](http://codemirror.net/mode/ttcn-cfg/index.html)
-* The [clike](http://codemirror.net/mode/clike/index.html) mode can now deep-indent `switch` statements, and roughly recognizes types and defined identifiers
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.2.0...5.3.0)
-
-## 5.2.0 (2015-04-20)
-
-* Fix several race conditions in [`show-hint`](http://codemirror.net/doc/manual.html#addon_show-hint)'s asynchronous mode
-* Fix backspace binding in [Sublime bindings](http://codemirror.net/demo/sublime.html)
-* Change the way IME is handled in the `"textarea"` [input style](http://codemirror.net/doc/manual.html#option_inputStyle)
-* New modes: [MUMPS](http://codemirror.net/mode/mumps/index.html), [Handlebars](http://codemirror.net/mode/handlebars/index.html)
-* Rewritten modes: [Django](http://codemirror.net/mode/django/index.html), [Z80](http://codemirror.net/mode/z80/index.html)
-* New theme: [Liquibyte](http://codemirror.net/demo/theme.html#liquibyte)
-* New option: [`lineWiseCopyCut`](http://codemirror.net/doc/manual.html#option_lineWiseCopyCut)
-* The [Vim mode](http://codemirror.net/demo/vim.html) now supports buffer-local options and the `filetype` setting
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.1.0...5.2.0)
-
-## 5.1.0 (2015-03-23)
-
-* New modes: [ASCII armor](http://codemirror.net/mode/asciiarmor/index.html) (PGP data), [Troff](http://codemirror.net/mode/troff/index.html), and [CMake](http://codemirror.net/mode/cmake/index.html).
-* Remove SmartyMixed mode, rewrite [Smarty](http://codemirror.net/mode/smarty/index.html) mode to supersede it.
-* New commands in the [merge addon](http://codemirror.net/doc/manual.html#addon_merge): `goNextDiff` and `goPrevDiff`.
-* The [closebrackets addon](http://codemirror.net/doc/manual.html#addon_closebrackets) can now be configured per mode.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/5.0.0...5.1.0).
-
-## 5.0.0 (2015-02-20)
-
-* Experimental mobile support (tested on iOS, Android Chrome, stock Android browser)
-* New option [`inputStyle`](http://codemirror.net/doc/manual.html#option_inputStyle) to switch between hidden textarea and contenteditable input.
-* The [`getInputField`](http://codemirror.net/doc/manual.html#getInputField) method is no longer guaranteed to return a textarea.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.13.0...5.0.0).
-
-## 4.13.0 (2015-02-20)
-
-* Fix the way the [`closetag`](http://codemirror.net/demo/closetag.html) demo handles the slash character.
-* New modes: [Forth](http://codemirror.net/mode/forth/index.html), [Stylus](http://codemirror.net/mode/stylus/index.html).
-* Make the [CSS mode](http://codemirror.net/mode/css/index.html) understand some modern CSS extensions.
-* Have the [Scala mode](http://codemirror.net/mode/clike/index.html) handle symbols and triple-quoted strings.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.12.0...4.13.0).
-
-## 4.12.0 (2015-01-22)
-
-* The [`closetag`](http://codemirror.net/doc/manual.html#addon_closetag) addon now defines a `"closeTag"` command.
-* Adds a `findModeByFileName` to the [mode metadata](http://codemirror.net/doc/manual.html#addon_meta) addon.
-* [Simple mode](http://codemirror.net/demo/simplemode.html) rules can now contain a `sol` property to only match at the start of a line.
-* New addon: [`selection-pointer`](http://codemirror.net/doc/manual.html#addon_selection-pointer) to style the mouse cursor over the selection.
-* Improvements to the [Sass mode](http://codemirror.net/mode/sass/index.html)'s indentation.
-* The [Vim keymap](http://codemirror.net/demo/vim.html)'s search functionality now supports [scrollbar annotation](http://codemirror.net/doc/manual.html#addon_matchesonscrollbar).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.11.0...4.12.0).
-
-## 4.11.0 (2015-01-09)
-
-Unfortunately, 4.10 did not take care of the Firefox scrolling issue entirely. This release adds two more patches to address that.
-
-## 4.10.0 (2014-12-29)
-
-Emergency single-patch update to 4.9\. Fixes Firefox-specific problem where the cursor could end up behind the horizontal scrollbar.
-
-## 4.9.0 (2014-12-23)
-
-* Overhauled scroll bar handling. Add pluggable [scrollbar implementations](http://codemirror.net/demo/simplescrollbars.html).
-* Tweaked behavior for the [completion addons](http://codemirror.net/doc/manual.html#addon_show-hint) to not take text after cursor into account.
-* Two new optional features in the [merge addon](http://codemirror.net/doc/manual.html#addon_merge): aligning editors, and folding unchanged text.
-* New modes: [Dart](http://codemirror.net/mode/dart/index.html), [EBNF](http://codemirror.net/mode/ebnf/index.html), [spreadsheet](http://codemirror.net/mode/spreadsheet/index.html), and [Soy](http://codemirror.net/mode/soy/index.html).
-* New [addon](http://codemirror.net/demo/panel.html) to show persistent panels below/above an editor.
-* New themes: [zenburn](http://codemirror.net/demo/theme.html#zenburn) and [tomorrow night bright](http://codemirror.net/demo/theme.html#tomorrow-night-bright).
-* Allow ctrl-click to clear existing cursors.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.8.0...4.9.0).
-
-## 4.8.0 (2014-11-22)
-
-* Built-in support for [multi-stroke key bindings](http://codemirror.net/doc/manual.html#normalizeKeyMap).
-* New method: [`getLineTokens`](http://codemirror.net/doc/manual.html#getLineTokens).
-* New modes: [dockerfile](http://codemirror.net/mode/dockerfile/index.html), [IDL](http://codemirror.net/mode/idl/index.html), [Objective C](http://codemirror.net/mode/clike/index.html) (crude).
-* Support styling of gutter backgrounds, allow `"gutter"` styles in [`addLineClass`](http://codemirror.net/doc/manual.html#addLineClass).
-* Many improvements to the [Vim mode](http://codemirror.net/demo/vim.html), rewritten visual mode.
-* Improvements to modes: [gfm](http://codemirror.net/mode/gfm/index.html) (strikethrough), [SPARQL](http://codemirror.net/mode/sparql/index.html) (version 1.1 support), and [sTeX](http://codemirror.net/mode/stex/index.html) (no more runaway math mode).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.7.0...4.8.0).
-
-## 4.7.0 (2014-10-20)
-
-* **Incompatible**: The [lint addon](http://codemirror.net/demo/lint.html) now passes the editor's value as first argument to asynchronous lint functions, for consistency. The editor is still passed, as fourth argument.
-* Improved handling of unicode identifiers in modes for languages that support them.
-* More mode improvements: [CoffeeScript](http://codemirror.net/mode/coffeescript/index.html) (indentation), [Verilog](http://codemirror.net/mode/verilog/index.html) (indentation), [Scala](http://codemirror.net/mode/clike/index.html) (indentation, triple-quoted strings), and [PHP](http://codemirror.net/mode/php/index.html) (interpolated variables in heredoc strings).
-* New modes: [Textile](http://codemirror.net/mode/textile/index.html) and [Tornado templates](http://codemirror.net/mode/tornado/index.html).
-* Experimental new [way to define modes](http://codemirror.net/demo/simplemode.html).
-* Improvements to the [Vim bindings](http://codemirror.net/demo/vim.html): Arbitrary insert mode key mappings are now possible, and text objects are supported in visual mode.
-* The mode [meta-information file](http://codemirror.net/mode/meta.js) now includes information about file extensions, and [helper functions](http://codemirror.net/doc/manual.html#addon_meta) `findModeByMIME` and `findModeByExtension`.
-* New logo!
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.6.0...4.7.0).
-
-## 4.6.0 (2014-09-19)
-
-* New mode: [Modelica](http://codemirror.net/mode/modelica/index.html)
-* New method: [`findWordAt`](http://codemirror.net/doc/manual.html#findWordAt)
-* Make it easier to [use text background styling](http://codemirror.net/demo/markselection.html)
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.5.0...4.6.0).
-
-## 4.5.0 (2014-08-21)
-
-* Fix several serious bugs with horizontal scrolling
-* New mode: [Slim](http://codemirror.net/mode/slim/index.html)
-* New command: [`goLineLeftSmart`](http://codemirror.net/doc/manual.html#command_goLineLeftSmart)
-* More fixes and extensions for the [Vim](http://codemirror.net/demo/vim.html) visual block mode
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.4.0...4.5.0).
-
-## 4.4.0 (2014-07-21)
-
-* **Note:** Some events might now fire in slightly different order (`"change"` is still guaranteed to fire before `"cursorActivity"`)
-* Nested operations in multiple editors are now synced (complete at same time, reducing DOM reflows)
-* Visual block mode for [vim](http://codemirror.net/demo/vim.html) (<C-v>) is nearly complete
-* New mode: [Kotlin](http://codemirror.net/mode/kotlin/index.html)
-* Better multi-selection paste for text copied from multiple CodeMirror selections
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.3.0...4.4.0).
-
-## 4.3.0 (2014-06-23)
-
-* Several [vim bindings](http://codemirror.net/demo/vim.html) improvements: search and exCommand history, global flag for `:substitute`, `:global` command.
-* Allow hiding the cursor by setting [`cursorBlinkRate`](http://codemirror.net/doc/manual.html#option_cursorBlinkRate) to a negative value.
-* Make gutter markers themeable, use this in foldgutter.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.2.0...4.3.0).
-
-## 4.2.0 (2014-05-19)
-
-* Fix problem where some modes were broken by the fact that empty tokens were forbidden.
-* Several fixes to context menu handling.
-* On undo, scroll _change_, not cursor, into view.
-* Rewritten [Jade](http://codemirror.net/mode/jade/index.html) mode.
-* Various improvements to [Shell](http://codemirror.net/mode/shell/index.html) (support for more syntax) and [Python](http://codemirror.net/mode/python/index.html) (better indentation) modes.
-* New mode: [Cypher](http://codemirror.net/mode/cypher/index.html).
-* New theme: [Neo](http://codemirror.net/demo/theme.html#neo).
-* Support direct styling options (color, line style, width) in the [rulers](http://codemirror.net/doc/manual.html#addon_rulers) addon.
-* Recognize per-editor configuration for the [show-hint](http://codemirror.net/doc/manual.html#addon_show-hint) and [foldcode](http://codemirror.net/doc/manual.html#addon_foldcode) addons.
-* More intelligent scanning for existing close tags in [closetag](http://codemirror.net/doc/manual.html#addon_closetag) addon.
-* In the [Vim bindings](http://codemirror.net/demo/vim.html): Fix bracket matching, support case conversion in visual mode, visual paste, append action.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.1.0...4.2.0).
-
-## 4.1.0 (2014-04-22)
-
-* _Slightly incompatible_: The [`"cursorActivity"`](http://codemirror.net/doc/manual.html#event_cursorActivity) event now fires after all other events for the operation (and only for handlers that were actually registered at the time the activity happened).
-* New command: [`insertSoftTab`](http://codemirror.net/doc/manual.html#command_insertSoftTab).
-* New mode: [Django](http://codemirror.net/mode/django/index.html).
-* Improved modes: [Verilog](http://codemirror.net/mode/verilog/index.html) (rewritten), [Jinja2](http://codemirror.net/mode/jinja2/index.html), [Haxe](http://codemirror.net/mode/haxe/index.html), [PHP](http://codemirror.net/mode/php/index.html) (string interpolation highlighted), [JavaScript](http://codemirror.net/mode/javascript/index.html) (indentation of trailing else, template strings), [LiveScript](http://codemirror.net/mode/livescript/index.html) (multi-line strings).
-* Many small issues from the 3.x→4.x transition were found and fixed.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/4.0.3...4.1.0).
-
-## 3.24.0 (2014-04-22)
-
-Merges the improvements from 4.1 that could easily be applied to the 3.x code. Also improves the way the editor size is updated when line widgets change.
-
-## 3.23.0 (2014-03-20)
-
-* In the [XML mode](http://codemirror.net/mode/xml/index.html), add `brackets` style to angle brackets, fix case-sensitivity of tags for HTML.
-* New mode: [Dylan](http://codemirror.net/mode/dylan/index.html).
-* Many improvements to the [Vim bindings](http://codemirror.net/demo/vim.html).
-
-## 3.22.0 (2014-02-21)
-
-* Adds the [`findMarks`](http://codemirror.net/doc/manual.html#findMarks) method.
-* New addons: [rulers](http://codemirror.net/doc/manual.html#addon_rulers), markdown-fold, yaml-lint.
-* New theme: [mdn-like](http://codemirror.net/demo/theme.html#mdn-like).
-* New mode: [Solr](http://codemirror.net/mode/solr/index.html).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.21.0...3.22.0).
-
-## 3.21.0 (2014-01-16)
-
-* Auto-indenting a block will no longer add trailing whitespace to blank lines.
-* Marking text has a new option [`clearWhenEmpty`](http://codemirror.net/doc/manual.html#markText) to control auto-removal.
-* Several bugfixes in the handling of bidirectional text.
-* The [XML](http://codemirror.net/mode/xml/index.html) and [CSS](http://codemirror.net/mode/css/index.html) modes were largely rewritten. [LESS](http://codemirror.net/mode/css/less.html) support was added to the CSS mode.
-* The OCaml mode was moved to an [mllike](http://codemirror.net/mode/mllike/index.html) mode, F# support added.
-* Make it possible to fetch multiple applicable helper values with [`getHelpers`](http://codemirror.net/doc/manual.html#getHelpers), and to register helpers matched on predicates with [`registerGlobalHelper`](http://codemirror.net/doc/manual.html#registerGlobalHelper).
-* New theme [pastel-on-dark](http://codemirror.net/demo/theme.html#pastel-on-dark).
-* Better ECMAScript 6 support in [JavaScript](http://codemirror.net/mode/javascript/index.html) mode.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.20.0...3.21.0).
-
-## 3.20.0 (2013-11-21)
-
-* New modes: [Julia](http://codemirror.net/mode/julia/index.html) and [PEG.js](http://codemirror.net/mode/pegjs/index.html).
-* Support ECMAScript 6 in the [JavaScript mode](http://codemirror.net/mode/javascript/index.html).
-* Improved indentation for the [CoffeeScript mode](http://codemirror.net/mode/coffeescript/index.html).
-* Make non-printable-character representation [configurable](http://codemirror.net/doc/manual.html#option_specialChars).
-* Add ‘notification’ functionality to [dialog](http://codemirror.net/doc/manual.html#addon_dialog) addon.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.19.0...3.20.0).
-
-## 3.19.0 (2013-10-21)
-
-* New modes: [Eiffel](http://codemirror.net/mode/eiffel/index.html), [Gherkin](http://codemirror.net/mode/gherkin/index.html), [MSSQL dialect](http://codemirror.net/mode/sql/?mime=text/x-mssql).
-* New addons: [hardwrap](http://codemirror.net/doc/manual.html#addon_hardwrap), [sql-hint](http://codemirror.net/doc/manual.html#addon_sql-hint).
-* New theme: [MBO](http://codemirror.net/demo/theme.html#mbo).
-* Add [support](http://codemirror.net/doc/manual.html#token_style_line) for line-level styling from mode tokenizers.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.18.0...3.19.0).
-
-## 3.18.0 (2013-09-23)
-
-Emergency release to fix a problem in 3.17 where `.setOption("lineNumbers", false)` would raise an error.
-
-## 3.17.0 (2013-09-23)
-
-* New modes: [Fortran](http://codemirror.net/mode/fortran/index.html), [Octave](http://codemirror.net/mode/octave/index.html) (Matlab), [TOML](http://codemirror.net/mode/toml/index.html), and [DTD](http://codemirror.net/mode/dtd/index.html).
-* New addons: [`css-lint`](http://codemirror.net/addon/lint/css-lint.js), [`css-hint`](http://codemirror.net/doc/manual.html#addon_css-hint).
-* Improve resilience to CSS 'frameworks' that globally mess up `box-sizing`.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.16.0...3.17.0).
-
-## 3.16.0 (2013-08-21)
-
-* The whole codebase is now under a single [license](http://codemirror.net/LICENSE) file.
-* The project page was overhauled and redesigned.
-* New themes: [Paraiso](http://codemirror.net/demo/theme.html#paraiso-dark) ([light](http://codemirror.net/demo/theme.html#paraiso-light)), [The Matrix](http://codemirror.net/demo/theme.html#the-matrix).
-* Improved interaction between themes and [active-line](http://codemirror.net/doc/manual.html#addon_active-line)/[matchbrackets](http://codemirror.net/doc/manual.html#addon_matchbrackets) addons.
-* New [folding](http://codemirror.net/doc/manual.html#addon_foldcode) function `CodeMirror.fold.comment`.
-* Added [fullscreen](http://codemirror.net/doc/manual.html#addon_fullscreen) addon.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.15.0...3.16.0).
-
-## 3.15.0 (2013-07-29)
-
-* New modes: [Jade](http://codemirror.net/mode/jade/index.html), [Nginx](http://codemirror.net/mode/nginx/index.html).
-* New addons: [Tern](http://codemirror.net/demo/tern.html), [matchtags](http://codemirror.net/doc/manual.html#addon_matchtags), and [foldgutter](http://codemirror.net/doc/manual.html#addon_foldgutter).
-* Introduced [_helper_](http://codemirror.net/doc/manual.html#getHelper) concept ([context](https://groups.google.com/forum/#!msg/codemirror/cOc0xvUUEUU/nLrX1-qnidgJ)).
-* New method: [`getModeAt`](http://codemirror.net/doc/manual.html#getModeAt).
-* New themes: base16 [dark](http://codemirror.net/demo/theme.html#base16-dark)/[light](http://codemirror.net/demo/theme.html#base16-light), 3024 [dark](http://codemirror.net/demo/theme.html#3024-night)/[light](http://codemirror.net/demo/theme.html#3024-day), [tomorrow-night](http://codemirror.net/demo/theme.html#tomorrow-night-eighties).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.14.0...3.15.0).
-
-## 3.14.0 (2013-06-20)
-
-* New addons: [trailing space highlight](http://codemirror.net/doc/manual.html#addon_trailingspace), [XML completion](http://codemirror.net/doc/manual.html#addon_xml-hint) (rewritten), and [diff merging](http://codemirror.net/doc/manual.html#addon_merge).
-* [`markText`](http://codemirror.net/doc/manual.html#markText) and [`addLineWidget`](http://codemirror.net/doc/manual.html#addLineWidget) now take a `handleMouseEvents` option.
-* New methods: [`lineAtHeight`](http://codemirror.net/doc/manual.html#lineAtHeight), [`getTokenTypeAt`](http://codemirror.net/doc/manual.html#getTokenTypeAt).
-* More precise cleanness-tracking using [`changeGeneration`](http://codemirror.net/doc/manual.html#changeGeneration) and [`isClean`](http://codemirror.net/doc/manual.html#isClean).
-* Many extensions to [Emacs](http://codemirror.net/demo/emacs.html) mode (prefixes, more navigation units, and more).
-* New events [`"keyHandled"`](http://codemirror.net/doc/manual.html#event_keyHandled) and [`"inputRead"`](http://codemirror.net/doc/manual.html#event_inputRead).
-* Various improvements to [Ruby](http://codemirror.net/mode/ruby/index.html), [Smarty](http://codemirror.net/mode/smarty/index.html), [SQL](http://codemirror.net/mode/sql/index.html), and [Vim](http://codemirror.net/demo/vim.html) modes.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/3.13.0...3.14.0).
-
-## 3.13.0 (2013-05-20)
-
-* New modes: [COBOL](http://codemirror.net/mode/cobol/index.html) and [HAML](http://codemirror.net/mode/haml/index.html).
-* New options: [`cursorScrollMargin`](http://codemirror.net/doc/manual.html#option_cursorScrollMargin) and [`coverGutterNextToScrollbar`](http://codemirror.net/doc/manual.html#option_coverGutterNextToScrollbar).
-* New addon: [commenting](http://codemirror.net/doc/manual.html#addon_comment).
-* More features added to the [Vim keymap](http://codemirror.net/demo/vim.html).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.12...3.13.0).
-
-## 3.12.0 (2013-04-19)
-
-* New mode: [GNU assembler](http://codemirror.net/mode/gas/index.html).
-* New options: [`maxHighlightLength`](http://codemirror.net/doc/manual.html#option_maxHighlightLength) and [`historyEventDelay`](http://codemirror.net/doc/manual.html#option_historyEventDelay).
-* Added [`addToHistory`](http://codemirror.net/doc/manual.html#mark_addToHistory) option for `markText`.
-* Various fixes to JavaScript tokenization and indentation corner cases.
-* Further improvements to the vim mode.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.11...v3.12).
-
-## 3.11.0 (2013-03-20)
-
-* **Removed code:** `collapserange`, `formatting`, and `simple-hint` addons. `plsql` and `mysql` modes (use [`sql`](http://codemirror.net/mode/sql/index.html) mode).
-* **Moved code:** the range-finding functions for folding now have [their own files](http://codemirror.net/addon/fold/).
-* **Changed interface:** the [`continuecomment`](http://codemirror.net/doc/manual.html#addon_continuecomment) addon now exposes an option, rather than a command.
-* New modes: [SCSS](http://codemirror.net/mode/css/scss.html), [Tcl](http://codemirror.net/mode/tcl/index.html), [LiveScript](http://codemirror.net/mode/livescript/index.html), and [mIRC](http://codemirror.net/mode/mirc/index.html).
-* New addons: [`placeholder`](http://codemirror.net/demo/placeholder.html), [HTML completion](http://codemirror.net/demo/html5complete.html).
-* New methods: [`hasFocus`](http://codemirror.net/doc/manual.html#hasFocus), [`defaultCharWidth`](http://codemirror.net/doc/manual.html#defaultCharWidth).
-* New events: [`beforeCursorEnter`](http://codemirror.net/doc/manual.html#event_beforeCursorEnter), [`renderLine`](http://codemirror.net/doc/manual.html#event_renderLine).
-* Many improvements to the [`show-hint`](http://codemirror.net/doc/manual.html#addon_show-hint) completion dialog addon.
-* Tweak behavior of by-word cursor motion.
-* Further improvements to the [vim mode](http://codemirror.net/demo/vim.html).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.1...v3.11).
-
-## 3.02.0 (2013-01-25)
-
-Single-bugfix release. Fixes a problem that prevents CodeMirror instances from being garbage-collected after they become unused.
-
-## 3.01.0 (2013-01-21)
-
-* Move all add-ons into an organized directory structure under [`/addon`](http://codemirror.net/addon/). **You might have to adjust your paths.**
-* New modes: [D](http://codemirror.net/mode/d/index.html), [Sass](http://codemirror.net/mode/sass/index.html), [APL](http://codemirror.net/mode/apl/index.html), [SQL](http://codemirror.net/mode/sql/index.html) (configurable), and [Asterisk](http://codemirror.net/mode/asterisk/index.html).
-* Several bugfixes in right-to-left text support.
-* Add [`rtlMoveVisually`](http://codemirror.net/doc/manual.html#option_rtlMoveVisually) option.
-* Improvements to vim keymap.
-* Add built-in (lightweight) [overlay mode](http://codemirror.net/doc/manual.html#addOverlay) support.
-* Support `showIfHidden` option for [line widgets](http://codemirror.net/doc/manual.html#addLineWidget).
-* Add simple [Python hinter](http://codemirror.net/doc/manual.html#addon_python-hint).
-* Bring back the [`fixedGutter`](http://codemirror.net/doc/manual.html#option_fixedGutter) option.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.0...v3.01).
-
-## 3.1.0 (2013-02-21)
-
-* **Incompatible:** key handlers may now _return_, rather than _throw_ `CodeMirror.Pass` to signal they didn't handle the key.
-* Make documents a [first-class construct](http://codemirror.net/doc/manual.html#api_doc), support split views and subviews.
-* Add a [new module](http://codemirror.net/doc/manual.html#addon_show-hint) for showing completion hints. Deprecate `simple-hint.js`.
-* Extend [htmlmixed mode](http://codemirror.net/mode/htmlmixed/index.html) to allow custom handling of script types.
-* Support an `insertLeft` option to [`setBookmark`](http://codemirror.net/doc/manual.html#setBookmark).
-* Add an [`eachLine`](http://codemirror.net/doc/manual.html#eachLine) method to iterate over a document.
-* New addon modules: [selection marking](http://codemirror.net/demo/markselection.html), [linting](http://codemirror.net/demo/lint.html), and [automatic bracket closing](http://codemirror.net/demo/closebrackets.html).
-* Add [`"beforeChange"`](http://codemirror.net/doc/manual.html#event_beforeChange) and [`"beforeSelectionChange"`](http://codemirror.net/doc/manual.html#event_beforeSelectionChange) events.
-* Add [`"hide"`](http://codemirror.net/doc/manual.html#event_hide) and [`"unhide"`](http://codemirror.net/doc/manual.html#event_unhide) events to marked ranges.
-* Fix [`coordsChar`](http://codemirror.net/doc/manual.html#coordsChar)'s interpretation of its argument to match the documentation.
-* New modes: [Turtle](http://codemirror.net/mode/turtle/index.html) and [Q](http://codemirror.net/mode/q/index.html).
-* Further improvements to the [vim mode](http://codemirror.net/demo/vim.html).
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.01...v3.1).
-
-## 3.0.0 (2012-12-10)
-
-**New major version**. Only partially backwards-compatible. See the [upgrading guide](http://codemirror.net/doc/upgrade_v3.html) for more information. Changes since release candidate 2:
-
-* Rewritten VIM mode.
-* Fix a few minor scrolling and sizing issues.
-* Work around Safari segfault when dragging.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v3.0rc2...v3.0).
-
-## 2.38.0 (2013-01-21)
-
-Integrate some bugfixes, enhancements to the vim keymap, and new modes ([D](http://codemirror.net/mode/d/index.html), [Sass](http://codemirror.net/mode/sass/index.html), [APL](http://codemirror.net/mode/apl/index.html)) from the v3 branch.
-
-## 2.37.0 (2012-12-20)
-
-* New mode: [SQL](http://codemirror.net/mode/sql/index.html) (will replace [plsql](http://codemirror.net/mode/plsql/index.html) and [mysql](http://codemirror.net/mode/mysql/index.html) modes).
-* Further work on the new VIM mode.
-* Fix Cmd/Ctrl keys on recent Operas on OS X.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v2.36...v2.37).
-
-## 2.36.0 (2012-11-20)
-
-* New mode: [Z80 assembly](http://codemirror.net/mode/z80/index.html).
-* New theme: [Twilight](http://codemirror.net/demo/theme.html#twilight).
-* Add command-line compression helper.
-* Make [`scrollIntoView`](http://codemirror.net/doc/manual.html#scrollIntoView) public.
-* Add [`defaultTextHeight`](http://codemirror.net/doc/manual.html#defaultTextHeight) method.
-* Various extensions to the vim keymap.
-* Make [PHP mode](http://codemirror.net/mode/php/index.html) build on [mixed HTML mode](http://codemirror.net/mode/htmlmixed/index.html).
-* Add [comment-continuing](http://codemirror.net/doc/manual.html#addon_continuecomment) add-on.
-* Full [list of patches](http://codemirror.net/https://github.com/codemirror/CodeMirror/compare/v2.35...v2.36).
-
-## 2.35.0 (2012-10-22)
-
-* New (sub) mode: [TypeScript](http://codemirror.net/mode/javascript/typescript.html).
-* Don't overwrite (insert key) when pasting.
-* Fix several bugs in [`markText`](http://codemirror.net/doc/manual.html#markText)/undo interaction.
-* Better indentation of JavaScript code without semicolons.
-* Add [`defineInitHook`](http://codemirror.net/doc/manual.html#defineInitHook) function.
-* Full [list of patches](https://github.com/codemirror/CodeMirror/compare/v2.34...v2.35).
-
-## 2.34.0 (2012-09-19)
-
-* New mode: [Common Lisp](http://codemirror.net/mode/commonlisp/index.html).
-* Fix right-click select-all on most browsers.
-* Change the way highlighting happens:
- Saves memory and CPU cycles.
- `compareStates` is no longer needed.
- `onHighlightComplete` no longer works.
-* Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite.
-* Add a [`CodeMirror.version`](http://codemirror.net/doc/manual.html#version) property.
-* More robust handling of nested modes in [formatting](http://codemirror.net/demo/formatting.html) and [closetag](http://codemirror.net/demo/closetag.html) plug-ins.
-* Un/redo now preserves [marked text](http://codemirror.net/doc/manual.html#markText) and bookmarks.
-* [Full list](https://github.com/codemirror/CodeMirror/compare/v2.33...v2.34) of patches.
-
-## 2.33.0 (2012-08-23)
-
-* New mode: [Sieve](http://codemirror.net/mode/sieve/index.html).
-* New [`getViewPort`](http://codemirror.net/doc/manual.html#getViewport) and [`onViewportChange`](http://codemirror.net/doc/manual.html#option_onViewportChange) API.
-* [Configurable](http://codemirror.net/doc/manual.html#option_cursorBlinkRate) cursor blink rate.
-* Make binding a key to `false` disabling handling (again).
-* Show non-printing characters as red dots.
-* More tweaks to the scrolling model.
-* Expanded testsuite. Basic linter added.
-* Remove most uses of `innerHTML`. Remove `CodeMirror.htmlEscape`.
-* [Full list](https://github.com/codemirror/CodeMirror/compare/v2.32...v2.33) of patches.
-
-## 2.32.0 (2012-07-23)
-
-Emergency fix for a bug where an editor with line wrapping on IE will break when there is _no_ scrollbar.
-
-## 2.31.0 (2012-07-20)
-
-* New modes: [OCaml](http://codemirror.net/mode/ocaml/index.html), [Haxe](http://codemirror.net/mode/haxe/index.html), and [VB.NET](http://codemirror.net/mode/vb/index.html).
-* Several fixes to the new scrolling model.
-* Add a [`setSize`](http://codemirror.net/doc/manual.html#setSize) method for programmatic resizing.
-* Add [`getHistory`](http://codemirror.net/doc/manual.html#getHistory) and [`setHistory`](http://codemirror.net/doc/manual.html#setHistory) methods.
-* Allow custom line separator string in [`getValue`](http://codemirror.net/doc/manual.html#getValue) and [`getRange`](http://codemirror.net/doc/manual.html#getRange).
-* Support double- and triple-click drag, double-clicking whitespace.
-* And more... [(all patches)](https://github.com/codemirror/CodeMirror/compare/v2.3...v2.31)
-
-## 2.30.0 (2012-06-22)
-
-* **New scrollbar implementation**. Should flicker less. Changes DOM structure of the editor.
-* New theme: [vibrant-ink](http://codemirror.net/demo/theme.html#vibrant-ink).
-* Many extensions to the VIM keymap (including text objects).
-* Add [mode-multiplexing](http://codemirror.net/demo/multiplex.html) utility script.
-* Fix bug where right-click paste works in read-only mode.
-* Add a [`getScrollInfo`](http://codemirror.net/doc/manual.html#getScrollInfo) method.
-* Lots of other [fixes](https://github.com/codemirror/CodeMirror/compare/v2.25...v2.3).
-
-## 2.25.0 (2012-05-23)
-
-* New mode: [Erlang](http://codemirror.net/mode/erlang/index.html).
-* **Remove xmlpure mode** (use [xml.js](http://codemirror.net/mode/xml/index.html)).
-* Fix line-wrapping in Opera.
-* Fix X Windows middle-click paste in Chrome.
-* Fix bug that broke pasting of huge documents.
-* Fix backspace and tab key repeat in Opera.
-
-## 2.24.0 (2012-04-23)
-
-* **Drop support for Internet Explorer 6**.
-* New modes: [Shell](http://codemirror.net/mode/shell/index.html), [Tiki wiki](http://codemirror.net/mode/tiki/index.html), [Pig Latin](http://codemirror.net/mode/pig/index.html).
-* New themes: [Ambiance](http://codemirror.net/demo/theme.html#ambiance), [Blackboard](http://codemirror.net/demo/theme.html#blackboard).
-* More control over drag/drop with [`dragDrop`](http://codemirror.net/doc/manual.html#option_dragDrop) and [`onDragEvent`](http://codemirror.net/doc/manual.html#option_onDragEvent) options.
-* Make HTML mode a bit less pedantic.
-* Add [`compoundChange`](http://codemirror.net/doc/manual.html#compoundChange) API method.
-* Several fixes in undo history and line hiding.
-* Remove (broken) support for `catchall` in key maps, add `nofallthrough` boolean field instead.
-
-## 2.23.0 (2012-03-26)
-
-* Change **default binding for tab**. Starting in 2.23, these bindings are default:
- * Tab: Insert tab character
- * Shift-tab: Reset line indentation to default
- * Ctrl/Cmd-[: Reduce line indentation (old tab behaviour)
- * Ctrl/Cmd-]: Increase line indentation (old shift-tab behaviour)
-* New modes: [XQuery](http://codemirror.net/mode/xquery/index.html) and [VBScript](http://codemirror.net/mode/vbscript/index.html).
-* Two new themes: [lesser-dark](http://codemirror.net/mode/less/index.html) and [xq-dark](http://codemirror.net/mode/xquery/index.html).
-* Differentiate between background and text styles in [`setLineClass`](http://codemirror.net/doc/manual.html#setLineClass).
-* Fix drag-and-drop in IE9+.
-* Extend [`charCoords`](http://codemirror.net/doc/manual.html#charCoords) and [`cursorCoords`](http://codemirror.net/doc/manual.html#cursorCoords) with a `mode` argument.
-* Add [`autofocus`](http://codemirror.net/doc/manual.html#option_autofocus) option.
-* Add [`findMarksAt`](http://codemirror.net/doc/manual.html#findMarksAt) method.
-
-## 2.22.0 (2012-02-27)
-
-* Allow [key handlers](http://codemirror.net/doc/manual.html#keymaps) to pass up events, allow binding characters.
-* Add [`autoClearEmptyLines`](http://codemirror.net/doc/manual.html#option_autoClearEmptyLines) option.
-* Properly use tab stops when rendering tabs.
-* Make PHP mode more robust.
-* Support indentation blocks in [code folder](http://codemirror.net/doc/manual.html#addon_foldcode).
-* Add a script for [highlighting instances of the selection](http://codemirror.net/doc/manual.html#addon_match-highlighter).
-* New [.properties](http://codemirror.net/mode/properties/index.html) mode.
-* Fix many bugs.
-
-## 2.21.0 (2012-01-27)
-
-* Added [LESS](http://codemirror.net/mode/less/index.html), [MySQL](http://codemirror.net/mode/mysql/index.html), [Go](http://codemirror.net/mode/go/index.html), and [Verilog](http://codemirror.net/mode/verilog/index.html) modes.
-* Add [`smartIndent`](http://codemirror.net/doc/manual.html#option_smartIndent) option.
-* Support a cursor in [`readOnly`](http://codemirror.net/doc/manual.html#option_readOnly)-mode.
-* Support assigning multiple styles to a token.
-* Use a new approach to drawing the selection.
-* Add [`scrollTo`](http://codemirror.net/doc/manual.html#scrollTo) method.
-* Allow undo/redo events to span non-adjacent lines.
-* Lots and lots of bugfixes.
-
-## 2.20.0 (2011-12-20)
-
-* Slightly incompatible API changes. Read [this](http://codemirror.net/doc/upgrade_v2.2.html).
-* New approach to [binding](http://codemirror.net/doc/manual.html#option_extraKeys) keys, support for [custom bindings](http://codemirror.net/doc/manual.html#option_keyMap).
-* Support for overwrite (insert).
-* [Custom-width](http://codemirror.net/doc/manual.html#option_tabSize) and [stylable](http://codemirror.net/demo/visibletabs.html) tabs.
-* Moved more code into [add-on scripts](http://codemirror.net/doc/manual.html#addons).
-* Support for sane vertical cursor movement in wrapped lines.
-* More reliable handling of editing [marked text](http://codemirror.net/doc/manual.html#markText).
-* Add minimal [emacs](http://codemirror.net/demo/emacs.html) and [vim](http://codemirror.net/demo/vim.html) bindings.
-* Rename `coordsFromIndex` to [`posFromIndex`](http://codemirror.net/doc/manual.html#posFromIndex), add [`indexFromPos`](http://codemirror.net/doc/manual.html#indexFromPos) method.
-
-## 2.18.0 (2011-11-21)
-
-Fixes `TextMarker.clear`, which is broken in 2.17.
-
-## 2.17.0 (2011-11-21)
-
-* Add support for [line wrapping](http://codemirror.net/doc/manual.html#option_lineWrapping) and [code folding](http://codemirror.net/doc/manual.html#hideLine).
-* Add [Github-style Markdown](http://codemirror.net/mode/gfm/index.html) mode.
-* Add [Monokai](http://codemirror.net/theme/monokai.css) and [Rubyblue](http://codemirror.net/theme/rubyblue.css) themes.
-* Add [`setBookmark`](http://codemirror.net/doc/manual.html#setBookmark) method.
-* Move some of the demo code into reusable components under [`lib/util`](http://codemirror.net/addon/).
-* Make screen-coord-finding code faster and more reliable.
-* Fix drag-and-drop in Firefox.
-* Improve support for IME.
-* Speed up content rendering.
-* Fix browser's built-in search in Webkit.
-* Make double- and triple-click work in IE.
-* Various fixes to modes.
-
-## 2.16.0 (2011-10-27)
-
-* Add [Perl](http://codemirror.net/mode/perl/index.html), [Rust](http://codemirror.net/mode/rust/index.html), [TiddlyWiki](http://codemirror.net/mode/tiddlywiki/index.html), and [Groovy](http://codemirror.net/mode/groovy/index.html) modes.
-* Dragging text inside the editor now moves, rather than copies.
-* Add a [`coordsFromIndex`](http://codemirror.net/doc/manual.html#coordsFromIndex) method.
-* **API change**: `setValue` now no longer clears history. Use [`clearHistory`](http://codemirror.net/doc/manual.html#clearHistory) for that.
-* **API change**: [`markText`](http://codemirror.net/doc/manual.html#markText) now returns an object with `clear` and `find` methods. Marked text is now more robust when edited.
-* Fix editing code with tabs in Internet Explorer.
-
-## 2.15.0 (2011-09-26)
-
-Fix bug that snuck into 2.14: Clicking the character that currently has the cursor didn't re-focus the editor.
-
-## 2.14.0 (2011-09-26)
-
-* Add [Clojure](http://codemirror.net/mode/clojure/index.html), [Pascal](http://codemirror.net/mode/pascal/index.html), [NTriples](http://codemirror.net/mode/ntriples/index.html), [Jinja2](http://codemirror.net/mode/jinja2/index.html), and [Markdown](http://codemirror.net/mode/markdown/index.html) modes.
-* Add [Cobalt](http://codemirror.net/theme/cobalt.css) and [Eclipse](http://codemirror.net/theme/eclipse.css) themes.
-* Add a [`fixedGutter`](http://codemirror.net/doc/manual.html#option_fixedGutter) option.
-* Fix bug with `setValue` breaking cursor movement.
-* Make gutter updates much more efficient.
-* Allow dragging of text out of the editor (on modern browsers).
-
-## 2.13.0 (2011-08-23)
-
-* Add [Ruby](http://codemirror.net/mode/ruby/index.html), [R](http://codemirror.net/mode/r/index.html), [CoffeeScript](http://codemirror.net/mode/coffeescript/index.html), and [Velocity](http://codemirror.net/mode/velocity/index.html) modes.
-* Add [`getGutterElement`](http://codemirror.net/doc/manual.html#getGutterElement) to API.
-* Several fixes to scrolling and positioning.
-* Add [`smartHome`](http://codemirror.net/doc/manual.html#option_smartHome) option.
-* Add an experimental [pure XML](http://codemirror.net/mode/xmlpure/index.html) mode.
-
-## 2.12.0 (2011-07-25)
-
-* Add a [SPARQL](http://codemirror.net/mode/sparql/index.html) mode.
-* Fix bug with cursor jumping around in an unfocused editor in IE.
-* Allow key and mouse events to bubble out of the editor. Ignore widget clicks.
-* Solve cursor flakiness after undo/redo.
-* Fix block-reindent ignoring the last few lines.
-* Fix parsing of multi-line attrs in XML mode.
-* Use `innerHTML` for HTML-escaping.
-* Some fixes to indentation in C-like mode.
-* Shrink horiz scrollbars when long lines removed.
-* Fix width feedback loop bug that caused the width of an inner DIV to shrink.
-
-## 2.11.0 (2011-07-04)
-
-* Add a [Scheme mode](http://codemirror.net/mode/scheme/index.html).
-* Add a `replace` method to search cursors, for cursor-preserving replacements.
-* Make the [C-like mode](http://codemirror.net/mode/clike/index.html) mode more customizable.
-* Update XML mode to spot mismatched tags.
-* Add `getStateAfter` API and `compareState` mode API methods for finer-grained mode magic.
-* Add a `getScrollerElement` API method to manipulate the scrolling DIV.
-* Fix drag-and-drop for Firefox.
-* Add a C# configuration for the [C-like mode](http://codemirror.net/mode/clike/index.html).
-* Add [full-screen editing](http://codemirror.net/demo/fullscreen.html) and [mode-changing](http://codemirror.net/demo/changemode.html) demos.
-
-## 2.10.0 (2011-06-07)
-
-Add a [theme](http://codemirror.net/doc/manual.html#option_theme) system ([demo](http://codemirror.net/demo/theme.html)). Note that this is not backwards-compatible—you'll have to update your styles and modes!
-
-## 2.2.0 (2011-06-07)
-
-* Add a [Lua mode](http://codemirror.net/mode/lua/index.html).
-* Fix reverse-searching for a regexp.
-* Empty lines can no longer break highlighting.
-* Rework scrolling model (the outer wrapper no longer does the scrolling).
-* Solve horizontal jittering on long lines.
-* Add [runmode.js](http://codemirror.net/demo/runmode.html).
-* Immediately re-highlight text when typing.
-* Fix problem with 'sticking' horizontal scrollbar.
-
-## 2.1.0 (2011-05-26)
-
-* Add a [Smalltalk mode](http://codemirror.net/mode/smalltalk/index.html).
-* Add a [reStructuredText mode](http://codemirror.net/mode/rst/index.html).
-* Add a [Python mode](http://codemirror.net/mode/python/index.html).
-* Add a [PL/SQL mode](http://codemirror.net/mode/plsql/index.html).
-* `coordsChar` now works
-* Fix a problem where `onCursorActivity` interfered with `onChange`.
-* Fix a number of scrolling and mouse-click-position glitches.
-* Pass information about the changed lines to `onChange`.
-* Support cmd-up/down on OS X.
-* Add triple-click line selection.
-* Don't handle shift when changing the selection through the API.
-* Support `"nocursor"` mode for `readOnly` option.
-* Add an `onHighlightComplete` option.
-* Fix the context menu for Firefox.
-
-## 2.0.0 (2011-03-28)
-
-CodeMirror 2 is a complete rewrite that's faster, smaller, simpler to use, and less dependent on browser quirks. See [this](http://codemirror.net/doc/internals.html) and [this](http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580) for more information.
diff --git a/help3/xhpeditor/CONTRIBUTING.md b/help3/xhpeditor/CONTRIBUTING.md
deleted file mode 100644
index 1b0b104..0000000
--- a/help3/xhpeditor/CONTRIBUTING.md
+++ /dev/null
@@ -1,92 +0,0 @@
-# How to contribute
-
-- [Getting help](#getting-help)
-- [Submitting bug reports](#submitting-bug-reports)
-- [Contributing code](#contributing-code)
-
-## Getting help
-
-Community discussion, questions, and informal bug reporting is done on the
-[discuss.CodeMirror forum](http://discuss.codemirror.net).
-
-## Submitting bug reports
-
-The preferred way to report bugs is to use the
-[GitHub issue tracker](http://github.com/codemirror/CodeMirror/issues). Before
-reporting a bug, read these pointers.
-
-**Note:** The issue tracker is for *bugs*, not requests for help. Questions
-should be asked on the
-[discuss.CodeMirror forum](http://discuss.codemirror.net) instead.
-
-### Reporting bugs effectively
-
-- CodeMirror is maintained by volunteers. They don't owe you anything, so be
- polite. Reports with an indignant or belligerent tone tend to be moved to the
- bottom of the pile.
-
-- Include information about **the browser in which the problem occurred**. Even
- if you tested several browsers, and the problem occurred in all of them,
- mention this fact in the bug report. Also include browser version numbers and
- the operating system that you're on.
-
-- Mention which release of CodeMirror you're using. Preferably, try also with
- the current development snapshot, to ensure the problem has not already been
- fixed.
-
-- Mention very precisely what went wrong. "X is broken" is not a good bug
- report. What did you expect to happen? What happened instead? Describe the
- exact steps a maintainer has to take to make the problem occur. We can not
- fix something that we can not observe.
-
-- If the problem can not be reproduced in any of the demos included in the
- CodeMirror distribution, please provide an HTML document that demonstrates
- the problem. The best way to do this is to go to
- [jsbin.com](http://jsbin.com/ihunin/edit), enter it there, press save, and
- include the resulting link in your bug report.
-
-## Contributing code
-
-Note that we are not accepting any new addons or modes into the main
-distribution. If you've written such a module, please distribute it as
-a separate NPM package.
-
-- Make sure you have a [GitHub Account](https://github.com/signup/free)
-- Fork [CodeMirror](https://github.com/codemirror/CodeMirror/)
- ([how to fork a repo](https://help.github.com/articles/fork-a-repo))
-- Make your changes
-- If your changes are easy to test or likely to regress, add tests.
- Tests for the core go into `test/test.js`, some modes have their own
- test suite under `mode/XXX/test.js`. Feel free to add new test
- suites to modes that don't have one yet (be sure to link the new
- tests into `test/index.html`).
-- Follow the general code style of the rest of the project (see
- below). Run `bin/lint` to verify that the linter is happy.
-- Make sure all tests pass. Visit `test/index.html` in your browser to
- run them.
-- Submit a pull request
-([how to create a pull request](https://help.github.com/articles/fork-a-repo)).
- Don't put more than one feature/fix in a single pull request.
-
-By contributing code to CodeMirror you
-
- - agree to license the contributed code under CodeMirror's [MIT
- license](http://codemirror.net/LICENSE).
-
- - confirm that you have the right to contribute and license the code
- in question. (Either you hold all rights on the code, or the rights
- holder has explicitly granted the right to use it like this,
- through a compatible open source license or through a direct
- agreement with you.)
-
-### Coding standards
-
-- 2 spaces per indentation level, no tabs.
-
-- Note that the linter (`bin/lint`) which is run after each commit
- complains about unused variables and functions. Prefix their names
- with an underscore to muffle it.
-
-- CodeMirror does *not* follow JSHint or JSLint prescribed style.
- Patches that try to 'fix' code to pass one of these linters will be
- unceremoniously discarded.
diff --git a/help3/xhpeditor/README.md b/help3/xhpeditor/README.md
deleted file mode 100644
index 8a4ff82..0000000
--- a/help3/xhpeditor/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# LibreOffice Documentation XHP Editor
-
-This is based on CodeMirror: http://codemirror.net
diff --git a/help3/xhpeditor/addon/comment/comment.js b/help3/xhpeditor/addon/comment/comment.js
deleted file mode 100644
index 84c67ed..0000000
... etc. - the rest is truncated
More information about the Libreoffice-commits
mailing list