WordPress / better-code-editing

[✅ Merged into 4.9-alpha] Better Code Editing WordPress plugin
https://wordpress.org/plugins/better-code-editing/
37 stars 16 forks source link

In Chrome, browser based search doesn't search file contents #75

Closed aaronjorbin closed 6 years ago

aaronjorbin commented 6 years ago

Not all of the file is actually searched when using the browser based search.

code-editing-search mov

westonruter commented 6 years ago

@aaronjorbin CodeMirror has a search addon: https://codemirror.net/demo/search.html

Including that should solve this problem, yes?