thlorenz / brace

📔 browserify compatible version of the ace editor.
http://thlorenz.github.io/brace/
MIT License
1.06k stars 303 forks source link

Searchbox functionality broken on demo #58

Open bvaughn opened 8 years ago

bvaughn commented 8 years ago

Focus on one of the Ace editors and type Ctrl+F/Cmd+F:

screen shot 2016-07-12 at 9 48 16 am
AStoker commented 7 years ago

Any progress on this?

thlorenz commented 6 years ago

Looks like you'd need to include another ace module, not sure which one that would be, hopefully someone else who sees this does.

maged commented 6 years ago

Fix with require('brace/ext/searchbox'), as fixed in #62.