mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +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 |
||
---|---|---|
.. | ||
ace | ||
images | ||
ace.less | ||
ext.codeEditor.js | ||
jquery.codeEditor.js | ||
jquery.codeEditor.less |