mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 14:56:43 +00:00
86e79cdaf3
Now toggleSearchReplace() actually looks at the visibility of the search box, instead of keeping a boolean, to decide whether to show or hide the box, in case it was opened by Ctrl-F or closed by Esc or clicking X. So the button itself is no longer a toggle, but a simple action button. In addition, it now uses Ace's native replace command instead of reinventing the wheel. Ace no longer hijacks Ctrl-R and with this Ctrl-H now works. Bug: T102486 Change-Id: I6bead1b3209e08a46e31ed3f30c61ca52152b688 |
||
---|---|---|
.phan | ||
i18n | ||
includes | ||
modules | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
.stylelintrc.json | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
hooks.txt | ||
package-lock.json | ||
package.json |