-
Notifications
You must be signed in to change notification settings - Fork 257
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
Editor: browser finds only textual matches visible in window #799
Comments
This is due to CodeMirror's flywheel implementation, which enables it to render very large files without taking a severe performance hit. There is a find addon for codemirror that addresses this problem. We'd be happy to receive a PR from any interested users incorporating this, otherwise we'll return to it ourselves after we've improved the reliability of the editor. |
I'd like to take a stab at this! |
@bookwormgirl910 Are you still working on this, or can I take it up? |
@ChristopherDumas Sorry for leaving this! I haven't had time to work on it, so yes, please feel free! |
Okay! I got a few projects taken away from me on the rust compiler, so I didn't want to do that to anyone else. (: |
Aw that's very nice of you, I appreciate it! |
If I use the browser's search functionality (Ctrl/Cmd+F), only those matches are found which are visible (located in the editor section that is currently visible in the browser window).
The text was updated successfully, but these errors were encountered: