We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue by peterflynn Thursday May 31, 2012 at 22:28 GMT Originally opened as adobe/brackets#971
Result: Brackets hangs for a while, then produces 100,000+ search results (one for every line of code).
Expected: only files that contain the string "\n". (The search query is only supposed to get interpreted as a regexp if it's wrapped like /\n/).
Looks like a straightforward missed case in the escaping done by FindInFiles._getQueryRegExp().
The text was updated successfully, but these errors were encountered:
Comment by pthiess Wednesday Jun 06, 2012 at 23:37 GMT
Experimental feature, setting priority to low.
Sorry, something went wrong.
No branches or pull requests
Issue by peterflynn
Thursday May 31, 2012 at 22:28 GMT
Originally opened as adobe/brackets#971
Result: Brackets hangs for a while, then produces 100,000+ search results (one for every line of code).
Expected: only files that contain the string "\n". (The search query is only supposed to get interpreted as a regexp if it's wrapped like /\n/).
Looks like a straightforward missed case in the escaping done by FindInFiles._getQueryRegExp().
The text was updated successfully, but these errors were encountered: