mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-15 18:29:24 +00:00
094f20902c
While working on T270317, I realized the performance of the matchbrackets addon is not as good as described in T270237#6739993. The issue with my original benchmark was that I did it with a single pair of brackets with thousands of characters between. A paragraph with thousands of brackets behaves much worse. So bad that I feels painful when moving the cursor. Lowering the limit to something in the middle (between the original 1000 and my 10000) makes it behave much, much better on my machine. Bug: T270237 Bug: T270317 Change-Id: I31f850f4c7778d6b5ff1d0eb17fdaf0edf7ae019 |
||
---|---|---|
.. | ||
.eslintrc.json | ||
ve.ui.CodeMirror.init.js | ||
ve.ui.CodeMirror.init.less | ||
ve.ui.CodeMirrorAction.js | ||
ve.ui.CodeMirrorTool.js |