-
-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctrl-F to search is broken #62
Comments
Needed to |
Did you have to modify your code @ratiotile, or was this done in the source code? |
I needed to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
possibly related to #58
Using brace 0.8.0, trying to search by pressing ctrl-f throws errors:
the ext-searchbox.js loaded by the browser looks like html, which explains the syntax error.
brace:10749 is
config.loadModule("ace/ext/searchbox", function(e) {e.Search(editor)})
so the error in ext-searchbox.js is making it return undefined.
The text was updated successfully, but these errors were encountered: